cmd.h 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  1. /*
  2. * Copyright (c) 2006 Cisco Systems, Inc. All rights reserved.
  3. *
  4. * This software is available to you under a choice of one of two
  5. * licenses. You may choose to be licensed under the terms of the GNU
  6. * General Public License (GPL) Version 2, available from the file
  7. * COPYING in the main directory of this source tree, or the
  8. * OpenIB.org BSD license below:
  9. *
  10. * Redistribution and use in source and binary forms, with or
  11. * without modification, are permitted provided that the following
  12. * conditions are met:
  13. *
  14. * - Redistributions of source code must retain the above
  15. * copyright notice, this list of conditions and the following
  16. * disclaimer.
  17. *
  18. * - Redistributions in binary form must reproduce the above
  19. * copyright notice, this list of conditions and the following
  20. * disclaimer in the documentation and/or other materials
  21. * provided with the distribution.
  22. *
  23. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  24. * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  25. * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  26. * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
  27. * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  28. * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  29. * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  30. * SOFTWARE.
  31. */
  32. #ifndef MLX4_CMD_H
  33. #define MLX4_CMD_H
  34. #include <linux/dma-mapping.h>
  35. #include <linux/if_link.h>
  36. #include <linux/mlx4/device.h>
  37. #include <linux/netdevice.h>
  38. enum {
  39. /* initialization and general commands */
  40. MLX4_CMD_SYS_EN = 0x1,
  41. MLX4_CMD_SYS_DIS = 0x2,
  42. MLX4_CMD_MAP_FA = 0xfff,
  43. MLX4_CMD_UNMAP_FA = 0xffe,
  44. MLX4_CMD_RUN_FW = 0xff6,
  45. MLX4_CMD_MOD_STAT_CFG = 0x34,
  46. MLX4_CMD_QUERY_DEV_CAP = 0x3,
  47. MLX4_CMD_QUERY_FW = 0x4,
  48. MLX4_CMD_ENABLE_LAM = 0xff8,
  49. MLX4_CMD_DISABLE_LAM = 0xff7,
  50. MLX4_CMD_QUERY_DDR = 0x5,
  51. MLX4_CMD_QUERY_ADAPTER = 0x6,
  52. MLX4_CMD_INIT_HCA = 0x7,
  53. MLX4_CMD_CLOSE_HCA = 0x8,
  54. MLX4_CMD_INIT_PORT = 0x9,
  55. MLX4_CMD_CLOSE_PORT = 0xa,
  56. MLX4_CMD_QUERY_HCA = 0xb,
  57. MLX4_CMD_QUERY_PORT = 0x43,
  58. MLX4_CMD_SENSE_PORT = 0x4d,
  59. MLX4_CMD_HW_HEALTH_CHECK = 0x50,
  60. MLX4_CMD_SET_PORT = 0xc,
  61. MLX4_CMD_SET_NODE = 0x5a,
  62. MLX4_CMD_QUERY_FUNC = 0x56,
  63. MLX4_CMD_ACCESS_DDR = 0x2e,
  64. MLX4_CMD_MAP_ICM = 0xffa,
  65. MLX4_CMD_UNMAP_ICM = 0xff9,
  66. MLX4_CMD_MAP_ICM_AUX = 0xffc,
  67. MLX4_CMD_UNMAP_ICM_AUX = 0xffb,
  68. MLX4_CMD_SET_ICM_SIZE = 0xffd,
  69. MLX4_CMD_ACCESS_REG = 0x3b,
  70. MLX4_CMD_ALLOCATE_VPP = 0x80,
  71. MLX4_CMD_SET_VPORT_QOS = 0x81,
  72. /*master notify fw on finish for slave's flr*/
  73. MLX4_CMD_INFORM_FLR_DONE = 0x5b,
  74. MLX4_CMD_VIRT_PORT_MAP = 0x5c,
  75. MLX4_CMD_GET_OP_REQ = 0x59,
  76. /* TPT commands */
  77. MLX4_CMD_SW2HW_MPT = 0xd,
  78. MLX4_CMD_QUERY_MPT = 0xe,
  79. MLX4_CMD_HW2SW_MPT = 0xf,
  80. MLX4_CMD_READ_MTT = 0x10,
  81. MLX4_CMD_WRITE_MTT = 0x11,
  82. MLX4_CMD_SYNC_TPT = 0x2f,
  83. /* EQ commands */
  84. MLX4_CMD_MAP_EQ = 0x12,
  85. MLX4_CMD_SW2HW_EQ = 0x13,
  86. MLX4_CMD_HW2SW_EQ = 0x14,
  87. MLX4_CMD_QUERY_EQ = 0x15,
  88. /* CQ commands */
  89. MLX4_CMD_SW2HW_CQ = 0x16,
  90. MLX4_CMD_HW2SW_CQ = 0x17,
  91. MLX4_CMD_QUERY_CQ = 0x18,
  92. MLX4_CMD_MODIFY_CQ = 0x2c,
  93. /* SRQ commands */
  94. MLX4_CMD_SW2HW_SRQ = 0x35,
  95. MLX4_CMD_HW2SW_SRQ = 0x36,
  96. MLX4_CMD_QUERY_SRQ = 0x37,
  97. MLX4_CMD_ARM_SRQ = 0x40,
  98. /* QP/EE commands */
  99. MLX4_CMD_RST2INIT_QP = 0x19,
  100. MLX4_CMD_INIT2RTR_QP = 0x1a,
  101. MLX4_CMD_RTR2RTS_QP = 0x1b,
  102. MLX4_CMD_RTS2RTS_QP = 0x1c,
  103. MLX4_CMD_SQERR2RTS_QP = 0x1d,
  104. MLX4_CMD_2ERR_QP = 0x1e,
  105. MLX4_CMD_RTS2SQD_QP = 0x1f,
  106. MLX4_CMD_SQD2SQD_QP = 0x38,
  107. MLX4_CMD_SQD2RTS_QP = 0x20,
  108. MLX4_CMD_2RST_QP = 0x21,
  109. MLX4_CMD_QUERY_QP = 0x22,
  110. MLX4_CMD_INIT2INIT_QP = 0x2d,
  111. MLX4_CMD_SUSPEND_QP = 0x32,
  112. MLX4_CMD_UNSUSPEND_QP = 0x33,
  113. MLX4_CMD_UPDATE_QP = 0x61,
  114. /* special QP and management commands */
  115. MLX4_CMD_CONF_SPECIAL_QP = 0x23,
  116. MLX4_CMD_MAD_IFC = 0x24,
  117. MLX4_CMD_MAD_DEMUX = 0x203,
  118. /* multicast commands */
  119. MLX4_CMD_READ_MCG = 0x25,
  120. MLX4_CMD_WRITE_MCG = 0x26,
  121. MLX4_CMD_MGID_HASH = 0x27,
  122. /* miscellaneous commands */
  123. MLX4_CMD_DIAG_RPRT = 0x30,
  124. MLX4_CMD_NOP = 0x31,
  125. MLX4_CMD_CONFIG_DEV = 0x3a,
  126. MLX4_CMD_ACCESS_MEM = 0x2e,
  127. MLX4_CMD_SET_VEP = 0x52,
  128. /* Ethernet specific commands */
  129. MLX4_CMD_SET_VLAN_FLTR = 0x47,
  130. MLX4_CMD_SET_MCAST_FLTR = 0x48,
  131. MLX4_CMD_DUMP_ETH_STATS = 0x49,
  132. /* Communication channel commands */
  133. MLX4_CMD_ARM_COMM_CHANNEL = 0x57,
  134. MLX4_CMD_GEN_EQE = 0x58,
  135. /* virtual commands */
  136. MLX4_CMD_ALLOC_RES = 0xf00,
  137. MLX4_CMD_FREE_RES = 0xf01,
  138. MLX4_CMD_MCAST_ATTACH = 0xf05,
  139. MLX4_CMD_UCAST_ATTACH = 0xf06,
  140. MLX4_CMD_PROMISC = 0xf08,
  141. MLX4_CMD_QUERY_FUNC_CAP = 0xf0a,
  142. MLX4_CMD_QP_ATTACH = 0xf0b,
  143. /* debug commands */
  144. MLX4_CMD_QUERY_DEBUG_MSG = 0x2a,
  145. MLX4_CMD_SET_DEBUG_MSG = 0x2b,
  146. /* statistics commands */
  147. MLX4_CMD_QUERY_IF_STAT = 0X54,
  148. MLX4_CMD_SET_IF_STAT = 0X55,
  149. /* register/delete flow steering network rules */
  150. MLX4_QP_FLOW_STEERING_ATTACH = 0x65,
  151. MLX4_QP_FLOW_STEERING_DETACH = 0x66,
  152. MLX4_FLOW_STEERING_IB_UC_QP_RANGE = 0x64,
  153. /* Update and read QCN parameters */
  154. MLX4_CMD_CONGESTION_CTRL_OPCODE = 0x68,
  155. };
  156. enum {
  157. MLX4_CMD_TIME_CLASS_A = 60000,
  158. MLX4_CMD_TIME_CLASS_B = 60000,
  159. MLX4_CMD_TIME_CLASS_C = 60000,
  160. };
  161. enum {
  162. /* virtual to physical port mapping opcode modifiers */
  163. MLX4_GET_PORT_VIRT2PHY = 0x0,
  164. MLX4_SET_PORT_VIRT2PHY = 0x1,
  165. };
  166. enum {
  167. MLX4_MAILBOX_SIZE = 4096,
  168. MLX4_ACCESS_MEM_ALIGN = 256,
  169. };
  170. enum {
  171. /* Set port opcode modifiers */
  172. MLX4_SET_PORT_IB_OPCODE = 0x0,
  173. MLX4_SET_PORT_ETH_OPCODE = 0x1,
  174. MLX4_SET_PORT_BEACON_OPCODE = 0x4,
  175. };
  176. enum {
  177. /* Set port Ethernet input modifiers */
  178. MLX4_SET_PORT_GENERAL = 0x0,
  179. MLX4_SET_PORT_RQP_CALC = 0x1,
  180. MLX4_SET_PORT_MAC_TABLE = 0x2,
  181. MLX4_SET_PORT_VLAN_TABLE = 0x3,
  182. MLX4_SET_PORT_PRIO_MAP = 0x4,
  183. MLX4_SET_PORT_GID_TABLE = 0x5,
  184. MLX4_SET_PORT_PRIO2TC = 0x8,
  185. MLX4_SET_PORT_SCHEDULER = 0x9,
  186. MLX4_SET_PORT_VXLAN = 0xB
  187. };
  188. enum {
  189. MLX4_CMD_MAD_DEMUX_CONFIG = 0,
  190. MLX4_CMD_MAD_DEMUX_QUERY_STATE = 1,
  191. MLX4_CMD_MAD_DEMUX_QUERY_RESTR = 2, /* Query mad demux restrictions */
  192. };
  193. enum {
  194. MLX4_CMD_WRAPPED,
  195. MLX4_CMD_NATIVE
  196. };
  197. /*
  198. * MLX4_RX_CSUM_MODE_VAL_NON_TCP_UDP -
  199. * Receive checksum value is reported in CQE also for non TCP/UDP packets.
  200. *
  201. * MLX4_RX_CSUM_MODE_L4 -
  202. * L4_CSUM bit in CQE, which indicates whether or not L4 checksum
  203. * was validated correctly, is supported.
  204. *
  205. * MLX4_RX_CSUM_MODE_IP_OK_IP_NON_TCP_UDP -
  206. * IP_OK CQE's field is supported also for non TCP/UDP IP packets.
  207. *
  208. * MLX4_RX_CSUM_MODE_MULTI_VLAN -
  209. * Receive Checksum offload is supported for packets with more than 2 vlan headers.
  210. */
  211. enum mlx4_rx_csum_mode {
  212. MLX4_RX_CSUM_MODE_VAL_NON_TCP_UDP = 1UL << 0,
  213. MLX4_RX_CSUM_MODE_L4 = 1UL << 1,
  214. MLX4_RX_CSUM_MODE_IP_OK_IP_NON_TCP_UDP = 1UL << 2,
  215. MLX4_RX_CSUM_MODE_MULTI_VLAN = 1UL << 3
  216. };
  217. struct mlx4_config_dev_params {
  218. u16 vxlan_udp_dport;
  219. u8 rx_csum_flags_port_1;
  220. u8 rx_csum_flags_port_2;
  221. };
  222. enum mlx4_en_congestion_control_algorithm {
  223. MLX4_CTRL_ALGO_802_1_QAU_REACTION_POINT = 0,
  224. };
  225. enum mlx4_en_congestion_control_opmod {
  226. MLX4_CONGESTION_CONTROL_GET_PARAMS,
  227. MLX4_CONGESTION_CONTROL_GET_STATISTICS,
  228. MLX4_CONGESTION_CONTROL_SET_PARAMS = 4,
  229. };
  230. struct mlx4_dev;
  231. struct mlx4_cmd_mailbox {
  232. void *buf;
  233. dma_addr_t dma;
  234. };
  235. int __mlx4_cmd(struct mlx4_dev *dev, u64 in_param, u64 *out_param,
  236. int out_is_imm, u32 in_modifier, u8 op_modifier,
  237. u16 op, unsigned long timeout, int native);
  238. /* Invoke a command with no output parameter */
  239. static inline int mlx4_cmd(struct mlx4_dev *dev, u64 in_param, u32 in_modifier,
  240. u8 op_modifier, u16 op, unsigned long timeout,
  241. int native)
  242. {
  243. return __mlx4_cmd(dev, in_param, NULL, 0, in_modifier,
  244. op_modifier, op, timeout, native);
  245. }
  246. /* Invoke a command with an output mailbox */
  247. static inline int mlx4_cmd_box(struct mlx4_dev *dev, u64 in_param, u64 out_param,
  248. u32 in_modifier, u8 op_modifier, u16 op,
  249. unsigned long timeout, int native)
  250. {
  251. return __mlx4_cmd(dev, in_param, &out_param, 0, in_modifier,
  252. op_modifier, op, timeout, native);
  253. }
  254. /*
  255. * Invoke a command with an immediate output parameter (and copy the
  256. * output into the caller's out_param pointer after the command
  257. * executes).
  258. */
  259. static inline int mlx4_cmd_imm(struct mlx4_dev *dev, u64 in_param, u64 *out_param,
  260. u32 in_modifier, u8 op_modifier, u16 op,
  261. unsigned long timeout, int native)
  262. {
  263. return __mlx4_cmd(dev, in_param, out_param, 1, in_modifier,
  264. op_modifier, op, timeout, native);
  265. }
  266. struct mlx4_cmd_mailbox *mlx4_alloc_cmd_mailbox(struct mlx4_dev *dev);
  267. void mlx4_free_cmd_mailbox(struct mlx4_dev *dev, struct mlx4_cmd_mailbox *mailbox);
  268. int mlx4_get_counter_stats(struct mlx4_dev *dev, int counter_index,
  269. struct mlx4_counter *counter_stats, int reset);
  270. int mlx4_get_vf_stats(struct mlx4_dev *dev, int port, int vf_idx,
  271. struct ifla_vf_stats *vf_stats);
  272. u32 mlx4_comm_get_version(void);
  273. int mlx4_set_vf_mac(struct mlx4_dev *dev, int port, int vf, u64 mac);
  274. int mlx4_set_vf_vlan(struct mlx4_dev *dev, int port, int vf, u16 vlan, u8 qos);
  275. int mlx4_set_vf_rate(struct mlx4_dev *dev, int port, int vf, int min_tx_rate,
  276. int max_tx_rate);
  277. int mlx4_set_vf_spoofchk(struct mlx4_dev *dev, int port, int vf, bool setting);
  278. int mlx4_get_vf_config(struct mlx4_dev *dev, int port, int vf, struct ifla_vf_info *ivf);
  279. int mlx4_set_vf_link_state(struct mlx4_dev *dev, int port, int vf, int link_state);
  280. int mlx4_config_dev_retrieval(struct mlx4_dev *dev,
  281. struct mlx4_config_dev_params *params);
  282. void mlx4_cmd_wake_completions(struct mlx4_dev *dev);
  283. void mlx4_report_internal_err_comm_event(struct mlx4_dev *dev);
  284. /*
  285. * mlx4_get_slave_default_vlan -
  286. * return true if VST ( default vlan)
  287. * if VST, will return vlan & qos (if not NULL)
  288. */
  289. bool mlx4_get_slave_default_vlan(struct mlx4_dev *dev, int port, int slave,
  290. u16 *vlan, u8 *qos);
  291. #define MLX4_COMM_GET_IF_REV(cmd_chan_ver) (u8)((cmd_chan_ver) >> 8)
  292. #define COMM_CHAN_EVENT_INTERNAL_ERR (1 << 17)
  293. #endif /* MLX4_CMD_H */