1 /*******************************************************************************
3 * Intel Ethernet Controller XL710 Family Linux Virtual Function Driver
4 * Copyright(c) 2013 - 2016 Intel Corporation.
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License,
8 * version 2, as published by the Free Software Foundation.
10 * This program is distributed in the hope it will be useful, but WITHOUT
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
15 * You should have received a copy of the GNU General Public License along
16 * with this program. If not, see <http://www.gnu.org/licenses/>.
18 * The full GNU General Public License is included in this distribution in
19 * the file called "COPYING".
21 * Contact Information:
22 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
23 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
25 ******************************************************************************/
27 #ifndef _I40E_ADMINQ_CMD_H_
28 #define _I40E_ADMINQ_CMD_H_
30 /* This header file defines the i40e Admin Queue commands and is shared between
31 * i40e Firmware and Software.
33 * This file needs to comply with the Linux Kernel coding style.
36 #define I40E_FW_API_VERSION_MAJOR 0x0001
37 #define I40E_FW_API_VERSION_MINOR 0x0005
63 /* Flags sub-structure
64 * |0 |1 |2 |3 |4 |5 |6 |7 |8 |9 |10 |11 |12 |13 |14 |15 |
65 * |DD |CMP|ERR|VFE| * * RESERVED * * |LB |RD |VFC|BUF|SI |EI |FE |
68 /* command flags and offsets*/
69 #define I40E_AQ_FLAG_DD_SHIFT 0
70 #define I40E_AQ_FLAG_CMP_SHIFT 1
71 #define I40E_AQ_FLAG_ERR_SHIFT 2
72 #define I40E_AQ_FLAG_VFE_SHIFT 3
73 #define I40E_AQ_FLAG_LB_SHIFT 9
74 #define I40E_AQ_FLAG_RD_SHIFT 10
75 #define I40E_AQ_FLAG_VFC_SHIFT 11
76 #define I40E_AQ_FLAG_BUF_SHIFT 12
77 #define I40E_AQ_FLAG_SI_SHIFT 13
78 #define I40E_AQ_FLAG_EI_SHIFT 14
79 #define I40E_AQ_FLAG_FE_SHIFT 15
81 #define I40E_AQ_FLAG_DD (1 << I40E_AQ_FLAG_DD_SHIFT) /* 0x1 */
82 #define I40E_AQ_FLAG_CMP (1 << I40E_AQ_FLAG_CMP_SHIFT) /* 0x2 */
83 #define I40E_AQ_FLAG_ERR (1 << I40E_AQ_FLAG_ERR_SHIFT) /* 0x4 */
84 #define I40E_AQ_FLAG_VFE (1 << I40E_AQ_FLAG_VFE_SHIFT) /* 0x8 */
85 #define I40E_AQ_FLAG_LB (1 << I40E_AQ_FLAG_LB_SHIFT) /* 0x200 */
86 #define I40E_AQ_FLAG_RD (1 << I40E_AQ_FLAG_RD_SHIFT) /* 0x400 */
87 #define I40E_AQ_FLAG_VFC (1 << I40E_AQ_FLAG_VFC_SHIFT) /* 0x800 */
88 #define I40E_AQ_FLAG_BUF (1 << I40E_AQ_FLAG_BUF_SHIFT) /* 0x1000 */
89 #define I40E_AQ_FLAG_SI (1 << I40E_AQ_FLAG_SI_SHIFT) /* 0x2000 */
90 #define I40E_AQ_FLAG_EI (1 << I40E_AQ_FLAG_EI_SHIFT) /* 0x4000 */
91 #define I40E_AQ_FLAG_FE (1 << I40E_AQ_FLAG_FE_SHIFT) /* 0x8000 */
94 enum i40e_admin_queue_err
{
95 I40E_AQ_RC_OK
= 0, /* success */
96 I40E_AQ_RC_EPERM
= 1, /* Operation not permitted */
97 I40E_AQ_RC_ENOENT
= 2, /* No such element */
98 I40E_AQ_RC_ESRCH
= 3, /* Bad opcode */
99 I40E_AQ_RC_EINTR
= 4, /* operation interrupted */
100 I40E_AQ_RC_EIO
= 5, /* I/O error */
101 I40E_AQ_RC_ENXIO
= 6, /* No such resource */
102 I40E_AQ_RC_E2BIG
= 7, /* Arg too long */
103 I40E_AQ_RC_EAGAIN
= 8, /* Try again */
104 I40E_AQ_RC_ENOMEM
= 9, /* Out of memory */
105 I40E_AQ_RC_EACCES
= 10, /* Permission denied */
106 I40E_AQ_RC_EFAULT
= 11, /* Bad address */
107 I40E_AQ_RC_EBUSY
= 12, /* Device or resource busy */
108 I40E_AQ_RC_EEXIST
= 13, /* object already exists */
109 I40E_AQ_RC_EINVAL
= 14, /* Invalid argument */
110 I40E_AQ_RC_ENOTTY
= 15, /* Not a typewriter */
111 I40E_AQ_RC_ENOSPC
= 16, /* No space left or alloc failure */
112 I40E_AQ_RC_ENOSYS
= 17, /* Function not implemented */
113 I40E_AQ_RC_ERANGE
= 18, /* Parameter out of range */
114 I40E_AQ_RC_EFLUSHED
= 19, /* Cmd flushed due to prev cmd error */
115 I40E_AQ_RC_BAD_ADDR
= 20, /* Descriptor contains a bad pointer */
116 I40E_AQ_RC_EMODE
= 21, /* Op not allowed in current dev mode */
117 I40E_AQ_RC_EFBIG
= 22, /* File too large */
120 /* Admin Queue command opcodes */
121 enum i40e_admin_queue_opc
{
123 i40e_aqc_opc_get_version
= 0x0001,
124 i40e_aqc_opc_driver_version
= 0x0002,
125 i40e_aqc_opc_queue_shutdown
= 0x0003,
126 i40e_aqc_opc_set_pf_context
= 0x0004,
128 /* resource ownership */
129 i40e_aqc_opc_request_resource
= 0x0008,
130 i40e_aqc_opc_release_resource
= 0x0009,
132 i40e_aqc_opc_list_func_capabilities
= 0x000A,
133 i40e_aqc_opc_list_dev_capabilities
= 0x000B,
136 i40e_aqc_opc_mac_address_read
= 0x0107,
137 i40e_aqc_opc_mac_address_write
= 0x0108,
140 i40e_aqc_opc_clear_pxe_mode
= 0x0110,
142 /* internal switch commands */
143 i40e_aqc_opc_get_switch_config
= 0x0200,
144 i40e_aqc_opc_add_statistics
= 0x0201,
145 i40e_aqc_opc_remove_statistics
= 0x0202,
146 i40e_aqc_opc_set_port_parameters
= 0x0203,
147 i40e_aqc_opc_get_switch_resource_alloc
= 0x0204,
148 i40e_aqc_opc_set_switch_config
= 0x0205,
149 i40e_aqc_opc_rx_ctl_reg_read
= 0x0206,
150 i40e_aqc_opc_rx_ctl_reg_write
= 0x0207,
152 i40e_aqc_opc_add_vsi
= 0x0210,
153 i40e_aqc_opc_update_vsi_parameters
= 0x0211,
154 i40e_aqc_opc_get_vsi_parameters
= 0x0212,
156 i40e_aqc_opc_add_pv
= 0x0220,
157 i40e_aqc_opc_update_pv_parameters
= 0x0221,
158 i40e_aqc_opc_get_pv_parameters
= 0x0222,
160 i40e_aqc_opc_add_veb
= 0x0230,
161 i40e_aqc_opc_update_veb_parameters
= 0x0231,
162 i40e_aqc_opc_get_veb_parameters
= 0x0232,
164 i40e_aqc_opc_delete_element
= 0x0243,
166 i40e_aqc_opc_add_macvlan
= 0x0250,
167 i40e_aqc_opc_remove_macvlan
= 0x0251,
168 i40e_aqc_opc_add_vlan
= 0x0252,
169 i40e_aqc_opc_remove_vlan
= 0x0253,
170 i40e_aqc_opc_set_vsi_promiscuous_modes
= 0x0254,
171 i40e_aqc_opc_add_tag
= 0x0255,
172 i40e_aqc_opc_remove_tag
= 0x0256,
173 i40e_aqc_opc_add_multicast_etag
= 0x0257,
174 i40e_aqc_opc_remove_multicast_etag
= 0x0258,
175 i40e_aqc_opc_update_tag
= 0x0259,
176 i40e_aqc_opc_add_control_packet_filter
= 0x025A,
177 i40e_aqc_opc_remove_control_packet_filter
= 0x025B,
178 i40e_aqc_opc_add_cloud_filters
= 0x025C,
179 i40e_aqc_opc_remove_cloud_filters
= 0x025D,
181 i40e_aqc_opc_add_mirror_rule
= 0x0260,
182 i40e_aqc_opc_delete_mirror_rule
= 0x0261,
185 i40e_aqc_opc_dcb_ignore_pfc
= 0x0301,
186 i40e_aqc_opc_dcb_updated
= 0x0302,
189 i40e_aqc_opc_configure_vsi_bw_limit
= 0x0400,
190 i40e_aqc_opc_configure_vsi_ets_sla_bw_limit
= 0x0406,
191 i40e_aqc_opc_configure_vsi_tc_bw
= 0x0407,
192 i40e_aqc_opc_query_vsi_bw_config
= 0x0408,
193 i40e_aqc_opc_query_vsi_ets_sla_config
= 0x040A,
194 i40e_aqc_opc_configure_switching_comp_bw_limit
= 0x0410,
196 i40e_aqc_opc_enable_switching_comp_ets
= 0x0413,
197 i40e_aqc_opc_modify_switching_comp_ets
= 0x0414,
198 i40e_aqc_opc_disable_switching_comp_ets
= 0x0415,
199 i40e_aqc_opc_configure_switching_comp_ets_bw_limit
= 0x0416,
200 i40e_aqc_opc_configure_switching_comp_bw_config
= 0x0417,
201 i40e_aqc_opc_query_switching_comp_ets_config
= 0x0418,
202 i40e_aqc_opc_query_port_ets_config
= 0x0419,
203 i40e_aqc_opc_query_switching_comp_bw_config
= 0x041A,
204 i40e_aqc_opc_suspend_port_tx
= 0x041B,
205 i40e_aqc_opc_resume_port_tx
= 0x041C,
206 i40e_aqc_opc_configure_partition_bw
= 0x041D,
209 i40e_aqc_opc_query_hmc_resource_profile
= 0x0500,
210 i40e_aqc_opc_set_hmc_resource_profile
= 0x0501,
213 i40e_aqc_opc_get_phy_abilities
= 0x0600,
214 i40e_aqc_opc_set_phy_config
= 0x0601,
215 i40e_aqc_opc_set_mac_config
= 0x0603,
216 i40e_aqc_opc_set_link_restart_an
= 0x0605,
217 i40e_aqc_opc_get_link_status
= 0x0607,
218 i40e_aqc_opc_set_phy_int_mask
= 0x0613,
219 i40e_aqc_opc_get_local_advt_reg
= 0x0614,
220 i40e_aqc_opc_set_local_advt_reg
= 0x0615,
221 i40e_aqc_opc_get_partner_advt
= 0x0616,
222 i40e_aqc_opc_set_lb_modes
= 0x0618,
223 i40e_aqc_opc_get_phy_wol_caps
= 0x0621,
224 i40e_aqc_opc_set_phy_debug
= 0x0622,
225 i40e_aqc_opc_upload_ext_phy_fm
= 0x0625,
226 i40e_aqc_opc_run_phy_activity
= 0x0626,
229 i40e_aqc_opc_nvm_read
= 0x0701,
230 i40e_aqc_opc_nvm_erase
= 0x0702,
231 i40e_aqc_opc_nvm_update
= 0x0703,
232 i40e_aqc_opc_nvm_config_read
= 0x0704,
233 i40e_aqc_opc_nvm_config_write
= 0x0705,
234 i40e_aqc_opc_oem_post_update
= 0x0720,
235 i40e_aqc_opc_thermal_sensor
= 0x0721,
237 /* virtualization commands */
238 i40e_aqc_opc_send_msg_to_pf
= 0x0801,
239 i40e_aqc_opc_send_msg_to_vf
= 0x0802,
240 i40e_aqc_opc_send_msg_to_peer
= 0x0803,
242 /* alternate structure */
243 i40e_aqc_opc_alternate_write
= 0x0900,
244 i40e_aqc_opc_alternate_write_indirect
= 0x0901,
245 i40e_aqc_opc_alternate_read
= 0x0902,
246 i40e_aqc_opc_alternate_read_indirect
= 0x0903,
247 i40e_aqc_opc_alternate_write_done
= 0x0904,
248 i40e_aqc_opc_alternate_set_mode
= 0x0905,
249 i40e_aqc_opc_alternate_clear_port
= 0x0906,
252 i40e_aqc_opc_lldp_get_mib
= 0x0A00,
253 i40e_aqc_opc_lldp_update_mib
= 0x0A01,
254 i40e_aqc_opc_lldp_add_tlv
= 0x0A02,
255 i40e_aqc_opc_lldp_update_tlv
= 0x0A03,
256 i40e_aqc_opc_lldp_delete_tlv
= 0x0A04,
257 i40e_aqc_opc_lldp_stop
= 0x0A05,
258 i40e_aqc_opc_lldp_start
= 0x0A06,
260 /* Tunnel commands */
261 i40e_aqc_opc_add_udp_tunnel
= 0x0B00,
262 i40e_aqc_opc_del_udp_tunnel
= 0x0B01,
263 i40e_aqc_opc_set_rss_key
= 0x0B02,
264 i40e_aqc_opc_set_rss_lut
= 0x0B03,
265 i40e_aqc_opc_get_rss_key
= 0x0B04,
266 i40e_aqc_opc_get_rss_lut
= 0x0B05,
269 i40e_aqc_opc_event_lan_overflow
= 0x1001,
272 i40e_aqc_opc_oem_parameter_change
= 0xFE00,
273 i40e_aqc_opc_oem_device_status_change
= 0xFE01,
274 i40e_aqc_opc_oem_ocsd_initialize
= 0xFE02,
275 i40e_aqc_opc_oem_ocbb_initialize
= 0xFE03,
278 i40e_aqc_opc_debug_read_reg
= 0xFF03,
279 i40e_aqc_opc_debug_write_reg
= 0xFF04,
280 i40e_aqc_opc_debug_modify_reg
= 0xFF07,
281 i40e_aqc_opc_debug_dump_internals
= 0xFF08,
284 /* command structures and indirect data structures */
286 /* Structure naming conventions:
287 * - no suffix for direct command descriptor structures
288 * - _data for indirect sent data
289 * - _resp for indirect return data (data which is both will use _data)
290 * - _completion for direct return data
291 * - _element_ for repeated elements (may also be _data or _resp)
293 * Command structures are expected to overlay the params.raw member of the basic
294 * descriptor, and as such cannot exceed 16 bytes in length.
297 /* This macro is used to generate a compilation error if a structure
298 * is not exactly the correct length. It gives a divide by zero error if the
299 * structure is not of the correct size, otherwise it creates an enum that is
302 #define I40E_CHECK_STRUCT_LEN(n, X) enum i40e_static_assert_enum_##X \
303 { i40e_static_assert_##X = (n)/((sizeof(struct X) == (n)) ? 1 : 0) }
305 /* This macro is used extensively to ensure that command structures are 16
306 * bytes in length as they have to map to the raw array of that size.
308 #define I40E_CHECK_CMD_LENGTH(X) I40E_CHECK_STRUCT_LEN(16, X)
310 /* internal (0x00XX) commands */
312 /* Get version (direct 0x0001) */
313 struct i40e_aqc_get_version
{
322 I40E_CHECK_CMD_LENGTH(i40e_aqc_get_version
);
324 /* Send driver version (indirect 0x0002) */
325 struct i40e_aqc_driver_version
{
329 u8 driver_subbuild_ver
;
335 I40E_CHECK_CMD_LENGTH(i40e_aqc_driver_version
);
337 /* Queue Shutdown (direct 0x0003) */
338 struct i40e_aqc_queue_shutdown
{
339 __le32 driver_unloading
;
340 #define I40E_AQ_DRIVER_UNLOADING 0x1
344 I40E_CHECK_CMD_LENGTH(i40e_aqc_queue_shutdown
);
346 /* Set PF context (0x0004, direct) */
347 struct i40e_aqc_set_pf_context
{
352 I40E_CHECK_CMD_LENGTH(i40e_aqc_set_pf_context
);
354 /* Request resource ownership (direct 0x0008)
355 * Release resource ownership (direct 0x0009)
357 #define I40E_AQ_RESOURCE_NVM 1
358 #define I40E_AQ_RESOURCE_SDP 2
359 #define I40E_AQ_RESOURCE_ACCESS_READ 1
360 #define I40E_AQ_RESOURCE_ACCESS_WRITE 2
361 #define I40E_AQ_RESOURCE_NVM_READ_TIMEOUT 3000
362 #define I40E_AQ_RESOURCE_NVM_WRITE_TIMEOUT 180000
364 struct i40e_aqc_request_resource
{
368 __le32 resource_number
;
372 I40E_CHECK_CMD_LENGTH(i40e_aqc_request_resource
);
374 /* Get function capabilities (indirect 0x000A)
375 * Get device capabilities (indirect 0x000B)
377 struct i40e_aqc_list_capabilites
{
379 #define I40E_AQ_LIST_CAP_PF_INDEX_EN 1
387 I40E_CHECK_CMD_LENGTH(i40e_aqc_list_capabilites
);
389 struct i40e_aqc_list_capabilities_element_resp
{
401 #define I40E_AQ_CAP_ID_SWITCH_MODE 0x0001
402 #define I40E_AQ_CAP_ID_MNG_MODE 0x0002
403 #define I40E_AQ_CAP_ID_NPAR_ACTIVE 0x0003
404 #define I40E_AQ_CAP_ID_OS2BMC_CAP 0x0004
405 #define I40E_AQ_CAP_ID_FUNCTIONS_VALID 0x0005
406 #define I40E_AQ_CAP_ID_ALTERNATE_RAM 0x0006
407 #define I40E_AQ_CAP_ID_WOL_AND_PROXY 0x0008
408 #define I40E_AQ_CAP_ID_SRIOV 0x0012
409 #define I40E_AQ_CAP_ID_VF 0x0013
410 #define I40E_AQ_CAP_ID_VMDQ 0x0014
411 #define I40E_AQ_CAP_ID_8021QBG 0x0015
412 #define I40E_AQ_CAP_ID_8021QBR 0x0016
413 #define I40E_AQ_CAP_ID_VSI 0x0017
414 #define I40E_AQ_CAP_ID_DCB 0x0018
415 #define I40E_AQ_CAP_ID_FCOE 0x0021
416 #define I40E_AQ_CAP_ID_ISCSI 0x0022
417 #define I40E_AQ_CAP_ID_RSS 0x0040
418 #define I40E_AQ_CAP_ID_RXQ 0x0041
419 #define I40E_AQ_CAP_ID_TXQ 0x0042
420 #define I40E_AQ_CAP_ID_MSIX 0x0043
421 #define I40E_AQ_CAP_ID_VF_MSIX 0x0044
422 #define I40E_AQ_CAP_ID_FLOW_DIRECTOR 0x0045
423 #define I40E_AQ_CAP_ID_1588 0x0046
424 #define I40E_AQ_CAP_ID_IWARP 0x0051
425 #define I40E_AQ_CAP_ID_LED 0x0061
426 #define I40E_AQ_CAP_ID_SDP 0x0062
427 #define I40E_AQ_CAP_ID_MDIO 0x0063
428 #define I40E_AQ_CAP_ID_WSR_PROT 0x0064
429 #define I40E_AQ_CAP_ID_FLEX10 0x00F1
430 #define I40E_AQ_CAP_ID_CEM 0x00F2
432 /* Set CPPM Configuration (direct 0x0103) */
433 struct i40e_aqc_cppm_configuration
{
434 __le16 command_flags
;
435 #define I40E_AQ_CPPM_EN_LTRC 0x0800
436 #define I40E_AQ_CPPM_EN_DMCTH 0x1000
437 #define I40E_AQ_CPPM_EN_DMCTLX 0x2000
438 #define I40E_AQ_CPPM_EN_HPTC 0x4000
439 #define I40E_AQ_CPPM_EN_DMARC 0x8000
448 I40E_CHECK_CMD_LENGTH(i40e_aqc_cppm_configuration
);
450 /* Set ARP Proxy command / response (indirect 0x0104) */
451 struct i40e_aqc_arp_proxy_data
{
452 __le16 command_flags
;
453 #define I40E_AQ_ARP_INIT_IPV4 0x0008
454 #define I40E_AQ_ARP_UNSUP_CTL 0x0010
455 #define I40E_AQ_ARP_ENA 0x0020
456 #define I40E_AQ_ARP_ADD_IPV4 0x0040
457 #define I40E_AQ_ARP_DEL_IPV4 0x0080
465 I40E_CHECK_STRUCT_LEN(0x14, i40e_aqc_arp_proxy_data
);
467 /* Set NS Proxy Table Entry Command (indirect 0x0105) */
468 struct i40e_aqc_ns_proxy_data
{
469 __le16 table_idx_mac_addr_0
;
470 __le16 table_idx_mac_addr_1
;
471 __le16 table_idx_ipv6_0
;
472 __le16 table_idx_ipv6_1
;
474 #define I40E_AQ_NS_PROXY_ADD_0 0x0100
475 #define I40E_AQ_NS_PROXY_DEL_0 0x0200
476 #define I40E_AQ_NS_PROXY_ADD_1 0x0400
477 #define I40E_AQ_NS_PROXY_DEL_1 0x0800
478 #define I40E_AQ_NS_PROXY_ADD_IPV6_0 0x1000
479 #define I40E_AQ_NS_PROXY_DEL_IPV6_0 0x2000
480 #define I40E_AQ_NS_PROXY_ADD_IPV6_1 0x4000
481 #define I40E_AQ_NS_PROXY_DEL_IPV6_1 0x8000
482 #define I40E_AQ_NS_PROXY_COMMAND_SEQ 0x0001
483 #define I40E_AQ_NS_PROXY_INIT_IPV6_TBL 0x0002
484 #define I40E_AQ_NS_PROXY_INIT_MAC_TBL 0x0004
487 u8 local_mac_addr
[6];
488 u8 ipv6_addr_0
[16]; /* Warning! spec specifies BE byte order */
492 I40E_CHECK_STRUCT_LEN(0x3c, i40e_aqc_ns_proxy_data
);
494 /* Manage LAA Command (0x0106) - obsolete */
495 struct i40e_aqc_mng_laa
{
496 __le16 command_flags
;
497 #define I40E_AQ_LAA_FLAG_WR 0x8000
504 I40E_CHECK_CMD_LENGTH(i40e_aqc_mng_laa
);
506 /* Manage MAC Address Read Command (indirect 0x0107) */
507 struct i40e_aqc_mac_address_read
{
508 __le16 command_flags
;
509 #define I40E_AQC_LAN_ADDR_VALID 0x10
510 #define I40E_AQC_SAN_ADDR_VALID 0x20
511 #define I40E_AQC_PORT_ADDR_VALID 0x40
512 #define I40E_AQC_WOL_ADDR_VALID 0x80
513 #define I40E_AQC_MC_MAG_EN_VALID 0x100
514 #define I40E_AQC_ADDR_VALID_MASK 0x1F0
520 I40E_CHECK_CMD_LENGTH(i40e_aqc_mac_address_read
);
522 struct i40e_aqc_mac_address_read_data
{
529 I40E_CHECK_STRUCT_LEN(24, i40e_aqc_mac_address_read_data
);
531 /* Manage MAC Address Write Command (0x0108) */
532 struct i40e_aqc_mac_address_write
{
533 __le16 command_flags
;
534 #define I40E_AQC_WRITE_TYPE_LAA_ONLY 0x0000
535 #define I40E_AQC_WRITE_TYPE_LAA_WOL 0x4000
536 #define I40E_AQC_WRITE_TYPE_PORT 0x8000
537 #define I40E_AQC_WRITE_TYPE_UPDATE_MC_MAG 0xC000
538 #define I40E_AQC_WRITE_TYPE_MASK 0xC000
545 I40E_CHECK_CMD_LENGTH(i40e_aqc_mac_address_write
);
547 /* PXE commands (0x011x) */
549 /* Clear PXE Command and response (direct 0x0110) */
550 struct i40e_aqc_clear_pxe
{
555 I40E_CHECK_CMD_LENGTH(i40e_aqc_clear_pxe
);
557 /* Switch configuration commands (0x02xx) */
559 /* Used by many indirect commands that only pass an seid and a buffer in the
562 struct i40e_aqc_switch_seid
{
569 I40E_CHECK_CMD_LENGTH(i40e_aqc_switch_seid
);
571 /* Get Switch Configuration command (indirect 0x0200)
572 * uses i40e_aqc_switch_seid for the descriptor
574 struct i40e_aqc_get_switch_config_header_resp
{
580 I40E_CHECK_CMD_LENGTH(i40e_aqc_get_switch_config_header_resp
);
582 struct i40e_aqc_switch_config_element_resp
{
584 #define I40E_AQ_SW_ELEM_TYPE_MAC 1
585 #define I40E_AQ_SW_ELEM_TYPE_PF 2
586 #define I40E_AQ_SW_ELEM_TYPE_VF 3
587 #define I40E_AQ_SW_ELEM_TYPE_EMP 4
588 #define I40E_AQ_SW_ELEM_TYPE_BMC 5
589 #define I40E_AQ_SW_ELEM_TYPE_PV 16
590 #define I40E_AQ_SW_ELEM_TYPE_VEB 17
591 #define I40E_AQ_SW_ELEM_TYPE_PA 18
592 #define I40E_AQ_SW_ELEM_TYPE_VSI 19
594 #define I40E_AQ_SW_ELEM_REV_1 1
597 __le16 downlink_seid
;
600 #define I40E_AQ_CONN_TYPE_REGULAR 0x1
601 #define I40E_AQ_CONN_TYPE_DEFAULT 0x2
602 #define I40E_AQ_CONN_TYPE_CASCADED 0x3
607 I40E_CHECK_STRUCT_LEN(0x10, i40e_aqc_switch_config_element_resp
);
609 /* Get Switch Configuration (indirect 0x0200)
610 * an array of elements are returned in the response buffer
611 * the first in the array is the header, remainder are elements
613 struct i40e_aqc_get_switch_config_resp
{
614 struct i40e_aqc_get_switch_config_header_resp header
;
615 struct i40e_aqc_switch_config_element_resp element
[1];
618 I40E_CHECK_STRUCT_LEN(0x20, i40e_aqc_get_switch_config_resp
);
620 /* Add Statistics (direct 0x0201)
621 * Remove Statistics (direct 0x0202)
623 struct i40e_aqc_add_remove_statistics
{
630 I40E_CHECK_CMD_LENGTH(i40e_aqc_add_remove_statistics
);
632 /* Set Port Parameters command (direct 0x0203) */
633 struct i40e_aqc_set_port_parameters
{
634 __le16 command_flags
;
635 #define I40E_AQ_SET_P_PARAMS_SAVE_BAD_PACKETS 1
636 #define I40E_AQ_SET_P_PARAMS_PAD_SHORT_PACKETS 2 /* must set! */
637 #define I40E_AQ_SET_P_PARAMS_DOUBLE_VLAN_ENA 4
638 __le16 bad_frame_vsi
;
639 __le16 default_seid
; /* reserved for command */
643 I40E_CHECK_CMD_LENGTH(i40e_aqc_set_port_parameters
);
645 /* Get Switch Resource Allocation (indirect 0x0204) */
646 struct i40e_aqc_get_switch_resource_alloc
{
647 u8 num_entries
; /* reserved for command */
653 I40E_CHECK_CMD_LENGTH(i40e_aqc_get_switch_resource_alloc
);
655 /* expect an array of these structs in the response buffer */
656 struct i40e_aqc_switch_resource_alloc_element_resp
{
658 #define I40E_AQ_RESOURCE_TYPE_VEB 0x0
659 #define I40E_AQ_RESOURCE_TYPE_VSI 0x1
660 #define I40E_AQ_RESOURCE_TYPE_MACADDR 0x2
661 #define I40E_AQ_RESOURCE_TYPE_STAG 0x3
662 #define I40E_AQ_RESOURCE_TYPE_ETAG 0x4
663 #define I40E_AQ_RESOURCE_TYPE_MULTICAST_HASH 0x5
664 #define I40E_AQ_RESOURCE_TYPE_UNICAST_HASH 0x6
665 #define I40E_AQ_RESOURCE_TYPE_VLAN 0x7
666 #define I40E_AQ_RESOURCE_TYPE_VSI_LIST_ENTRY 0x8
667 #define I40E_AQ_RESOURCE_TYPE_ETAG_LIST_ENTRY 0x9
668 #define I40E_AQ_RESOURCE_TYPE_VLAN_STAT_POOL 0xA
669 #define I40E_AQ_RESOURCE_TYPE_MIRROR_RULE 0xB
670 #define I40E_AQ_RESOURCE_TYPE_QUEUE_SETS 0xC
671 #define I40E_AQ_RESOURCE_TYPE_VLAN_FILTERS 0xD
672 #define I40E_AQ_RESOURCE_TYPE_INNER_MAC_FILTERS 0xF
673 #define I40E_AQ_RESOURCE_TYPE_IP_FILTERS 0x10
674 #define I40E_AQ_RESOURCE_TYPE_GRE_VN_KEYS 0x11
675 #define I40E_AQ_RESOURCE_TYPE_VN2_KEYS 0x12
676 #define I40E_AQ_RESOURCE_TYPE_TUNNEL_PORTS 0x13
681 __le16 total_unalloced
;
685 I40E_CHECK_STRUCT_LEN(0x10, i40e_aqc_switch_resource_alloc_element_resp
);
687 /* Set Switch Configuration (direct 0x0205) */
688 struct i40e_aqc_set_switch_config
{
690 #define I40E_AQ_SET_SWITCH_CFG_PROMISC 0x0001
691 #define I40E_AQ_SET_SWITCH_CFG_L2_FILTER 0x0002
696 I40E_CHECK_CMD_LENGTH(i40e_aqc_set_switch_config
);
698 /* Read Receive control registers (direct 0x0206)
699 * Write Receive control registers (direct 0x0207)
700 * used for accessing Rx control registers that can be
701 * slow and need special handling when under high Rx load
703 struct i40e_aqc_rx_ctl_reg_read_write
{
710 I40E_CHECK_CMD_LENGTH(i40e_aqc_rx_ctl_reg_read_write
);
712 /* Add VSI (indirect 0x0210)
713 * this indirect command uses struct i40e_aqc_vsi_properties_data
714 * as the indirect buffer (128 bytes)
716 * Update VSI (indirect 0x211)
717 * uses the same data structure as Add VSI
719 * Get VSI (indirect 0x0212)
720 * uses the same completion and data structure as Add VSI
722 struct i40e_aqc_add_get_update_vsi
{
725 #define I40E_AQ_VSI_CONN_TYPE_NORMAL 0x1
726 #define I40E_AQ_VSI_CONN_TYPE_DEFAULT 0x2
727 #define I40E_AQ_VSI_CONN_TYPE_CASCADED 0x3
732 #define I40E_AQ_VSI_TYPE_SHIFT 0x0
733 #define I40E_AQ_VSI_TYPE_MASK (0x3 << I40E_AQ_VSI_TYPE_SHIFT)
734 #define I40E_AQ_VSI_TYPE_VF 0x0
735 #define I40E_AQ_VSI_TYPE_VMDQ2 0x1
736 #define I40E_AQ_VSI_TYPE_PF 0x2
737 #define I40E_AQ_VSI_TYPE_EMP_MNG 0x3
738 #define I40E_AQ_VSI_FLAG_CASCADED_PV 0x4
743 I40E_CHECK_CMD_LENGTH(i40e_aqc_add_get_update_vsi
);
745 struct i40e_aqc_add_get_update_vsi_completion
{
754 I40E_CHECK_CMD_LENGTH(i40e_aqc_add_get_update_vsi_completion
);
756 struct i40e_aqc_vsi_properties_data
{
757 /* first 96 byte are written by SW */
758 __le16 valid_sections
;
759 #define I40E_AQ_VSI_PROP_SWITCH_VALID 0x0001
760 #define I40E_AQ_VSI_PROP_SECURITY_VALID 0x0002
761 #define I40E_AQ_VSI_PROP_VLAN_VALID 0x0004
762 #define I40E_AQ_VSI_PROP_CAS_PV_VALID 0x0008
763 #define I40E_AQ_VSI_PROP_INGRESS_UP_VALID 0x0010
764 #define I40E_AQ_VSI_PROP_EGRESS_UP_VALID 0x0020
765 #define I40E_AQ_VSI_PROP_QUEUE_MAP_VALID 0x0040
766 #define I40E_AQ_VSI_PROP_QUEUE_OPT_VALID 0x0080
767 #define I40E_AQ_VSI_PROP_OUTER_UP_VALID 0x0100
768 #define I40E_AQ_VSI_PROP_SCHED_VALID 0x0200
770 __le16 switch_id
; /* 12bit id combined with flags below */
771 #define I40E_AQ_VSI_SW_ID_SHIFT 0x0000
772 #define I40E_AQ_VSI_SW_ID_MASK (0xFFF << I40E_AQ_VSI_SW_ID_SHIFT)
773 #define I40E_AQ_VSI_SW_ID_FLAG_NOT_STAG 0x1000
774 #define I40E_AQ_VSI_SW_ID_FLAG_ALLOW_LB 0x2000
775 #define I40E_AQ_VSI_SW_ID_FLAG_LOCAL_LB 0x4000
777 /* security section */
779 #define I40E_AQ_VSI_SEC_FLAG_ALLOW_DEST_OVRD 0x01
780 #define I40E_AQ_VSI_SEC_FLAG_ENABLE_VLAN_CHK 0x02
781 #define I40E_AQ_VSI_SEC_FLAG_ENABLE_MAC_CHK 0x04
784 __le16 pvid
; /* VLANS include priority bits */
787 #define I40E_AQ_VSI_PVLAN_MODE_SHIFT 0x00
788 #define I40E_AQ_VSI_PVLAN_MODE_MASK (0x03 << \
789 I40E_AQ_VSI_PVLAN_MODE_SHIFT)
790 #define I40E_AQ_VSI_PVLAN_MODE_TAGGED 0x01
791 #define I40E_AQ_VSI_PVLAN_MODE_UNTAGGED 0x02
792 #define I40E_AQ_VSI_PVLAN_MODE_ALL 0x03
793 #define I40E_AQ_VSI_PVLAN_INSERT_PVID 0x04
794 #define I40E_AQ_VSI_PVLAN_EMOD_SHIFT 0x03
795 #define I40E_AQ_VSI_PVLAN_EMOD_MASK (0x3 << \
796 I40E_AQ_VSI_PVLAN_EMOD_SHIFT)
797 #define I40E_AQ_VSI_PVLAN_EMOD_STR_BOTH 0x0
798 #define I40E_AQ_VSI_PVLAN_EMOD_STR_UP 0x08
799 #define I40E_AQ_VSI_PVLAN_EMOD_STR 0x10
800 #define I40E_AQ_VSI_PVLAN_EMOD_NOTHING 0x18
801 u8 pvlan_reserved
[3];
802 /* ingress egress up sections */
803 __le32 ingress_table
; /* bitmap, 3 bits per up */
804 #define I40E_AQ_VSI_UP_TABLE_UP0_SHIFT 0
805 #define I40E_AQ_VSI_UP_TABLE_UP0_MASK (0x7 << \
806 I40E_AQ_VSI_UP_TABLE_UP0_SHIFT)
807 #define I40E_AQ_VSI_UP_TABLE_UP1_SHIFT 3
808 #define I40E_AQ_VSI_UP_TABLE_UP1_MASK (0x7 << \
809 I40E_AQ_VSI_UP_TABLE_UP1_SHIFT)
810 #define I40E_AQ_VSI_UP_TABLE_UP2_SHIFT 6
811 #define I40E_AQ_VSI_UP_TABLE_UP2_MASK (0x7 << \
812 I40E_AQ_VSI_UP_TABLE_UP2_SHIFT)
813 #define I40E_AQ_VSI_UP_TABLE_UP3_SHIFT 9
814 #define I40E_AQ_VSI_UP_TABLE_UP3_MASK (0x7 << \
815 I40E_AQ_VSI_UP_TABLE_UP3_SHIFT)
816 #define I40E_AQ_VSI_UP_TABLE_UP4_SHIFT 12
817 #define I40E_AQ_VSI_UP_TABLE_UP4_MASK (0x7 << \
818 I40E_AQ_VSI_UP_TABLE_UP4_SHIFT)
819 #define I40E_AQ_VSI_UP_TABLE_UP5_SHIFT 15
820 #define I40E_AQ_VSI_UP_TABLE_UP5_MASK (0x7 << \
821 I40E_AQ_VSI_UP_TABLE_UP5_SHIFT)
822 #define I40E_AQ_VSI_UP_TABLE_UP6_SHIFT 18
823 #define I40E_AQ_VSI_UP_TABLE_UP6_MASK (0x7 << \
824 I40E_AQ_VSI_UP_TABLE_UP6_SHIFT)
825 #define I40E_AQ_VSI_UP_TABLE_UP7_SHIFT 21
826 #define I40E_AQ_VSI_UP_TABLE_UP7_MASK (0x7 << \
827 I40E_AQ_VSI_UP_TABLE_UP7_SHIFT)
828 __le32 egress_table
; /* same defines as for ingress table */
829 /* cascaded PV section */
832 #define I40E_AQ_VSI_CAS_PV_TAGX_SHIFT 0x00
833 #define I40E_AQ_VSI_CAS_PV_TAGX_MASK (0x03 << \
834 I40E_AQ_VSI_CAS_PV_TAGX_SHIFT)
835 #define I40E_AQ_VSI_CAS_PV_TAGX_LEAVE 0x00
836 #define I40E_AQ_VSI_CAS_PV_TAGX_REMOVE 0x01
837 #define I40E_AQ_VSI_CAS_PV_TAGX_COPY 0x02
838 #define I40E_AQ_VSI_CAS_PV_INSERT_TAG 0x10
839 #define I40E_AQ_VSI_CAS_PV_ETAG_PRUNE 0x20
840 #define I40E_AQ_VSI_CAS_PV_ACCEPT_HOST_TAG 0x40
842 /* queue mapping section */
843 __le16 mapping_flags
;
844 #define I40E_AQ_VSI_QUE_MAP_CONTIG 0x0
845 #define I40E_AQ_VSI_QUE_MAP_NONCONTIG 0x1
846 __le16 queue_mapping
[16];
847 #define I40E_AQ_VSI_QUEUE_SHIFT 0x0
848 #define I40E_AQ_VSI_QUEUE_MASK (0x7FF << I40E_AQ_VSI_QUEUE_SHIFT)
849 __le16 tc_mapping
[8];
850 #define I40E_AQ_VSI_TC_QUE_OFFSET_SHIFT 0
851 #define I40E_AQ_VSI_TC_QUE_OFFSET_MASK (0x1FF << \
852 I40E_AQ_VSI_TC_QUE_OFFSET_SHIFT)
853 #define I40E_AQ_VSI_TC_QUE_NUMBER_SHIFT 9
854 #define I40E_AQ_VSI_TC_QUE_NUMBER_MASK (0x7 << \
855 I40E_AQ_VSI_TC_QUE_NUMBER_SHIFT)
856 /* queueing option section */
857 u8 queueing_opt_flags
;
858 #define I40E_AQ_VSI_QUE_OPT_MULTICAST_UDP_ENA 0x04
859 #define I40E_AQ_VSI_QUE_OPT_UNICAST_UDP_ENA 0x08
860 #define I40E_AQ_VSI_QUE_OPT_TCP_ENA 0x10
861 #define I40E_AQ_VSI_QUE_OPT_FCOE_ENA 0x20
862 #define I40E_AQ_VSI_QUE_OPT_RSS_LUT_PF 0x00
863 #define I40E_AQ_VSI_QUE_OPT_RSS_LUT_VSI 0x40
864 u8 queueing_opt_reserved
[3];
865 /* scheduler section */
868 /* outer up section */
869 __le32 outer_up_table
; /* same structure and defines as ingress tbl */
871 /* last 32 bytes are written by FW */
873 #define I40E_AQ_VSI_QS_HANDLE_INVALID 0xFFFF
874 __le16 stat_counter_idx
;
876 u8 resp_reserved
[12];
879 I40E_CHECK_STRUCT_LEN(128, i40e_aqc_vsi_properties_data
);
881 /* Add Port Virtualizer (direct 0x0220)
882 * also used for update PV (direct 0x0221) but only flags are used
883 * (IS_CTRL_PORT only works on add PV)
885 struct i40e_aqc_add_update_pv
{
886 __le16 command_flags
;
887 #define I40E_AQC_PV_FLAG_PV_TYPE 0x1
888 #define I40E_AQC_PV_FLAG_FWD_UNKNOWN_STAG_EN 0x2
889 #define I40E_AQC_PV_FLAG_FWD_UNKNOWN_ETAG_EN 0x4
890 #define I40E_AQC_PV_FLAG_IS_CTRL_PORT 0x8
892 __le16 connected_seid
;
896 I40E_CHECK_CMD_LENGTH(i40e_aqc_add_update_pv
);
898 struct i40e_aqc_add_update_pv_completion
{
899 /* reserved for update; for add also encodes error if rc == ENOSPC */
901 #define I40E_AQC_PV_ERR_FLAG_NO_PV 0x1
902 #define I40E_AQC_PV_ERR_FLAG_NO_SCHED 0x2
903 #define I40E_AQC_PV_ERR_FLAG_NO_COUNTER 0x4
904 #define I40E_AQC_PV_ERR_FLAG_NO_ENTRY 0x8
908 I40E_CHECK_CMD_LENGTH(i40e_aqc_add_update_pv_completion
);
910 /* Get PV Params (direct 0x0222)
911 * uses i40e_aqc_switch_seid for the descriptor
914 struct i40e_aqc_get_pv_params_completion
{
917 __le16 pv_flags
; /* same flags as add_pv */
918 #define I40E_AQC_GET_PV_PV_TYPE 0x1
919 #define I40E_AQC_GET_PV_FRWD_UNKNOWN_STAG 0x2
920 #define I40E_AQC_GET_PV_FRWD_UNKNOWN_ETAG 0x4
922 __le16 default_port_seid
;
925 I40E_CHECK_CMD_LENGTH(i40e_aqc_get_pv_params_completion
);
927 /* Add VEB (direct 0x0230) */
928 struct i40e_aqc_add_veb
{
930 __le16 downlink_seid
;
932 #define I40E_AQC_ADD_VEB_FLOATING 0x1
933 #define I40E_AQC_ADD_VEB_PORT_TYPE_SHIFT 1
934 #define I40E_AQC_ADD_VEB_PORT_TYPE_MASK (0x3 << \
935 I40E_AQC_ADD_VEB_PORT_TYPE_SHIFT)
936 #define I40E_AQC_ADD_VEB_PORT_TYPE_DEFAULT 0x2
937 #define I40E_AQC_ADD_VEB_PORT_TYPE_DATA 0x4
938 #define I40E_AQC_ADD_VEB_ENABLE_L2_FILTER 0x8 /* deprecated */
939 #define I40E_AQC_ADD_VEB_ENABLE_DISABLE_STATS 0x10
944 I40E_CHECK_CMD_LENGTH(i40e_aqc_add_veb
);
946 struct i40e_aqc_add_veb_completion
{
949 /* also encodes error if rc == ENOSPC; codes are the same as add_pv */
951 #define I40E_AQC_VEB_ERR_FLAG_NO_VEB 0x1
952 #define I40E_AQC_VEB_ERR_FLAG_NO_SCHED 0x2
953 #define I40E_AQC_VEB_ERR_FLAG_NO_COUNTER 0x4
954 #define I40E_AQC_VEB_ERR_FLAG_NO_ENTRY 0x8
955 __le16 statistic_index
;
960 I40E_CHECK_CMD_LENGTH(i40e_aqc_add_veb_completion
);
962 /* Get VEB Parameters (direct 0x0232)
963 * uses i40e_aqc_switch_seid for the descriptor
965 struct i40e_aqc_get_veb_parameters_completion
{
968 __le16 veb_flags
; /* only the first/last flags from 0x0230 is valid */
969 __le16 statistic_index
;
975 I40E_CHECK_CMD_LENGTH(i40e_aqc_get_veb_parameters_completion
);
977 /* Delete Element (direct 0x0243)
978 * uses the generic i40e_aqc_switch_seid
981 /* Add MAC-VLAN (indirect 0x0250) */
983 /* used for the command for most vlan commands */
984 struct i40e_aqc_macvlan
{
985 __le16 num_addresses
;
987 #define I40E_AQC_MACVLAN_CMD_SEID_NUM_SHIFT 0
988 #define I40E_AQC_MACVLAN_CMD_SEID_NUM_MASK (0x3FF << \
989 I40E_AQC_MACVLAN_CMD_SEID_NUM_SHIFT)
990 #define I40E_AQC_MACVLAN_CMD_SEID_VALID 0x8000
995 I40E_CHECK_CMD_LENGTH(i40e_aqc_macvlan
);
997 /* indirect data for command and response */
998 struct i40e_aqc_add_macvlan_element_data
{
1002 #define I40E_AQC_MACVLAN_ADD_PERFECT_MATCH 0x0001
1003 #define I40E_AQC_MACVLAN_ADD_HASH_MATCH 0x0002
1004 #define I40E_AQC_MACVLAN_ADD_IGNORE_VLAN 0x0004
1005 #define I40E_AQC_MACVLAN_ADD_TO_QUEUE 0x0008
1006 #define I40E_AQC_MACVLAN_ADD_USE_SHARED_MAC 0x0010
1007 __le16 queue_number
;
1008 #define I40E_AQC_MACVLAN_CMD_QUEUE_SHIFT 0
1009 #define I40E_AQC_MACVLAN_CMD_QUEUE_MASK (0x7FF << \
1010 I40E_AQC_MACVLAN_CMD_SEID_NUM_SHIFT)
1011 /* response section */
1013 #define I40E_AQC_MM_PERFECT_MATCH 0x01
1014 #define I40E_AQC_MM_HASH_MATCH 0x02
1015 #define I40E_AQC_MM_ERR_NO_RES 0xFF
1019 struct i40e_aqc_add_remove_macvlan_completion
{
1020 __le16 perfect_mac_used
;
1021 __le16 perfect_mac_free
;
1022 __le16 unicast_hash_free
;
1023 __le16 multicast_hash_free
;
1028 I40E_CHECK_CMD_LENGTH(i40e_aqc_add_remove_macvlan_completion
);
1030 /* Remove MAC-VLAN (indirect 0x0251)
1031 * uses i40e_aqc_macvlan for the descriptor
1032 * data points to an array of num_addresses of elements
1035 struct i40e_aqc_remove_macvlan_element_data
{
1039 #define I40E_AQC_MACVLAN_DEL_PERFECT_MATCH 0x01
1040 #define I40E_AQC_MACVLAN_DEL_HASH_MATCH 0x02
1041 #define I40E_AQC_MACVLAN_DEL_IGNORE_VLAN 0x08
1042 #define I40E_AQC_MACVLAN_DEL_ALL_VSIS 0x10
1046 #define I40E_AQC_REMOVE_MACVLAN_SUCCESS 0x0
1047 #define I40E_AQC_REMOVE_MACVLAN_FAIL 0xFF
1048 u8 reply_reserved
[3];
1051 /* Add VLAN (indirect 0x0252)
1052 * Remove VLAN (indirect 0x0253)
1053 * use the generic i40e_aqc_macvlan for the command
1055 struct i40e_aqc_add_remove_vlan_element_data
{
1058 /* flags for add VLAN */
1059 #define I40E_AQC_ADD_VLAN_LOCAL 0x1
1060 #define I40E_AQC_ADD_PVLAN_TYPE_SHIFT 1
1061 #define I40E_AQC_ADD_PVLAN_TYPE_MASK (0x3 << I40E_AQC_ADD_PVLAN_TYPE_SHIFT)
1062 #define I40E_AQC_ADD_PVLAN_TYPE_REGULAR 0x0
1063 #define I40E_AQC_ADD_PVLAN_TYPE_PRIMARY 0x2
1064 #define I40E_AQC_ADD_PVLAN_TYPE_SECONDARY 0x4
1065 #define I40E_AQC_VLAN_PTYPE_SHIFT 3
1066 #define I40E_AQC_VLAN_PTYPE_MASK (0x3 << I40E_AQC_VLAN_PTYPE_SHIFT)
1067 #define I40E_AQC_VLAN_PTYPE_REGULAR_VSI 0x0
1068 #define I40E_AQC_VLAN_PTYPE_PROMISC_VSI 0x8
1069 #define I40E_AQC_VLAN_PTYPE_COMMUNITY_VSI 0x10
1070 #define I40E_AQC_VLAN_PTYPE_ISOLATED_VSI 0x18
1071 /* flags for remove VLAN */
1072 #define I40E_AQC_REMOVE_VLAN_ALL 0x1
1075 /* flags for add VLAN */
1076 #define I40E_AQC_ADD_VLAN_SUCCESS 0x0
1077 #define I40E_AQC_ADD_VLAN_FAIL_REQUEST 0xFE
1078 #define I40E_AQC_ADD_VLAN_FAIL_RESOURCE 0xFF
1079 /* flags for remove VLAN */
1080 #define I40E_AQC_REMOVE_VLAN_SUCCESS 0x0
1081 #define I40E_AQC_REMOVE_VLAN_FAIL 0xFF
1085 struct i40e_aqc_add_remove_vlan_completion
{
1093 /* Set VSI Promiscuous Modes (direct 0x0254) */
1094 struct i40e_aqc_set_vsi_promiscuous_modes
{
1095 __le16 promiscuous_flags
;
1097 /* flags used for both fields above */
1098 #define I40E_AQC_SET_VSI_PROMISC_UNICAST 0x01
1099 #define I40E_AQC_SET_VSI_PROMISC_MULTICAST 0x02
1100 #define I40E_AQC_SET_VSI_PROMISC_BROADCAST 0x04
1101 #define I40E_AQC_SET_VSI_DEFAULT 0x08
1102 #define I40E_AQC_SET_VSI_PROMISC_VLAN 0x10
1103 #define I40E_AQC_SET_VSI_PROMISC_TX 0x8000
1105 #define I40E_AQC_VSI_PROM_CMD_SEID_MASK 0x3FF
1107 #define I40E_AQC_SET_VSI_VLAN_MASK 0x0FFF
1108 #define I40E_AQC_SET_VSI_VLAN_VALID 0x8000
1112 I40E_CHECK_CMD_LENGTH(i40e_aqc_set_vsi_promiscuous_modes
);
1114 /* Add S/E-tag command (direct 0x0255)
1115 * Uses generic i40e_aqc_add_remove_tag_completion for completion
1117 struct i40e_aqc_add_tag
{
1119 #define I40E_AQC_ADD_TAG_FLAG_TO_QUEUE 0x0001
1121 #define I40E_AQC_ADD_TAG_CMD_SEID_NUM_SHIFT 0
1122 #define I40E_AQC_ADD_TAG_CMD_SEID_NUM_MASK (0x3FF << \
1123 I40E_AQC_ADD_TAG_CMD_SEID_NUM_SHIFT)
1125 __le16 queue_number
;
1129 I40E_CHECK_CMD_LENGTH(i40e_aqc_add_tag
);
1131 struct i40e_aqc_add_remove_tag_completion
{
1137 I40E_CHECK_CMD_LENGTH(i40e_aqc_add_remove_tag_completion
);
1139 /* Remove S/E-tag command (direct 0x0256)
1140 * Uses generic i40e_aqc_add_remove_tag_completion for completion
1142 struct i40e_aqc_remove_tag
{
1144 #define I40E_AQC_REMOVE_TAG_CMD_SEID_NUM_SHIFT 0
1145 #define I40E_AQC_REMOVE_TAG_CMD_SEID_NUM_MASK (0x3FF << \
1146 I40E_AQC_REMOVE_TAG_CMD_SEID_NUM_SHIFT)
1151 I40E_CHECK_CMD_LENGTH(i40e_aqc_remove_tag
);
1153 /* Add multicast E-Tag (direct 0x0257)
1154 * del multicast E-Tag (direct 0x0258) only uses pv_seid and etag fields
1155 * and no external data
1157 struct i40e_aqc_add_remove_mcast_etag
{
1160 u8 num_unicast_etags
;
1162 __le32 addr_high
; /* address of array of 2-byte s-tags */
1166 I40E_CHECK_CMD_LENGTH(i40e_aqc_add_remove_mcast_etag
);
1168 struct i40e_aqc_add_remove_mcast_etag_completion
{
1170 __le16 mcast_etags_used
;
1171 __le16 mcast_etags_free
;
1177 I40E_CHECK_CMD_LENGTH(i40e_aqc_add_remove_mcast_etag_completion
);
1179 /* Update S/E-Tag (direct 0x0259) */
1180 struct i40e_aqc_update_tag
{
1182 #define I40E_AQC_UPDATE_TAG_CMD_SEID_NUM_SHIFT 0
1183 #define I40E_AQC_UPDATE_TAG_CMD_SEID_NUM_MASK (0x3FF << \
1184 I40E_AQC_UPDATE_TAG_CMD_SEID_NUM_SHIFT)
1190 I40E_CHECK_CMD_LENGTH(i40e_aqc_update_tag
);
1192 struct i40e_aqc_update_tag_completion
{
1198 I40E_CHECK_CMD_LENGTH(i40e_aqc_update_tag_completion
);
1200 /* Add Control Packet filter (direct 0x025A)
1201 * Remove Control Packet filter (direct 0x025B)
1202 * uses the i40e_aqc_add_oveb_cloud,
1203 * and the generic direct completion structure
1205 struct i40e_aqc_add_remove_control_packet_filter
{
1209 #define I40E_AQC_ADD_CONTROL_PACKET_FLAGS_IGNORE_MAC 0x0001
1210 #define I40E_AQC_ADD_CONTROL_PACKET_FLAGS_DROP 0x0002
1211 #define I40E_AQC_ADD_CONTROL_PACKET_FLAGS_TO_QUEUE 0x0004
1212 #define I40E_AQC_ADD_CONTROL_PACKET_FLAGS_TX 0x0008
1213 #define I40E_AQC_ADD_CONTROL_PACKET_FLAGS_RX 0x0000
1215 #define I40E_AQC_ADD_CONTROL_PACKET_CMD_SEID_NUM_SHIFT 0
1216 #define I40E_AQC_ADD_CONTROL_PACKET_CMD_SEID_NUM_MASK (0x3FF << \
1217 I40E_AQC_ADD_CONTROL_PACKET_CMD_SEID_NUM_SHIFT)
1222 I40E_CHECK_CMD_LENGTH(i40e_aqc_add_remove_control_packet_filter
);
1224 struct i40e_aqc_add_remove_control_packet_filter_completion
{
1225 __le16 mac_etype_used
;
1227 __le16 mac_etype_free
;
1232 I40E_CHECK_CMD_LENGTH(i40e_aqc_add_remove_control_packet_filter_completion
);
1234 /* Add Cloud filters (indirect 0x025C)
1235 * Remove Cloud filters (indirect 0x025D)
1236 * uses the i40e_aqc_add_remove_cloud_filters,
1237 * and the generic indirect completion structure
1239 struct i40e_aqc_add_remove_cloud_filters
{
1243 #define I40E_AQC_ADD_CLOUD_CMD_SEID_NUM_SHIFT 0
1244 #define I40E_AQC_ADD_CLOUD_CMD_SEID_NUM_MASK (0x3FF << \
1245 I40E_AQC_ADD_CLOUD_CMD_SEID_NUM_SHIFT)
1251 I40E_CHECK_CMD_LENGTH(i40e_aqc_add_remove_cloud_filters
);
1253 struct i40e_aqc_add_remove_cloud_filters_element_data
{
1267 #define I40E_AQC_ADD_CLOUD_FILTER_SHIFT 0
1268 #define I40E_AQC_ADD_CLOUD_FILTER_MASK (0x3F << \
1269 I40E_AQC_ADD_CLOUD_FILTER_SHIFT)
1270 /* 0x0000 reserved */
1271 #define I40E_AQC_ADD_CLOUD_FILTER_OIP 0x0001
1272 /* 0x0002 reserved */
1273 #define I40E_AQC_ADD_CLOUD_FILTER_IMAC_IVLAN 0x0003
1274 #define I40E_AQC_ADD_CLOUD_FILTER_IMAC_IVLAN_TEN_ID 0x0004
1275 /* 0x0005 reserved */
1276 #define I40E_AQC_ADD_CLOUD_FILTER_IMAC_TEN_ID 0x0006
1277 /* 0x0007 reserved */
1278 /* 0x0008 reserved */
1279 #define I40E_AQC_ADD_CLOUD_FILTER_OMAC 0x0009
1280 #define I40E_AQC_ADD_CLOUD_FILTER_IMAC 0x000A
1281 #define I40E_AQC_ADD_CLOUD_FILTER_OMAC_TEN_ID_IMAC 0x000B
1282 #define I40E_AQC_ADD_CLOUD_FILTER_IIP 0x000C
1284 #define I40E_AQC_ADD_CLOUD_FLAGS_TO_QUEUE 0x0080
1285 #define I40E_AQC_ADD_CLOUD_VNK_SHIFT 6
1286 #define I40E_AQC_ADD_CLOUD_VNK_MASK 0x00C0
1287 #define I40E_AQC_ADD_CLOUD_FLAGS_IPV4 0
1288 #define I40E_AQC_ADD_CLOUD_FLAGS_IPV6 0x0100
1290 #define I40E_AQC_ADD_CLOUD_TNL_TYPE_SHIFT 9
1291 #define I40E_AQC_ADD_CLOUD_TNL_TYPE_MASK 0x1E00
1292 #define I40E_AQC_ADD_CLOUD_TNL_TYPE_VXLAN 0
1293 #define I40E_AQC_ADD_CLOUD_TNL_TYPE_NVGRE_OMAC 1
1294 #define I40E_AQC_ADD_CLOUD_TNL_TYPE_GENEVE 2
1295 #define I40E_AQC_ADD_CLOUD_TNL_TYPE_IP 3
1296 #define I40E_AQC_ADD_CLOUD_TNL_TYPE_RESERVED 4
1297 #define I40E_AQC_ADD_CLOUD_TNL_TYPE_VXLAN_GPE 5
1299 #define I40E_AQC_ADD_CLOUD_FLAGS_SHARED_OUTER_MAC 0x2000
1300 #define I40E_AQC_ADD_CLOUD_FLAGS_SHARED_INNER_MAC 0x4000
1301 #define I40E_AQC_ADD_CLOUD_FLAGS_SHARED_OUTER_IP 0x8000
1305 __le16 queue_number
;
1306 #define I40E_AQC_ADD_CLOUD_QUEUE_SHIFT 0
1307 #define I40E_AQC_ADD_CLOUD_QUEUE_MASK (0x7FF << \
1308 I40E_AQC_ADD_CLOUD_QUEUE_SHIFT)
1310 /* response section */
1311 u8 allocation_result
;
1312 #define I40E_AQC_ADD_CLOUD_FILTER_SUCCESS 0x0
1313 #define I40E_AQC_ADD_CLOUD_FILTER_FAIL 0xFF
1314 u8 response_reserved
[7];
1317 struct i40e_aqc_remove_cloud_filters_completion
{
1318 __le16 perfect_ovlan_used
;
1319 __le16 perfect_ovlan_free
;
1326 I40E_CHECK_CMD_LENGTH(i40e_aqc_remove_cloud_filters_completion
);
1328 /* Add Mirror Rule (indirect or direct 0x0260)
1329 * Delete Mirror Rule (indirect or direct 0x0261)
1330 * note: some rule types (4,5) do not use an external buffer.
1331 * take care to set the flags correctly.
1333 struct i40e_aqc_add_delete_mirror_rule
{
1336 #define I40E_AQC_MIRROR_RULE_TYPE_SHIFT 0
1337 #define I40E_AQC_MIRROR_RULE_TYPE_MASK (0x7 << \
1338 I40E_AQC_MIRROR_RULE_TYPE_SHIFT)
1339 #define I40E_AQC_MIRROR_RULE_TYPE_VPORT_INGRESS 1
1340 #define I40E_AQC_MIRROR_RULE_TYPE_VPORT_EGRESS 2
1341 #define I40E_AQC_MIRROR_RULE_TYPE_VLAN 3
1342 #define I40E_AQC_MIRROR_RULE_TYPE_ALL_INGRESS 4
1343 #define I40E_AQC_MIRROR_RULE_TYPE_ALL_EGRESS 5
1345 __le16 destination
; /* VSI for add, rule id for delete */
1346 __le32 addr_high
; /* address of array of 2-byte VSI or VLAN ids */
1350 I40E_CHECK_CMD_LENGTH(i40e_aqc_add_delete_mirror_rule
);
1352 struct i40e_aqc_add_delete_mirror_rule_completion
{
1354 __le16 rule_id
; /* only used on add */
1355 __le16 mirror_rules_used
;
1356 __le16 mirror_rules_free
;
1361 I40E_CHECK_CMD_LENGTH(i40e_aqc_add_delete_mirror_rule_completion
);
1365 /* PFC Ignore (direct 0x0301)
1366 * the command and response use the same descriptor structure
1368 struct i40e_aqc_pfc_ignore
{
1370 u8 command_flags
; /* unused on response */
1371 #define I40E_AQC_PFC_IGNORE_SET 0x80
1372 #define I40E_AQC_PFC_IGNORE_CLEAR 0x0
1376 I40E_CHECK_CMD_LENGTH(i40e_aqc_pfc_ignore
);
1378 /* DCB Update (direct 0x0302) uses the i40e_aq_desc structure
1379 * with no parameters
1382 /* TX scheduler 0x04xx */
1384 /* Almost all the indirect commands use
1385 * this generic struct to pass the SEID in param0
1387 struct i40e_aqc_tx_sched_ind
{
1394 I40E_CHECK_CMD_LENGTH(i40e_aqc_tx_sched_ind
);
1396 /* Several commands respond with a set of queue set handles */
1397 struct i40e_aqc_qs_handles_resp
{
1398 __le16 qs_handles
[8];
1401 /* Configure VSI BW limits (direct 0x0400) */
1402 struct i40e_aqc_configure_vsi_bw_limit
{
1407 u8 max_credit
; /* 0-3, limit = 2^max */
1411 I40E_CHECK_CMD_LENGTH(i40e_aqc_configure_vsi_bw_limit
);
1413 /* Configure VSI Bandwidth Limit per Traffic Type (indirect 0x0406)
1414 * responds with i40e_aqc_qs_handles_resp
1416 struct i40e_aqc_configure_vsi_ets_sla_bw_data
{
1419 __le16 tc_bw_credits
[8]; /* FW writesback QS handles here */
1421 /* 4 bits per tc 0-7, 4th bit is reserved, limit = 2^max */
1422 __le16 tc_bw_max
[2];
1426 I40E_CHECK_STRUCT_LEN(0x40, i40e_aqc_configure_vsi_ets_sla_bw_data
);
1428 /* Configure VSI Bandwidth Allocation per Traffic Type (indirect 0x0407)
1429 * responds with i40e_aqc_qs_handles_resp
1431 struct i40e_aqc_configure_vsi_tc_bw_data
{
1434 u8 tc_bw_credits
[8];
1436 __le16 qs_handles
[8];
1439 I40E_CHECK_STRUCT_LEN(0x20, i40e_aqc_configure_vsi_tc_bw_data
);
1441 /* Query vsi bw configuration (indirect 0x0408) */
1442 struct i40e_aqc_query_vsi_bw_config_resp
{
1444 u8 tc_suspended_bits
;
1446 __le16 qs_handles
[8];
1448 __le16 port_bw_limit
;
1450 u8 max_bw
; /* 0-3, limit = 2^max */
1454 I40E_CHECK_STRUCT_LEN(0x40, i40e_aqc_query_vsi_bw_config_resp
);
1456 /* Query VSI Bandwidth Allocation per Traffic Type (indirect 0x040A) */
1457 struct i40e_aqc_query_vsi_ets_sla_config_resp
{
1460 u8 share_credits
[8];
1463 /* 4 bits per tc 0-7, 4th bit is reserved, limit = 2^max */
1464 __le16 tc_bw_max
[2];
1467 I40E_CHECK_STRUCT_LEN(0x20, i40e_aqc_query_vsi_ets_sla_config_resp
);
1469 /* Configure Switching Component Bandwidth Limit (direct 0x0410) */
1470 struct i40e_aqc_configure_switching_comp_bw_limit
{
1475 u8 max_bw
; /* 0-3, limit = 2^max */
1479 I40E_CHECK_CMD_LENGTH(i40e_aqc_configure_switching_comp_bw_limit
);
1481 /* Enable Physical Port ETS (indirect 0x0413)
1482 * Modify Physical Port ETS (indirect 0x0414)
1483 * Disable Physical Port ETS (indirect 0x0415)
1485 struct i40e_aqc_configure_switching_comp_ets_data
{
1489 #define I40E_AQ_ETS_SEEPAGE_EN_MASK 0x1
1490 u8 tc_strict_priority_flags
;
1492 u8 tc_bw_share_credits
[8];
1496 I40E_CHECK_STRUCT_LEN(0x80, i40e_aqc_configure_switching_comp_ets_data
);
1498 /* Configure Switching Component Bandwidth Limits per Tc (indirect 0x0416) */
1499 struct i40e_aqc_configure_switching_comp_ets_bw_limit_data
{
1502 __le16 tc_bw_credit
[8];
1504 /* 4 bits per tc 0-7, 4th bit is reserved, limit = 2^max */
1505 __le16 tc_bw_max
[2];
1509 I40E_CHECK_STRUCT_LEN(0x40,
1510 i40e_aqc_configure_switching_comp_ets_bw_limit_data
);
1512 /* Configure Switching Component Bandwidth Allocation per Tc
1515 struct i40e_aqc_configure_switching_comp_bw_config_data
{
1518 u8 absolute_credits
; /* bool */
1519 u8 tc_bw_share_credits
[8];
1523 I40E_CHECK_STRUCT_LEN(0x20, i40e_aqc_configure_switching_comp_bw_config_data
);
1525 /* Query Switching Component Configuration (indirect 0x0418) */
1526 struct i40e_aqc_query_switching_comp_ets_config_resp
{
1529 __le16 port_bw_limit
;
1531 u8 tc_bw_max
; /* 0-3, limit = 2^max */
1535 I40E_CHECK_STRUCT_LEN(0x40, i40e_aqc_query_switching_comp_ets_config_resp
);
1537 /* Query PhysicalPort ETS Configuration (indirect 0x0419) */
1538 struct i40e_aqc_query_port_ets_config_resp
{
1542 u8 tc_strict_priority_bits
;
1544 u8 tc_bw_share_credits
[8];
1545 __le16 tc_bw_limits
[8];
1547 /* 4 bits per tc 0-7, 4th bit reserved, limit = 2^max */
1548 __le16 tc_bw_max
[2];
1552 I40E_CHECK_STRUCT_LEN(0x44, i40e_aqc_query_port_ets_config_resp
);
1554 /* Query Switching Component Bandwidth Allocation per Traffic Type
1557 struct i40e_aqc_query_switching_comp_bw_config_resp
{
1560 u8 absolute_credits_enable
; /* bool */
1561 u8 tc_bw_share_credits
[8];
1562 __le16 tc_bw_limits
[8];
1564 /* 4 bits per tc 0-7, 4th bit is reserved, limit = 2^max */
1565 __le16 tc_bw_max
[2];
1568 I40E_CHECK_STRUCT_LEN(0x20, i40e_aqc_query_switching_comp_bw_config_resp
);
1570 /* Suspend/resume port TX traffic
1571 * (direct 0x041B and 0x041C) uses the generic SEID struct
1574 /* Configure partition BW
1577 struct i40e_aqc_configure_partition_bw_data
{
1578 __le16 pf_valid_bits
;
1579 u8 min_bw
[16]; /* guaranteed bandwidth */
1580 u8 max_bw
[16]; /* bandwidth limit */
1583 I40E_CHECK_STRUCT_LEN(0x22, i40e_aqc_configure_partition_bw_data
);
1585 /* Get and set the active HMC resource profile and status.
1586 * (direct 0x0500) and (direct 0x0501)
1588 struct i40e_aq_get_set_hmc_resource_profile
{
1594 I40E_CHECK_CMD_LENGTH(i40e_aq_get_set_hmc_resource_profile
);
1596 enum i40e_aq_hmc_profile
{
1597 /* I40E_HMC_PROFILE_NO_CHANGE = 0, reserved */
1598 I40E_HMC_PROFILE_DEFAULT
= 1,
1599 I40E_HMC_PROFILE_FAVOR_VF
= 2,
1600 I40E_HMC_PROFILE_EQUAL
= 3,
1603 #define I40E_AQ_GET_HMC_RESOURCE_PROFILE_PM_MASK 0xF
1604 #define I40E_AQ_GET_HMC_RESOURCE_PROFILE_COUNT_MASK 0x3F
1606 /* Get PHY Abilities (indirect 0x0600) uses the generic indirect struct */
1608 /* set in param0 for get phy abilities to report qualified modules */
1609 #define I40E_AQ_PHY_REPORT_QUALIFIED_MODULES 0x0001
1610 #define I40E_AQ_PHY_REPORT_INITIAL_VALUES 0x0002
1612 enum i40e_aq_phy_type
{
1613 I40E_PHY_TYPE_SGMII
= 0x0,
1614 I40E_PHY_TYPE_1000BASE_KX
= 0x1,
1615 I40E_PHY_TYPE_10GBASE_KX4
= 0x2,
1616 I40E_PHY_TYPE_10GBASE_KR
= 0x3,
1617 I40E_PHY_TYPE_40GBASE_KR4
= 0x4,
1618 I40E_PHY_TYPE_XAUI
= 0x5,
1619 I40E_PHY_TYPE_XFI
= 0x6,
1620 I40E_PHY_TYPE_SFI
= 0x7,
1621 I40E_PHY_TYPE_XLAUI
= 0x8,
1622 I40E_PHY_TYPE_XLPPI
= 0x9,
1623 I40E_PHY_TYPE_40GBASE_CR4_CU
= 0xA,
1624 I40E_PHY_TYPE_10GBASE_CR1_CU
= 0xB,
1625 I40E_PHY_TYPE_10GBASE_AOC
= 0xC,
1626 I40E_PHY_TYPE_40GBASE_AOC
= 0xD,
1627 I40E_PHY_TYPE_100BASE_TX
= 0x11,
1628 I40E_PHY_TYPE_1000BASE_T
= 0x12,
1629 I40E_PHY_TYPE_10GBASE_T
= 0x13,
1630 I40E_PHY_TYPE_10GBASE_SR
= 0x14,
1631 I40E_PHY_TYPE_10GBASE_LR
= 0x15,
1632 I40E_PHY_TYPE_10GBASE_SFPP_CU
= 0x16,
1633 I40E_PHY_TYPE_10GBASE_CR1
= 0x17,
1634 I40E_PHY_TYPE_40GBASE_CR4
= 0x18,
1635 I40E_PHY_TYPE_40GBASE_SR4
= 0x19,
1636 I40E_PHY_TYPE_40GBASE_LR4
= 0x1A,
1637 I40E_PHY_TYPE_1000BASE_SX
= 0x1B,
1638 I40E_PHY_TYPE_1000BASE_LX
= 0x1C,
1639 I40E_PHY_TYPE_1000BASE_T_OPTICAL
= 0x1D,
1640 I40E_PHY_TYPE_20GBASE_KR2
= 0x1E,
1644 #define I40E_LINK_SPEED_100MB_SHIFT 0x1
1645 #define I40E_LINK_SPEED_1000MB_SHIFT 0x2
1646 #define I40E_LINK_SPEED_10GB_SHIFT 0x3
1647 #define I40E_LINK_SPEED_40GB_SHIFT 0x4
1648 #define I40E_LINK_SPEED_20GB_SHIFT 0x5
1650 enum i40e_aq_link_speed
{
1651 I40E_LINK_SPEED_UNKNOWN
= 0,
1652 I40E_LINK_SPEED_100MB
= (1 << I40E_LINK_SPEED_100MB_SHIFT
),
1653 I40E_LINK_SPEED_1GB
= (1 << I40E_LINK_SPEED_1000MB_SHIFT
),
1654 I40E_LINK_SPEED_10GB
= (1 << I40E_LINK_SPEED_10GB_SHIFT
),
1655 I40E_LINK_SPEED_40GB
= (1 << I40E_LINK_SPEED_40GB_SHIFT
),
1656 I40E_LINK_SPEED_20GB
= (1 << I40E_LINK_SPEED_20GB_SHIFT
)
1659 struct i40e_aqc_module_desc
{
1667 I40E_CHECK_STRUCT_LEN(0x20, i40e_aqc_module_desc
);
1669 struct i40e_aq_get_phy_abilities_resp
{
1670 __le32 phy_type
; /* bitmap using the above enum for offsets */
1671 u8 link_speed
; /* bitmap using the above enum bit patterns */
1673 #define I40E_AQ_PHY_FLAG_PAUSE_TX 0x01
1674 #define I40E_AQ_PHY_FLAG_PAUSE_RX 0x02
1675 #define I40E_AQ_PHY_FLAG_LOW_POWER 0x04
1676 #define I40E_AQ_PHY_LINK_ENABLED 0x08
1677 #define I40E_AQ_PHY_AN_ENABLED 0x10
1678 #define I40E_AQ_PHY_FLAG_MODULE_QUAL 0x20
1679 __le16 eee_capability
;
1680 #define I40E_AQ_EEE_100BASE_TX 0x0002
1681 #define I40E_AQ_EEE_1000BASE_T 0x0004
1682 #define I40E_AQ_EEE_10GBASE_T 0x0008
1683 #define I40E_AQ_EEE_1000BASE_KX 0x0010
1684 #define I40E_AQ_EEE_10GBASE_KX4 0x0020
1685 #define I40E_AQ_EEE_10GBASE_KR 0x0040
1688 #define I40E_AQ_SET_PHY_D3_LPAN_ENA 0x01
1692 u8 qualified_module_count
;
1693 #define I40E_AQ_PHY_MAX_QMS 16
1694 struct i40e_aqc_module_desc qualified_module
[I40E_AQ_PHY_MAX_QMS
];
1697 I40E_CHECK_STRUCT_LEN(0x218, i40e_aq_get_phy_abilities_resp
);
1699 /* Set PHY Config (direct 0x0601) */
1700 struct i40e_aq_set_phy_config
{ /* same bits as above in all */
1704 /* bits 0-2 use the values from get_phy_abilities_resp */
1705 #define I40E_AQ_PHY_ENABLE_LINK 0x08
1706 #define I40E_AQ_PHY_ENABLE_AN 0x10
1707 #define I40E_AQ_PHY_ENABLE_ATOMIC_LINK 0x20
1708 __le16 eee_capability
;
1714 I40E_CHECK_CMD_LENGTH(i40e_aq_set_phy_config
);
1716 /* Set MAC Config command data structure (direct 0x0603) */
1717 struct i40e_aq_set_mac_config
{
1718 __le16 max_frame_size
;
1720 #define I40E_AQ_SET_MAC_CONFIG_CRC_EN 0x04
1721 #define I40E_AQ_SET_MAC_CONFIG_PACING_MASK 0x78
1722 #define I40E_AQ_SET_MAC_CONFIG_PACING_SHIFT 3
1723 #define I40E_AQ_SET_MAC_CONFIG_PACING_NONE 0x0
1724 #define I40E_AQ_SET_MAC_CONFIG_PACING_1B_13TX 0xF
1725 #define I40E_AQ_SET_MAC_CONFIG_PACING_1DW_9TX 0x9
1726 #define I40E_AQ_SET_MAC_CONFIG_PACING_1DW_4TX 0x8
1727 #define I40E_AQ_SET_MAC_CONFIG_PACING_3DW_7TX 0x7
1728 #define I40E_AQ_SET_MAC_CONFIG_PACING_2DW_3TX 0x6
1729 #define I40E_AQ_SET_MAC_CONFIG_PACING_1DW_1TX 0x5
1730 #define I40E_AQ_SET_MAC_CONFIG_PACING_3DW_2TX 0x4
1731 #define I40E_AQ_SET_MAC_CONFIG_PACING_7DW_3TX 0x3
1732 #define I40E_AQ_SET_MAC_CONFIG_PACING_4DW_1TX 0x2
1733 #define I40E_AQ_SET_MAC_CONFIG_PACING_9DW_1TX 0x1
1734 u8 tx_timer_priority
; /* bitmap */
1735 __le16 tx_timer_value
;
1736 __le16 fc_refresh_threshold
;
1740 I40E_CHECK_CMD_LENGTH(i40e_aq_set_mac_config
);
1742 /* Restart Auto-Negotiation (direct 0x605) */
1743 struct i40e_aqc_set_link_restart_an
{
1745 #define I40E_AQ_PHY_RESTART_AN 0x02
1746 #define I40E_AQ_PHY_LINK_ENABLE 0x04
1750 I40E_CHECK_CMD_LENGTH(i40e_aqc_set_link_restart_an
);
1752 /* Get Link Status cmd & response data structure (direct 0x0607) */
1753 struct i40e_aqc_get_link_status
{
1754 __le16 command_flags
; /* only field set on command */
1755 #define I40E_AQ_LSE_MASK 0x3
1756 #define I40E_AQ_LSE_NOP 0x0
1757 #define I40E_AQ_LSE_DISABLE 0x2
1758 #define I40E_AQ_LSE_ENABLE 0x3
1759 /* only response uses this flag */
1760 #define I40E_AQ_LSE_IS_ENABLED 0x1
1761 u8 phy_type
; /* i40e_aq_phy_type */
1762 u8 link_speed
; /* i40e_aq_link_speed */
1764 #define I40E_AQ_LINK_UP 0x01 /* obsolete */
1765 #define I40E_AQ_LINK_UP_FUNCTION 0x01
1766 #define I40E_AQ_LINK_FAULT 0x02
1767 #define I40E_AQ_LINK_FAULT_TX 0x04
1768 #define I40E_AQ_LINK_FAULT_RX 0x08
1769 #define I40E_AQ_LINK_FAULT_REMOTE 0x10
1770 #define I40E_AQ_LINK_UP_PORT 0x20
1771 #define I40E_AQ_MEDIA_AVAILABLE 0x40
1772 #define I40E_AQ_SIGNAL_DETECT 0x80
1774 #define I40E_AQ_AN_COMPLETED 0x01
1775 #define I40E_AQ_LP_AN_ABILITY 0x02
1776 #define I40E_AQ_PD_FAULT 0x04
1777 #define I40E_AQ_FEC_EN 0x08
1778 #define I40E_AQ_PHY_LOW_POWER 0x10
1779 #define I40E_AQ_LINK_PAUSE_TX 0x20
1780 #define I40E_AQ_LINK_PAUSE_RX 0x40
1781 #define I40E_AQ_QUALIFIED_MODULE 0x80
1783 #define I40E_AQ_LINK_PHY_TEMP_ALARM 0x01
1784 #define I40E_AQ_LINK_XCESSIVE_ERRORS 0x02
1785 #define I40E_AQ_LINK_TX_SHIFT 0x02
1786 #define I40E_AQ_LINK_TX_MASK (0x03 << I40E_AQ_LINK_TX_SHIFT)
1787 #define I40E_AQ_LINK_TX_ACTIVE 0x00
1788 #define I40E_AQ_LINK_TX_DRAINED 0x01
1789 #define I40E_AQ_LINK_TX_FLUSHED 0x03
1790 #define I40E_AQ_LINK_FORCED_40G 0x10
1791 u8 loopback
; /* use defines from i40e_aqc_set_lb_mode */
1792 __le16 max_frame_size
;
1794 #define I40E_AQ_CONFIG_CRC_ENA 0x04
1795 #define I40E_AQ_CONFIG_PACING_MASK 0x78
1796 u8 external_power_ability
;
1797 #define I40E_AQ_LINK_POWER_CLASS_1 0x00
1798 #define I40E_AQ_LINK_POWER_CLASS_2 0x01
1799 #define I40E_AQ_LINK_POWER_CLASS_3 0x02
1800 #define I40E_AQ_LINK_POWER_CLASS_4 0x03
1804 I40E_CHECK_CMD_LENGTH(i40e_aqc_get_link_status
);
1806 /* Set event mask command (direct 0x613) */
1807 struct i40e_aqc_set_phy_int_mask
{
1810 #define I40E_AQ_EVENT_LINK_UPDOWN 0x0002
1811 #define I40E_AQ_EVENT_MEDIA_NA 0x0004
1812 #define I40E_AQ_EVENT_LINK_FAULT 0x0008
1813 #define I40E_AQ_EVENT_PHY_TEMP_ALARM 0x0010
1814 #define I40E_AQ_EVENT_EXCESSIVE_ERRORS 0x0020
1815 #define I40E_AQ_EVENT_SIGNAL_DETECT 0x0040
1816 #define I40E_AQ_EVENT_AN_COMPLETED 0x0080
1817 #define I40E_AQ_EVENT_MODULE_QUAL_FAIL 0x0100
1818 #define I40E_AQ_EVENT_PORT_TX_SUSPENDED 0x0200
1822 I40E_CHECK_CMD_LENGTH(i40e_aqc_set_phy_int_mask
);
1824 /* Get Local AN advt register (direct 0x0614)
1825 * Set Local AN advt register (direct 0x0615)
1826 * Get Link Partner AN advt register (direct 0x0616)
1828 struct i40e_aqc_an_advt_reg
{
1829 __le32 local_an_reg0
;
1830 __le16 local_an_reg1
;
1834 I40E_CHECK_CMD_LENGTH(i40e_aqc_an_advt_reg
);
1836 /* Set Loopback mode (0x0618) */
1837 struct i40e_aqc_set_lb_mode
{
1839 #define I40E_AQ_LB_PHY_LOCAL 0x01
1840 #define I40E_AQ_LB_PHY_REMOTE 0x02
1841 #define I40E_AQ_LB_MAC_LOCAL 0x04
1845 I40E_CHECK_CMD_LENGTH(i40e_aqc_set_lb_mode
);
1847 /* Set PHY Debug command (0x0622) */
1848 struct i40e_aqc_set_phy_debug
{
1850 #define I40E_AQ_PHY_DEBUG_RESET_INTERNAL 0x02
1851 #define I40E_AQ_PHY_DEBUG_RESET_EXTERNAL_SHIFT 2
1852 #define I40E_AQ_PHY_DEBUG_RESET_EXTERNAL_MASK (0x03 << \
1853 I40E_AQ_PHY_DEBUG_RESET_EXTERNAL_SHIFT)
1854 #define I40E_AQ_PHY_DEBUG_RESET_EXTERNAL_NONE 0x00
1855 #define I40E_AQ_PHY_DEBUG_RESET_EXTERNAL_HARD 0x01
1856 #define I40E_AQ_PHY_DEBUG_RESET_EXTERNAL_SOFT 0x02
1857 #define I40E_AQ_PHY_DEBUG_DISABLE_LINK_FW 0x10
1861 I40E_CHECK_CMD_LENGTH(i40e_aqc_set_phy_debug
);
1863 enum i40e_aq_phy_reg_type
{
1864 I40E_AQC_PHY_REG_INTERNAL
= 0x1,
1865 I40E_AQC_PHY_REG_EXERNAL_BASET
= 0x2,
1866 I40E_AQC_PHY_REG_EXERNAL_MODULE
= 0x3
1869 /* Run PHY Activity (0x0626) */
1870 struct i40e_aqc_run_phy_activity
{
1879 I40E_CHECK_CMD_LENGTH(i40e_aqc_run_phy_activity
);
1881 /* NVM Read command (indirect 0x0701)
1882 * NVM Erase commands (direct 0x0702)
1883 * NVM Update commands (indirect 0x0703)
1885 struct i40e_aqc_nvm_update
{
1887 #define I40E_AQ_NVM_LAST_CMD 0x01
1888 #define I40E_AQ_NVM_FLASH_ONLY 0x80
1896 I40E_CHECK_CMD_LENGTH(i40e_aqc_nvm_update
);
1898 /* NVM Config Read (indirect 0x0704) */
1899 struct i40e_aqc_nvm_config_read
{
1901 #define I40E_AQ_ANVM_SINGLE_OR_MULTIPLE_FEATURES_MASK 1
1902 #define I40E_AQ_ANVM_READ_SINGLE_FEATURE 0
1903 #define I40E_AQ_ANVM_READ_MULTIPLE_FEATURES 1
1904 __le16 element_count
;
1905 __le16 element_id
; /* Feature/field ID */
1906 __le16 element_id_msw
; /* MSWord of field ID */
1907 __le32 address_high
;
1911 I40E_CHECK_CMD_LENGTH(i40e_aqc_nvm_config_read
);
1913 /* NVM Config Write (indirect 0x0705) */
1914 struct i40e_aqc_nvm_config_write
{
1916 __le16 element_count
;
1918 __le32 address_high
;
1922 I40E_CHECK_CMD_LENGTH(i40e_aqc_nvm_config_write
);
1924 /* Used for 0x0704 as well as for 0x0705 commands */
1925 #define I40E_AQ_ANVM_FEATURE_OR_IMMEDIATE_SHIFT 1
1926 #define I40E_AQ_ANVM_FEATURE_OR_IMMEDIATE_MASK \
1927 (1 << I40E_AQ_ANVM_FEATURE_OR_IMMEDIATE_SHIFT)
1928 #define I40E_AQ_ANVM_FEATURE 0
1929 #define I40E_AQ_ANVM_IMMEDIATE_FIELD (1 << FEATURE_OR_IMMEDIATE_SHIFT)
1930 struct i40e_aqc_nvm_config_data_feature
{
1932 #define I40E_AQ_ANVM_FEATURE_OPTION_OEM_ONLY 0x01
1933 #define I40E_AQ_ANVM_FEATURE_OPTION_DWORD_MAP 0x08
1934 #define I40E_AQ_ANVM_FEATURE_OPTION_POR_CSR 0x10
1935 __le16 feature_options
;
1936 __le16 feature_selection
;
1939 I40E_CHECK_STRUCT_LEN(0x6, i40e_aqc_nvm_config_data_feature
);
1941 struct i40e_aqc_nvm_config_data_immediate_field
{
1944 __le16 field_options
;
1948 I40E_CHECK_STRUCT_LEN(0xc, i40e_aqc_nvm_config_data_immediate_field
);
1950 /* OEM Post Update (indirect 0x0720)
1951 * no command data struct used
1953 struct i40e_aqc_nvm_oem_post_update
{
1954 #define I40E_AQ_NVM_OEM_POST_UPDATE_EXTERNAL_DATA 0x01
1959 I40E_CHECK_STRUCT_LEN(0x8, i40e_aqc_nvm_oem_post_update
);
1961 struct i40e_aqc_nvm_oem_post_update_buffer
{
1968 I40E_CHECK_STRUCT_LEN(0x28, i40e_aqc_nvm_oem_post_update_buffer
);
1970 /* Thermal Sensor (indirect 0x0721)
1971 * read or set thermal sensor configs and values
1972 * takes a sensor and command specific data buffer, not detailed here
1974 struct i40e_aqc_thermal_sensor
{
1976 #define I40E_AQ_THERMAL_SENSOR_READ_CONFIG 0
1977 #define I40E_AQ_THERMAL_SENSOR_SET_CONFIG 1
1978 #define I40E_AQ_THERMAL_SENSOR_READ_TEMP 2
1984 I40E_CHECK_CMD_LENGTH(i40e_aqc_thermal_sensor
);
1986 /* Send to PF command (indirect 0x0801) id is only used by PF
1987 * Send to VF command (indirect 0x0802) id is only used by PF
1988 * Send to Peer PF command (indirect 0x0803)
1990 struct i40e_aqc_pf_vf_message
{
1997 I40E_CHECK_CMD_LENGTH(i40e_aqc_pf_vf_message
);
1999 /* Alternate structure */
2001 /* Direct write (direct 0x0900)
2002 * Direct read (direct 0x0902)
2004 struct i40e_aqc_alternate_write
{
2011 I40E_CHECK_CMD_LENGTH(i40e_aqc_alternate_write
);
2013 /* Indirect write (indirect 0x0901)
2014 * Indirect read (indirect 0x0903)
2017 struct i40e_aqc_alternate_ind_write
{
2024 I40E_CHECK_CMD_LENGTH(i40e_aqc_alternate_ind_write
);
2026 /* Done alternate write (direct 0x0904)
2029 struct i40e_aqc_alternate_write_done
{
2031 #define I40E_AQ_ALTERNATE_MODE_BIOS_MASK 1
2032 #define I40E_AQ_ALTERNATE_MODE_BIOS_LEGACY 0
2033 #define I40E_AQ_ALTERNATE_MODE_BIOS_UEFI 1
2034 #define I40E_AQ_ALTERNATE_RESET_NEEDED 2
2038 I40E_CHECK_CMD_LENGTH(i40e_aqc_alternate_write_done
);
2040 /* Set OEM mode (direct 0x0905) */
2041 struct i40e_aqc_alternate_set_mode
{
2043 #define I40E_AQ_ALTERNATE_MODE_NONE 0
2044 #define I40E_AQ_ALTERNATE_MODE_OEM 1
2048 I40E_CHECK_CMD_LENGTH(i40e_aqc_alternate_set_mode
);
2050 /* Clear port Alternate RAM (direct 0x0906) uses i40e_aq_desc */
2052 /* async events 0x10xx */
2054 /* Lan Queue Overflow Event (direct, 0x1001) */
2055 struct i40e_aqc_lan_overflow
{
2056 __le32 prtdcb_rupto
;
2061 I40E_CHECK_CMD_LENGTH(i40e_aqc_lan_overflow
);
2063 /* Get LLDP MIB (indirect 0x0A00) */
2064 struct i40e_aqc_lldp_get_mib
{
2067 #define I40E_AQ_LLDP_MIB_TYPE_MASK 0x3
2068 #define I40E_AQ_LLDP_MIB_LOCAL 0x0
2069 #define I40E_AQ_LLDP_MIB_REMOTE 0x1
2070 #define I40E_AQ_LLDP_MIB_LOCAL_AND_REMOTE 0x2
2071 #define I40E_AQ_LLDP_BRIDGE_TYPE_MASK 0xC
2072 #define I40E_AQ_LLDP_BRIDGE_TYPE_SHIFT 0x2
2073 #define I40E_AQ_LLDP_BRIDGE_TYPE_NEAREST_BRIDGE 0x0
2074 #define I40E_AQ_LLDP_BRIDGE_TYPE_NON_TPMR 0x1
2075 #define I40E_AQ_LLDP_TX_SHIFT 0x4
2076 #define I40E_AQ_LLDP_TX_MASK (0x03 << I40E_AQ_LLDP_TX_SHIFT)
2077 /* TX pause flags use I40E_AQ_LINK_TX_* above */
2085 I40E_CHECK_CMD_LENGTH(i40e_aqc_lldp_get_mib
);
2087 /* Configure LLDP MIB Change Event (direct 0x0A01)
2088 * also used for the event (with type in the command field)
2090 struct i40e_aqc_lldp_update_mib
{
2092 #define I40E_AQ_LLDP_MIB_UPDATE_ENABLE 0x0
2093 #define I40E_AQ_LLDP_MIB_UPDATE_DISABLE 0x1
2099 I40E_CHECK_CMD_LENGTH(i40e_aqc_lldp_update_mib
);
2101 /* Add LLDP TLV (indirect 0x0A02)
2102 * Delete LLDP TLV (indirect 0x0A04)
2104 struct i40e_aqc_lldp_add_tlv
{
2105 u8 type
; /* only nearest bridge and non-TPMR from 0x0A00 */
2113 I40E_CHECK_CMD_LENGTH(i40e_aqc_lldp_add_tlv
);
2115 /* Update LLDP TLV (indirect 0x0A03) */
2116 struct i40e_aqc_lldp_update_tlv
{
2117 u8 type
; /* only nearest bridge and non-TPMR from 0x0A00 */
2126 I40E_CHECK_CMD_LENGTH(i40e_aqc_lldp_update_tlv
);
2128 /* Stop LLDP (direct 0x0A05) */
2129 struct i40e_aqc_lldp_stop
{
2131 #define I40E_AQ_LLDP_AGENT_STOP 0x0
2132 #define I40E_AQ_LLDP_AGENT_SHUTDOWN 0x1
2136 I40E_CHECK_CMD_LENGTH(i40e_aqc_lldp_stop
);
2138 /* Start LLDP (direct 0x0A06) */
2140 struct i40e_aqc_lldp_start
{
2142 #define I40E_AQ_LLDP_AGENT_START 0x1
2146 I40E_CHECK_CMD_LENGTH(i40e_aqc_lldp_start
);
2148 /* Apply MIB changes (0x0A07)
2149 * uses the generic struc as it contains no data
2152 /* Add Udp Tunnel command and completion (direct 0x0B00) */
2153 struct i40e_aqc_add_udp_tunnel
{
2157 #define I40E_AQC_TUNNEL_TYPE_VXLAN 0x00
2158 #define I40E_AQC_TUNNEL_TYPE_NGE 0x01
2159 #define I40E_AQC_TUNNEL_TYPE_TEREDO 0x10
2160 #define I40E_AQC_TUNNEL_TYPE_VXLAN_GPE 0x11
2164 I40E_CHECK_CMD_LENGTH(i40e_aqc_add_udp_tunnel
);
2166 struct i40e_aqc_add_udp_tunnel_completion
{
2168 u8 filter_entry_index
;
2170 #define I40E_AQC_SINGLE_PF 0x0
2171 #define I40E_AQC_MULTIPLE_PFS 0x1
2176 I40E_CHECK_CMD_LENGTH(i40e_aqc_add_udp_tunnel_completion
);
2178 /* remove UDP Tunnel command (0x0B01) */
2179 struct i40e_aqc_remove_udp_tunnel
{
2181 u8 index
; /* 0 to 15 */
2185 I40E_CHECK_CMD_LENGTH(i40e_aqc_remove_udp_tunnel
);
2187 struct i40e_aqc_del_udp_tunnel_completion
{
2189 u8 index
; /* 0 to 15 */
2191 u8 total_filters_used
;
2195 I40E_CHECK_CMD_LENGTH(i40e_aqc_del_udp_tunnel_completion
);
2197 struct i40e_aqc_get_set_rss_key
{
2198 #define I40E_AQC_SET_RSS_KEY_VSI_VALID (0x1 << 15)
2199 #define I40E_AQC_SET_RSS_KEY_VSI_ID_SHIFT 0
2200 #define I40E_AQC_SET_RSS_KEY_VSI_ID_MASK (0x3FF << \
2201 I40E_AQC_SET_RSS_KEY_VSI_ID_SHIFT)
2208 I40E_CHECK_CMD_LENGTH(i40e_aqc_get_set_rss_key
);
2210 struct i40e_aqc_get_set_rss_key_data
{
2211 u8 standard_rss_key
[0x28];
2212 u8 extended_hash_key
[0xc];
2215 I40E_CHECK_STRUCT_LEN(0x34, i40e_aqc_get_set_rss_key_data
);
2217 struct i40e_aqc_get_set_rss_lut
{
2218 #define I40E_AQC_SET_RSS_LUT_VSI_VALID (0x1 << 15)
2219 #define I40E_AQC_SET_RSS_LUT_VSI_ID_SHIFT 0
2220 #define I40E_AQC_SET_RSS_LUT_VSI_ID_MASK (0x3FF << \
2221 I40E_AQC_SET_RSS_LUT_VSI_ID_SHIFT)
2223 #define I40E_AQC_SET_RSS_LUT_TABLE_TYPE_SHIFT 0
2224 #define I40E_AQC_SET_RSS_LUT_TABLE_TYPE_MASK (0x1 << \
2225 I40E_AQC_SET_RSS_LUT_TABLE_TYPE_SHIFT)
2227 #define I40E_AQC_SET_RSS_LUT_TABLE_TYPE_VSI 0
2228 #define I40E_AQC_SET_RSS_LUT_TABLE_TYPE_PF 1
2235 I40E_CHECK_CMD_LENGTH(i40e_aqc_get_set_rss_lut
);
2237 /* tunnel key structure 0x0B10 */
2239 struct i40e_aqc_tunnel_key_structure_A0
{
2245 #define I40E_AQC_TUNNEL_KEY_STRUCT_OVERRIDE 0x01
2246 /* response flags */
2247 #define I40E_AQC_TUNNEL_KEY_STRUCT_SUCCESS 0x01
2248 #define I40E_AQC_TUNNEL_KEY_STRUCT_MODIFIED 0x02
2249 #define I40E_AQC_TUNNEL_KEY_STRUCT_OVERRIDDEN 0x03
2253 I40E_CHECK_CMD_LENGTH(i40e_aqc_tunnel_key_structure_A0
);
2255 struct i40e_aqc_tunnel_key_structure
{
2258 u8 key1_len
; /* 0 to 15 */
2259 u8 key2_len
; /* 0 to 15 */
2261 #define I40E_AQC_TUNNEL_KEY_STRUCT_OVERRIDE 0x01
2262 /* response flags */
2263 #define I40E_AQC_TUNNEL_KEY_STRUCT_SUCCESS 0x01
2264 #define I40E_AQC_TUNNEL_KEY_STRUCT_MODIFIED 0x02
2265 #define I40E_AQC_TUNNEL_KEY_STRUCT_OVERRIDDEN 0x03
2266 u8 network_key_index
;
2267 #define I40E_AQC_NETWORK_KEY_INDEX_VXLAN 0x0
2268 #define I40E_AQC_NETWORK_KEY_INDEX_NGE 0x1
2269 #define I40E_AQC_NETWORK_KEY_INDEX_FLEX_MAC_IN_UDP 0x2
2270 #define I40E_AQC_NETWORK_KEY_INDEX_GRE 0x3
2274 I40E_CHECK_CMD_LENGTH(i40e_aqc_tunnel_key_structure
);
2276 /* OEM mode commands (direct 0xFE0x) */
2277 struct i40e_aqc_oem_param_change
{
2279 #define I40E_AQ_OEM_PARAM_TYPE_PF_CTL 0
2280 #define I40E_AQ_OEM_PARAM_TYPE_BW_CTL 1
2281 #define I40E_AQ_OEM_PARAM_MAC 2
2282 __le32 param_value1
;
2283 __le16 param_value2
;
2287 I40E_CHECK_CMD_LENGTH(i40e_aqc_oem_param_change
);
2289 struct i40e_aqc_oem_state_change
{
2291 #define I40E_AQ_OEM_STATE_LINK_DOWN 0x0
2292 #define I40E_AQ_OEM_STATE_LINK_UP 0x1
2296 I40E_CHECK_CMD_LENGTH(i40e_aqc_oem_state_change
);
2298 /* Initialize OCSD (0xFE02, direct) */
2299 struct i40e_aqc_opc_oem_ocsd_initialize
{
2302 __le32 ocsd_memory_block_addr_high
;
2303 __le32 ocsd_memory_block_addr_low
;
2304 __le32 requested_update_interval
;
2307 I40E_CHECK_CMD_LENGTH(i40e_aqc_opc_oem_ocsd_initialize
);
2309 /* Initialize OCBB (0xFE03, direct) */
2310 struct i40e_aqc_opc_oem_ocbb_initialize
{
2313 __le32 ocbb_memory_block_addr_high
;
2314 __le32 ocbb_memory_block_addr_low
;
2318 I40E_CHECK_CMD_LENGTH(i40e_aqc_opc_oem_ocbb_initialize
);
2320 /* debug commands */
2322 /* get device id (0xFF00) uses the generic structure */
2324 /* set test more (0xFF01, internal) */
2326 struct i40e_acq_set_test_mode
{
2328 #define I40E_AQ_TEST_PARTIAL 0
2329 #define I40E_AQ_TEST_FULL 1
2330 #define I40E_AQ_TEST_NVM 2
2333 #define I40E_AQ_TEST_OPEN 0
2334 #define I40E_AQ_TEST_CLOSE 1
2335 #define I40E_AQ_TEST_INC 2
2337 __le32 address_high
;
2341 I40E_CHECK_CMD_LENGTH(i40e_acq_set_test_mode
);
2343 /* Debug Read Register command (0xFF03)
2344 * Debug Write Register command (0xFF04)
2346 struct i40e_aqc_debug_reg_read_write
{
2353 I40E_CHECK_CMD_LENGTH(i40e_aqc_debug_reg_read_write
);
2355 /* Scatter/gather Reg Read (indirect 0xFF05)
2356 * Scatter/gather Reg Write (indirect 0xFF06)
2359 /* i40e_aq_desc is used for the command */
2360 struct i40e_aqc_debug_reg_sg_element_data
{
2365 /* Debug Modify register (direct 0xFF07) */
2366 struct i40e_aqc_debug_modify_reg
{
2373 I40E_CHECK_CMD_LENGTH(i40e_aqc_debug_modify_reg
);
2375 /* dump internal data (0xFF08, indirect) */
2377 #define I40E_AQ_CLUSTER_ID_AUX 0
2378 #define I40E_AQ_CLUSTER_ID_SWITCH_FLU 1
2379 #define I40E_AQ_CLUSTER_ID_TXSCHED 2
2380 #define I40E_AQ_CLUSTER_ID_HMC 3
2381 #define I40E_AQ_CLUSTER_ID_MAC0 4
2382 #define I40E_AQ_CLUSTER_ID_MAC1 5
2383 #define I40E_AQ_CLUSTER_ID_MAC2 6
2384 #define I40E_AQ_CLUSTER_ID_MAC3 7
2385 #define I40E_AQ_CLUSTER_ID_DCB 8
2386 #define I40E_AQ_CLUSTER_ID_EMP_MEM 9
2387 #define I40E_AQ_CLUSTER_ID_PKT_BUF 10
2388 #define I40E_AQ_CLUSTER_ID_ALTRAM 11
2390 struct i40e_aqc_debug_dump_internals
{
2395 __le32 address_high
;
2399 I40E_CHECK_CMD_LENGTH(i40e_aqc_debug_dump_internals
);
2401 struct i40e_aqc_debug_modify_internals
{
2403 u8 cluster_specific_params
[7];
2404 __le32 address_high
;
2408 I40E_CHECK_CMD_LENGTH(i40e_aqc_debug_modify_internals
);
2410 #endif /* _I40E_ADMINQ_CMD_H_ */