qla_bsg.h 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. /*
  2. * QLogic Fibre Channel HBA Driver
  3. * Copyright (c) 2003-2013 QLogic Corporation
  4. *
  5. * See LICENSE.qla2xxx for copyright and licensing details.
  6. */
  7. #ifndef __QLA_BSG_H
  8. #define __QLA_BSG_H
  9. /* BSG Vendor specific commands */
  10. #define QL_VND_LOOPBACK 0x01
  11. #define QL_VND_A84_RESET 0x02
  12. #define QL_VND_A84_UPDATE_FW 0x03
  13. #define QL_VND_A84_MGMT_CMD 0x04
  14. #define QL_VND_IIDMA 0x05
  15. #define QL_VND_FCP_PRIO_CFG_CMD 0x06
  16. #define QL_VND_READ_FLASH 0x07
  17. #define QL_VND_UPDATE_FLASH 0x08
  18. #define QL_VND_SET_FRU_VERSION 0x0B
  19. #define QL_VND_READ_FRU_STATUS 0x0C
  20. #define QL_VND_WRITE_FRU_STATUS 0x0D
  21. #define QL_VND_DIAG_IO_CMD 0x0A
  22. #define QL_VND_WRITE_I2C 0x10
  23. #define QL_VND_READ_I2C 0x11
  24. /* BSG Vendor specific subcode returns */
  25. #define EXT_STATUS_OK 0
  26. #define EXT_STATUS_ERR 1
  27. #define EXT_STATUS_BUSY 2
  28. #define EXT_STATUS_INVALID_PARAM 6
  29. #define EXT_STATUS_DATA_OVERRUN 7
  30. #define EXT_STATUS_DATA_UNDERRUN 8
  31. #define EXT_STATUS_MAILBOX 11
  32. #define EXT_STATUS_NO_MEMORY 17
  33. #define EXT_STATUS_DEVICE_OFFLINE 22
  34. /*
  35. * To support bidirectional iocb
  36. * BSG Vendor specific returns
  37. */
  38. #define EXT_STATUS_NOT_SUPPORTED 27
  39. #define EXT_STATUS_INVALID_CFG 28
  40. #define EXT_STATUS_DMA_ERR 29
  41. #define EXT_STATUS_TIMEOUT 30
  42. #define EXT_STATUS_THREAD_FAILED 31
  43. #define EXT_STATUS_DATA_CMP_FAILED 32
  44. /* BSG definations for interpreting CommandSent field */
  45. #define INT_DEF_LB_LOOPBACK_CMD 0
  46. #define INT_DEF_LB_ECHO_CMD 1
  47. /* Loopback related definations */
  48. #define INTERNAL_LOOPBACK 0xF1
  49. #define EXTERNAL_LOOPBACK 0xF2
  50. #define ENABLE_INTERNAL_LOOPBACK 0x02
  51. #define ENABLE_EXTERNAL_LOOPBACK 0x04
  52. #define INTERNAL_LOOPBACK_MASK 0x000E
  53. #define MAX_ELS_FRAME_PAYLOAD 252
  54. #define ELS_OPCODE_BYTE 0x10
  55. /* BSG Vendor specific definations */
  56. #define A84_ISSUE_WRITE_TYPE_CMD 0
  57. #define A84_ISSUE_READ_TYPE_CMD 1
  58. #define A84_CLEANUP_CMD 2
  59. #define A84_ISSUE_RESET_OP_FW 3
  60. #define A84_ISSUE_RESET_DIAG_FW 4
  61. #define A84_ISSUE_UPDATE_OPFW_CMD 5
  62. #define A84_ISSUE_UPDATE_DIAGFW_CMD 6
  63. struct qla84_mgmt_param {
  64. union {
  65. struct {
  66. uint32_t start_addr;
  67. } mem; /* for QLA84_MGMT_READ/WRITE_MEM */
  68. struct {
  69. uint32_t id;
  70. #define QLA84_MGMT_CONFIG_ID_UIF 1
  71. #define QLA84_MGMT_CONFIG_ID_FCOE_COS 2
  72. #define QLA84_MGMT_CONFIG_ID_PAUSE 3
  73. #define QLA84_MGMT_CONFIG_ID_TIMEOUTS 4
  74. uint32_t param0;
  75. uint32_t param1;
  76. } config; /* for QLA84_MGMT_CHNG_CONFIG */
  77. struct {
  78. uint32_t type;
  79. #define QLA84_MGMT_INFO_CONFIG_LOG_DATA 1 /* Get Config Log Data */
  80. #define QLA84_MGMT_INFO_LOG_DATA 2 /* Get Log Data */
  81. #define QLA84_MGMT_INFO_PORT_STAT 3 /* Get Port Statistics */
  82. #define QLA84_MGMT_INFO_LIF_STAT 4 /* Get LIF Statistics */
  83. #define QLA84_MGMT_INFO_ASIC_STAT 5 /* Get ASIC Statistics */
  84. #define QLA84_MGMT_INFO_CONFIG_PARAMS 6 /* Get Config Parameters */
  85. #define QLA84_MGMT_INFO_PANIC_LOG 7 /* Get Panic Log */
  86. uint32_t context;
  87. /*
  88. * context definitions for QLA84_MGMT_INFO_CONFIG_LOG_DATA
  89. */
  90. #define IC_LOG_DATA_LOG_ID_DEBUG_LOG 0
  91. #define IC_LOG_DATA_LOG_ID_LEARN_LOG 1
  92. #define IC_LOG_DATA_LOG_ID_FC_ACL_INGRESS_LOG 2
  93. #define IC_LOG_DATA_LOG_ID_FC_ACL_EGRESS_LOG 3
  94. #define IC_LOG_DATA_LOG_ID_ETHERNET_ACL_INGRESS_LOG 4
  95. #define IC_LOG_DATA_LOG_ID_ETHERNET_ACL_EGRESS_LOG 5
  96. #define IC_LOG_DATA_LOG_ID_MESSAGE_TRANSMIT_LOG 6
  97. #define IC_LOG_DATA_LOG_ID_MESSAGE_RECEIVE_LOG 7
  98. #define IC_LOG_DATA_LOG_ID_LINK_EVENT_LOG 8
  99. #define IC_LOG_DATA_LOG_ID_DCX_LOG 9
  100. /*
  101. * context definitions for QLA84_MGMT_INFO_PORT_STAT
  102. */
  103. #define IC_PORT_STATISTICS_PORT_NUMBER_ETHERNET_PORT0 0
  104. #define IC_PORT_STATISTICS_PORT_NUMBER_ETHERNET_PORT1 1
  105. #define IC_PORT_STATISTICS_PORT_NUMBER_NSL_PORT0 2
  106. #define IC_PORT_STATISTICS_PORT_NUMBER_NSL_PORT1 3
  107. #define IC_PORT_STATISTICS_PORT_NUMBER_FC_PORT0 4
  108. #define IC_PORT_STATISTICS_PORT_NUMBER_FC_PORT1 5
  109. /*
  110. * context definitions for QLA84_MGMT_INFO_LIF_STAT
  111. */
  112. #define IC_LIF_STATISTICS_LIF_NUMBER_ETHERNET_PORT0 0
  113. #define IC_LIF_STATISTICS_LIF_NUMBER_ETHERNET_PORT1 1
  114. #define IC_LIF_STATISTICS_LIF_NUMBER_FC_PORT0 2
  115. #define IC_LIF_STATISTICS_LIF_NUMBER_FC_PORT1 3
  116. #define IC_LIF_STATISTICS_LIF_NUMBER_CPU 6
  117. } info; /* for QLA84_MGMT_GET_INFO */
  118. } u;
  119. };
  120. struct qla84_msg_mgmt {
  121. uint16_t cmd;
  122. #define QLA84_MGMT_READ_MEM 0x00
  123. #define QLA84_MGMT_WRITE_MEM 0x01
  124. #define QLA84_MGMT_CHNG_CONFIG 0x02
  125. #define QLA84_MGMT_GET_INFO 0x03
  126. uint16_t rsrvd;
  127. struct qla84_mgmt_param mgmtp;/* parameters for cmd */
  128. uint32_t len; /* bytes in payload following this struct */
  129. uint8_t payload[0]; /* payload for cmd */
  130. };
  131. struct qla_bsg_a84_mgmt {
  132. struct qla84_msg_mgmt mgmt;
  133. } __attribute__ ((packed));
  134. struct qla_scsi_addr {
  135. uint16_t bus;
  136. uint16_t target;
  137. } __attribute__ ((packed));
  138. struct qla_ext_dest_addr {
  139. union {
  140. uint8_t wwnn[8];
  141. uint8_t wwpn[8];
  142. uint8_t id[4];
  143. struct qla_scsi_addr scsi_addr;
  144. } dest_addr;
  145. uint16_t dest_type;
  146. #define EXT_DEF_TYPE_WWPN 2
  147. uint16_t lun;
  148. uint16_t padding[2];
  149. } __attribute__ ((packed));
  150. struct qla_port_param {
  151. struct qla_ext_dest_addr fc_scsi_addr;
  152. uint16_t mode;
  153. uint16_t speed;
  154. } __attribute__ ((packed));
  155. /* FRU VPD */
  156. #define MAX_FRU_SIZE 36
  157. struct qla_field_address {
  158. uint16_t offset;
  159. uint16_t device;
  160. uint16_t option;
  161. } __packed;
  162. struct qla_field_info {
  163. uint8_t version[MAX_FRU_SIZE];
  164. } __packed;
  165. struct qla_image_version {
  166. struct qla_field_address field_address;
  167. struct qla_field_info field_info;
  168. } __packed;
  169. struct qla_image_version_list {
  170. uint32_t count;
  171. struct qla_image_version version[0];
  172. } __packed;
  173. struct qla_status_reg {
  174. struct qla_field_address field_address;
  175. uint8_t status_reg;
  176. uint8_t reserved[7];
  177. } __packed;
  178. struct qla_i2c_access {
  179. uint16_t device;
  180. uint16_t offset;
  181. uint16_t option;
  182. uint16_t length;
  183. uint8_t buffer[0x40];
  184. } __packed;
  185. #endif