Linux Audio

Check our new training course

Loading...
v6.13.7
   1/* SPDX-License-Identifier: GPL-2.0 */
   2/* Copyright (c) 2018, Intel Corporation. */
   3
   4#ifndef _ICE_ADMINQ_CMD_H_
   5#define _ICE_ADMINQ_CMD_H_
   6
   7/* This header file defines the Admin Queue commands, error codes and
   8 * descriptor format. It is shared between Firmware and Software.
   9 */
  10
  11#define ICE_MAX_VSI			768
  12#define ICE_AQC_TOPO_MAX_LEVEL_NUM	0x9
  13#define ICE_AQ_SET_MAC_FRAME_SIZE_MAX	9728
  14
  15struct ice_aqc_generic {
  16	__le32 param0;
  17	__le32 param1;
  18	__le32 addr_high;
  19	__le32 addr_low;
  20};
  21
  22/* Get version (direct 0x0001) */
  23struct ice_aqc_get_ver {
  24	__le32 rom_ver;
  25	__le32 fw_build;
  26	u8 fw_branch;
  27	u8 fw_major;
  28	u8 fw_minor;
  29	u8 fw_patch;
  30	u8 api_branch;
  31	u8 api_major;
  32	u8 api_minor;
  33	u8 api_patch;
  34};
  35
  36/* Send driver version (indirect 0x0002) */
  37struct ice_aqc_driver_ver {
  38	u8 major_ver;
  39	u8 minor_ver;
  40	u8 build_ver;
  41	u8 subbuild_ver;
  42	u8 reserved[4];
  43	__le32 addr_high;
  44	__le32 addr_low;
  45};
  46
  47/* Queue Shutdown (direct 0x0003) */
  48struct ice_aqc_q_shutdown {
  49	u8 driver_unloading;
  50#define ICE_AQC_DRIVER_UNLOADING	BIT(0)
  51	u8 reserved[15];
  52};
  53
  54/* Request resource ownership (direct 0x0008)
  55 * Release resource ownership (direct 0x0009)
  56 */
  57struct ice_aqc_req_res {
  58	__le16 res_id;
  59#define ICE_AQC_RES_ID_NVM		1
  60#define ICE_AQC_RES_ID_SDP		2
  61#define ICE_AQC_RES_ID_CHNG_LOCK	3
  62#define ICE_AQC_RES_ID_GLBL_LOCK	4
  63	__le16 access_type;
  64#define ICE_AQC_RES_ACCESS_READ		1
  65#define ICE_AQC_RES_ACCESS_WRITE	2
  66
  67	/* Upon successful completion, FW writes this value and driver is
  68	 * expected to release resource before timeout. This value is provided
  69	 * in milliseconds.
  70	 */
  71	__le32 timeout;
  72#define ICE_AQ_RES_NVM_READ_DFLT_TIMEOUT_MS	3000
  73#define ICE_AQ_RES_NVM_WRITE_DFLT_TIMEOUT_MS	180000
  74#define ICE_AQ_RES_CHNG_LOCK_DFLT_TIMEOUT_MS	1000
  75#define ICE_AQ_RES_GLBL_LOCK_DFLT_TIMEOUT_MS	3000
  76	/* For SDP: pin ID of the SDP */
  77	__le32 res_number;
  78	/* Status is only used for ICE_AQC_RES_ID_GLBL_LOCK */
  79	__le16 status;
  80#define ICE_AQ_RES_GLBL_SUCCESS		0
  81#define ICE_AQ_RES_GLBL_IN_PROG		1
  82#define ICE_AQ_RES_GLBL_DONE		2
  83	u8 reserved[2];
  84};
  85
  86/* Get function capabilities (indirect 0x000A)
  87 * Get device capabilities (indirect 0x000B)
  88 */
  89struct ice_aqc_list_caps {
  90	u8 cmd_flags;
  91	u8 pf_index;
  92	u8 reserved[2];
  93	__le32 count;
  94	__le32 addr_high;
  95	__le32 addr_low;
  96};
  97
  98/* Device/Function buffer entry, repeated per reported capability */
  99struct ice_aqc_list_caps_elem {
 100	__le16 cap;
 101#define ICE_AQC_CAPS_VALID_FUNCTIONS			0x0005
 102#define ICE_AQC_CAPS_SRIOV				0x0012
 103#define ICE_AQC_CAPS_VF					0x0013
 104#define ICE_AQC_CAPS_VSI				0x0017
 105#define ICE_AQC_CAPS_DCB				0x0018
 106#define ICE_AQC_CAPS_RSS				0x0040
 107#define ICE_AQC_CAPS_RXQS				0x0041
 108#define ICE_AQC_CAPS_TXQS				0x0042
 109#define ICE_AQC_CAPS_MSIX				0x0043
 110#define ICE_AQC_CAPS_FD					0x0045
 111#define ICE_AQC_CAPS_1588				0x0046
 112#define ICE_AQC_CAPS_MAX_MTU				0x0047
 113#define ICE_AQC_CAPS_NVM_VER				0x0048
 114#define ICE_AQC_CAPS_PENDING_NVM_VER			0x0049
 115#define ICE_AQC_CAPS_OROM_VER				0x004A
 116#define ICE_AQC_CAPS_PENDING_OROM_VER			0x004B
 117#define ICE_AQC_CAPS_NET_VER				0x004C
 118#define ICE_AQC_CAPS_PENDING_NET_VER			0x004D
 119#define ICE_AQC_CAPS_RDMA				0x0051
 120#define ICE_AQC_CAPS_SENSOR_READING			0x0067
 121#define ICE_AQC_CAPS_PCIE_RESET_AVOIDANCE		0x0076
 122#define ICE_AQC_CAPS_POST_UPDATE_RESET_RESTRICT		0x0077
 123#define ICE_AQC_CAPS_NVM_MGMT				0x0080
 124#define ICE_AQC_CAPS_TX_SCHED_TOPO_COMP_MODE		0x0085
 125#define ICE_AQC_CAPS_NAC_TOPOLOGY			0x0087
 126#define ICE_AQC_CAPS_FW_LAG_SUPPORT			0x0092
 127#define ICE_AQC_BIT_ROCEV2_LAG				0x01
 128#define ICE_AQC_BIT_SRIOV_LAG				0x02
 129
 130	u8 major_ver;
 131	u8 minor_ver;
 132	/* Number of resources described by this capability */
 133	__le32 number;
 134	/* Only meaningful for some types of resources */
 135	__le32 logical_id;
 136	/* Only meaningful for some types of resources */
 137	__le32 phys_id;
 138	__le64 rsvd1;
 139	__le64 rsvd2;
 140};
 141
 142/* Manage MAC address, read command - indirect (0x0107)
 143 * This struct is also used for the response
 144 */
 145struct ice_aqc_manage_mac_read {
 146	__le16 flags; /* Zeroed by device driver */
 147#define ICE_AQC_MAN_MAC_LAN_ADDR_VALID		BIT(4)
 148#define ICE_AQC_MAN_MAC_SAN_ADDR_VALID		BIT(5)
 149#define ICE_AQC_MAN_MAC_PORT_ADDR_VALID		BIT(6)
 150#define ICE_AQC_MAN_MAC_WOL_ADDR_VALID		BIT(7)
 151#define ICE_AQC_MAN_MAC_READ_S			4
 152#define ICE_AQC_MAN_MAC_READ_M			(0xF << ICE_AQC_MAN_MAC_READ_S)
 153	u8 rsvd[2];
 154	u8 num_addr; /* Used in response */
 155	u8 rsvd1[3];
 156	__le32 addr_high;
 157	__le32 addr_low;
 158};
 159
 160/* Response buffer format for manage MAC read command */
 161struct ice_aqc_manage_mac_read_resp {
 162	u8 lport_num;
 163	u8 addr_type;
 164#define ICE_AQC_MAN_MAC_ADDR_TYPE_LAN		0
 165#define ICE_AQC_MAN_MAC_ADDR_TYPE_WOL		1
 166	u8 mac_addr[ETH_ALEN];
 167};
 168
 169/* Manage MAC address, write command - direct (0x0108) */
 170struct ice_aqc_manage_mac_write {
 171	u8 rsvd;
 172	u8 flags;
 173#define ICE_AQC_MAN_MAC_WR_MC_MAG_EN		BIT(0)
 174#define ICE_AQC_MAN_MAC_WR_WOL_LAA_PFR_KEEP	BIT(1)
 175#define ICE_AQC_MAN_MAC_WR_S		6
 176#define ICE_AQC_MAN_MAC_WR_M		ICE_M(3, ICE_AQC_MAN_MAC_WR_S)
 177#define ICE_AQC_MAN_MAC_UPDATE_LAA	0
 178#define ICE_AQC_MAN_MAC_UPDATE_LAA_WOL	BIT(ICE_AQC_MAN_MAC_WR_S)
 179	/* byte stream in network order */
 180	u8 mac_addr[ETH_ALEN];
 181	__le32 addr_high;
 182	__le32 addr_low;
 183};
 184
 185/* Clear PXE Command and response (direct 0x0110) */
 186struct ice_aqc_clear_pxe {
 187	u8 rx_cnt;
 188#define ICE_AQC_CLEAR_PXE_RX_CNT		0x2
 189	u8 reserved[15];
 190};
 191
 192/* Get switch configuration (0x0200) */
 193struct ice_aqc_get_sw_cfg {
 194	/* Reserved for command and copy of request flags for response */
 195	__le16 flags;
 196	/* First desc in case of command and next_elem in case of response
 197	 * In case of response, if it is not zero, means all the configuration
 198	 * was not returned and new command shall be sent with this value in
 199	 * the 'first desc' field
 200	 */
 201	__le16 element;
 202	/* Reserved for command, only used for response */
 203	__le16 num_elems;
 204	__le16 rsvd;
 205	__le32 addr_high;
 206	__le32 addr_low;
 207};
 208
 209/* Each entry in the response buffer is of the following type: */
 210struct ice_aqc_get_sw_cfg_resp_elem {
 211	/* VSI/Port Number */
 212	__le16 vsi_port_num;
 213#define ICE_AQC_GET_SW_CONF_RESP_VSI_PORT_NUM_S	0
 214#define ICE_AQC_GET_SW_CONF_RESP_VSI_PORT_NUM_M	\
 215			(0x3FF << ICE_AQC_GET_SW_CONF_RESP_VSI_PORT_NUM_S)
 216#define ICE_AQC_GET_SW_CONF_RESP_TYPE_S	14
 217#define ICE_AQC_GET_SW_CONF_RESP_TYPE_M	(0x3 << ICE_AQC_GET_SW_CONF_RESP_TYPE_S)
 218#define ICE_AQC_GET_SW_CONF_RESP_PHYS_PORT	0
 219#define ICE_AQC_GET_SW_CONF_RESP_VIRT_PORT	1
 220#define ICE_AQC_GET_SW_CONF_RESP_VSI		2
 221
 222	/* SWID VSI/Port belongs to */
 223	__le16 swid;
 224
 225	/* Bit 14..0 : PF/VF number VSI belongs to
 226	 * Bit 15 : VF indication bit
 227	 */
 228	__le16 pf_vf_num;
 229#define ICE_AQC_GET_SW_CONF_RESP_FUNC_NUM_S	0
 230#define ICE_AQC_GET_SW_CONF_RESP_FUNC_NUM_M	\
 231				(0x7FFF << ICE_AQC_GET_SW_CONF_RESP_FUNC_NUM_S)
 232#define ICE_AQC_GET_SW_CONF_RESP_IS_VF		BIT(15)
 233};
 234
 235/* Loopback port parameter mode values. */
 236enum ice_local_fwd_mode {
 237	ICE_LOCAL_FWD_MODE_ENABLED = 0,
 238	ICE_LOCAL_FWD_MODE_DISABLED = 1,
 239	ICE_LOCAL_FWD_MODE_PRIORITIZED = 2,
 240};
 241
 242/* Set Port parameters, (direct, 0x0203) */
 243struct ice_aqc_set_port_params {
 244	__le16 cmd_flags;
 245#define ICE_AQC_SET_P_PARAMS_DOUBLE_VLAN_ENA	BIT(2)
 246	__le16 bad_frame_vsi;
 247	__le16 swid;
 248#define ICE_AQC_PORT_SWID_VALID			BIT(15)
 249#define ICE_AQC_PORT_SWID_M			0xFF
 250	u8 local_fwd_mode;
 251#define ICE_AQC_SET_P_PARAMS_LOCAL_FWD_MODE_VALID BIT(2)
 252	u8 reserved[9];
 253};
 254
 255/* These resource type defines are used for all switch resource
 256 * commands where a resource type is required, such as:
 257 * Get Resource Allocation command (indirect 0x0204)
 258 * Allocate Resources command (indirect 0x0208)
 259 * Free Resources command (indirect 0x0209)
 260 * Get Allocated Resource Descriptors Command (indirect 0x020A)
 261 * Share Resource command (indirect 0x020B)
 262 */
 263#define ICE_AQC_RES_TYPE_VSI_LIST_REP			0x03
 264#define ICE_AQC_RES_TYPE_VSI_LIST_PRUNE			0x04
 265#define ICE_AQC_RES_TYPE_RECIPE				0x05
 266#define ICE_AQC_RES_TYPE_SWID				0x07
 267#define ICE_AQC_RES_TYPE_FDIR_COUNTER_BLOCK		0x21
 268#define ICE_AQC_RES_TYPE_FDIR_GUARANTEED_ENTRIES	0x22
 269#define ICE_AQC_RES_TYPE_FDIR_SHARED_ENTRIES		0x23
 270#define ICE_AQC_RES_TYPE_FD_PROF_BLDR_PROFID		0x58
 271#define ICE_AQC_RES_TYPE_FD_PROF_BLDR_TCAM		0x59
 272#define ICE_AQC_RES_TYPE_HASH_PROF_BLDR_PROFID		0x60
 273#define ICE_AQC_RES_TYPE_HASH_PROF_BLDR_TCAM		0x61
 274
 275#define ICE_AQC_RES_TYPE_FLAG_SHARED			BIT(7)
 276#define ICE_AQC_RES_TYPE_FLAG_SCAN_BOTTOM		BIT(12)
 277#define ICE_AQC_RES_TYPE_FLAG_IGNORE_INDEX		BIT(13)
 278#define ICE_AQC_RES_TYPE_FLAG_SUBSCRIBE_SHARED		BIT(14)
 279#define ICE_AQC_RES_TYPE_FLAG_SUBSCRIBE_CTL		BIT(15)
 280
 281#define ICE_AQC_RES_TYPE_FLAG_DEDICATED			0x00
 282
 283#define ICE_AQC_RES_TYPE_S	0
 284#define ICE_AQC_RES_TYPE_M	(0x07F << ICE_AQC_RES_TYPE_S)
 285
 286/* Allocate Resources command (indirect 0x0208)
 287 * Free Resources command (indirect 0x0209)
 288 * Share Resource command (indirect 0x020B)
 289 */
 290struct ice_aqc_alloc_free_res_cmd {
 291	__le16 num_entries; /* Number of Resource entries */
 292	u8 reserved[6];
 293	__le32 addr_high;
 294	__le32 addr_low;
 295};
 296
 297/* Resource descriptor */
 298struct ice_aqc_res_elem {
 299	union {
 300		__le16 sw_resp;
 301		__le16 flu_resp;
 302	} e;
 303};
 304
 305/* Buffer for Allocate/Free Resources commands */
 306struct ice_aqc_alloc_free_res_elem {
 307	__le16 res_type; /* Types defined above cmd 0x0204 */
 308#define ICE_AQC_RES_TYPE_SHARED_S	7
 309#define ICE_AQC_RES_TYPE_SHARED_M	(0x1 << ICE_AQC_RES_TYPE_SHARED_S)
 310#define ICE_AQC_RES_TYPE_VSI_PRUNE_LIST_S	8
 311#define ICE_AQC_RES_TYPE_VSI_PRUNE_LIST_M	\
 312				(0xF << ICE_AQC_RES_TYPE_VSI_PRUNE_LIST_S)
 313	__le16 num_elems;
 314	struct ice_aqc_res_elem elem[];
 315};
 316
 317/* Request buffer for Set VLAN Mode AQ command (indirect 0x020C) */
 318struct ice_aqc_set_vlan_mode {
 319	u8 reserved;
 320	u8 l2tag_prio_tagging;
 321#define ICE_AQ_VLAN_PRIO_TAG_S			0
 322#define ICE_AQ_VLAN_PRIO_TAG_M			(0x7 << ICE_AQ_VLAN_PRIO_TAG_S)
 323#define ICE_AQ_VLAN_PRIO_TAG_NOT_SUPPORTED	0x0
 324#define ICE_AQ_VLAN_PRIO_TAG_STAG		0x1
 325#define ICE_AQ_VLAN_PRIO_TAG_OUTER_CTAG		0x2
 326#define ICE_AQ_VLAN_PRIO_TAG_OUTER_VLAN		0x3
 327#define ICE_AQ_VLAN_PRIO_TAG_INNER_CTAG		0x4
 328#define ICE_AQ_VLAN_PRIO_TAG_MAX		0x4
 329#define ICE_AQ_VLAN_PRIO_TAG_ERROR		0x7
 330	u8 l2tag_reserved[64];
 331	u8 rdma_packet;
 332#define ICE_AQ_VLAN_RDMA_TAG_S			0
 333#define ICE_AQ_VLAN_RDMA_TAG_M			(0x3F << ICE_AQ_VLAN_RDMA_TAG_S)
 334#define ICE_AQ_SVM_VLAN_RDMA_PKT_FLAG_SETTING	0x10
 335#define ICE_AQ_DVM_VLAN_RDMA_PKT_FLAG_SETTING	0x1A
 336	u8 rdma_reserved[2];
 337	u8 mng_vlan_prot_id;
 338#define ICE_AQ_VLAN_MNG_PROTOCOL_ID_OUTER	0x10
 339#define ICE_AQ_VLAN_MNG_PROTOCOL_ID_INNER	0x11
 340	u8 prot_id_reserved[30];
 341};
 342
 343/* Response buffer for Get VLAN Mode AQ command (indirect 0x020D) */
 344struct ice_aqc_get_vlan_mode {
 345	u8 vlan_mode;
 346#define ICE_AQ_VLAN_MODE_DVM_ENA	BIT(0)
 347	u8 l2tag_prio_tagging;
 348	u8 reserved[98];
 349};
 350
 351/* Add VSI (indirect 0x0210)
 352 * Update VSI (indirect 0x0211)
 353 * Get VSI (indirect 0x0212)
 354 * Free VSI (indirect 0x0213)
 355 */
 356struct ice_aqc_add_get_update_free_vsi {
 357	__le16 vsi_num;
 358#define ICE_AQ_VSI_NUM_S	0
 359#define ICE_AQ_VSI_NUM_M	(0x03FF << ICE_AQ_VSI_NUM_S)
 360#define ICE_AQ_VSI_IS_VALID	BIT(15)
 361	__le16 cmd_flags;
 362#define ICE_AQ_VSI_KEEP_ALLOC	0x1
 363	u8 vf_id;
 364	u8 reserved;
 365	__le16 vsi_flags;
 366#define ICE_AQ_VSI_TYPE_S	0
 367#define ICE_AQ_VSI_TYPE_M	(0x3 << ICE_AQ_VSI_TYPE_S)
 368#define ICE_AQ_VSI_TYPE_VF	0x0
 369#define ICE_AQ_VSI_TYPE_VMDQ2	0x1
 370#define ICE_AQ_VSI_TYPE_PF	0x2
 371#define ICE_AQ_VSI_TYPE_EMP_MNG	0x3
 372	__le32 addr_high;
 373	__le32 addr_low;
 374};
 375
 376/* Response descriptor for:
 377 * Add VSI (indirect 0x0210)
 378 * Update VSI (indirect 0x0211)
 379 * Free VSI (indirect 0x0213)
 380 */
 381struct ice_aqc_add_update_free_vsi_resp {
 382	__le16 vsi_num;
 383	__le16 ext_status;
 384	__le16 vsi_used;
 385	__le16 vsi_free;
 386	__le32 addr_high;
 387	__le32 addr_low;
 388};
 389
 390struct ice_aqc_vsi_props {
 391	__le16 valid_sections;
 392#define ICE_AQ_VSI_PROP_SW_VALID		BIT(0)
 393#define ICE_AQ_VSI_PROP_SECURITY_VALID		BIT(1)
 394#define ICE_AQ_VSI_PROP_VLAN_VALID		BIT(2)
 395#define ICE_AQ_VSI_PROP_OUTER_TAG_VALID		BIT(3)
 396#define ICE_AQ_VSI_PROP_INGRESS_UP_VALID	BIT(4)
 397#define ICE_AQ_VSI_PROP_EGRESS_UP_VALID		BIT(5)
 398#define ICE_AQ_VSI_PROP_RXQ_MAP_VALID		BIT(6)
 399#define ICE_AQ_VSI_PROP_Q_OPT_VALID		BIT(7)
 400#define ICE_AQ_VSI_PROP_OUTER_UP_VALID		BIT(8)
 401#define ICE_AQ_VSI_PROP_FLOW_DIR_VALID		BIT(11)
 402#define ICE_AQ_VSI_PROP_PASID_VALID		BIT(12)
 403	/* switch section */
 404	u8 sw_id;
 405	u8 sw_flags;
 406#define ICE_AQ_VSI_SW_FLAG_ALLOW_LB		BIT(5)
 407#define ICE_AQ_VSI_SW_FLAG_LOCAL_LB		BIT(6)
 408#define ICE_AQ_VSI_SW_FLAG_SRC_PRUNE		BIT(7)
 409	u8 sw_flags2;
 410#define ICE_AQ_VSI_SW_FLAG_RX_PRUNE_EN_S	0
 411#define ICE_AQ_VSI_SW_FLAG_RX_PRUNE_EN_M	(0xF << ICE_AQ_VSI_SW_FLAG_RX_PRUNE_EN_S)
 
 412#define ICE_AQ_VSI_SW_FLAG_RX_VLAN_PRUNE_ENA	BIT(0)
 413#define ICE_AQ_VSI_SW_FLAG_LAN_ENA		BIT(4)
 414	u8 veb_stat_id;
 415#define ICE_AQ_VSI_SW_VEB_STAT_ID_S		0
 416#define ICE_AQ_VSI_SW_VEB_STAT_ID_M		(0x1F << ICE_AQ_VSI_SW_VEB_STAT_ID_S)
 417#define ICE_AQ_VSI_SW_VEB_STAT_ID_VALID		BIT(5)
 418	/* security section */
 419	u8 sec_flags;
 420#define ICE_AQ_VSI_SEC_FLAG_ALLOW_DEST_OVRD	BIT(0)
 421#define ICE_AQ_VSI_SEC_FLAG_ENA_MAC_ANTI_SPOOF	BIT(2)
 422#define ICE_AQ_VSI_SEC_TX_PRUNE_ENA_S		4
 423#define ICE_AQ_VSI_SEC_TX_PRUNE_ENA_M		(0xF << ICE_AQ_VSI_SEC_TX_PRUNE_ENA_S)
 424#define ICE_AQ_VSI_SEC_TX_VLAN_PRUNE_ENA	BIT(0)
 425	u8 sec_reserved;
 426	/* VLAN section */
 427	__le16 port_based_inner_vlan; /* VLANS include priority bits */
 428	u8 inner_vlan_reserved[2];
 429	u8 inner_vlan_flags;
 430#define ICE_AQ_VSI_INNER_VLAN_TX_MODE_S		0
 431#define ICE_AQ_VSI_INNER_VLAN_TX_MODE_M		(0x3 << ICE_AQ_VSI_INNER_VLAN_TX_MODE_S)
 432#define ICE_AQ_VSI_INNER_VLAN_TX_MODE_ACCEPTUNTAGGED	0x1
 433#define ICE_AQ_VSI_INNER_VLAN_TX_MODE_ACCEPTTAGGED	0x2
 434#define ICE_AQ_VSI_INNER_VLAN_TX_MODE_ALL	0x3
 435#define ICE_AQ_VSI_INNER_VLAN_INSERT_PVID	BIT(2)
 436#define ICE_AQ_VSI_INNER_VLAN_EMODE_S		3
 437#define ICE_AQ_VSI_INNER_VLAN_EMODE_M		(0x3 << ICE_AQ_VSI_INNER_VLAN_EMODE_S)
 438#define ICE_AQ_VSI_INNER_VLAN_EMODE_STR_BOTH	0x0U
 439#define ICE_AQ_VSI_INNER_VLAN_EMODE_STR_UP	0x1U
 440#define ICE_AQ_VSI_INNER_VLAN_EMODE_STR		0x2U
 441#define ICE_AQ_VSI_INNER_VLAN_EMODE_NOTHING	0x3U
 442	u8 inner_vlan_reserved2[3];
 443	/* ingress egress up sections */
 444	__le32 ingress_table; /* bitmap, 3 bits per up */
 445#define ICE_AQ_VSI_UP_TABLE_UP0_S		0
 446#define ICE_AQ_VSI_UP_TABLE_UP0_M		(0x7 << ICE_AQ_VSI_UP_TABLE_UP0_S)
 447#define ICE_AQ_VSI_UP_TABLE_UP1_S		3
 448#define ICE_AQ_VSI_UP_TABLE_UP1_M		(0x7 << ICE_AQ_VSI_UP_TABLE_UP1_S)
 449#define ICE_AQ_VSI_UP_TABLE_UP2_S		6
 450#define ICE_AQ_VSI_UP_TABLE_UP2_M		(0x7 << ICE_AQ_VSI_UP_TABLE_UP2_S)
 451#define ICE_AQ_VSI_UP_TABLE_UP3_S		9
 452#define ICE_AQ_VSI_UP_TABLE_UP3_M		(0x7 << ICE_AQ_VSI_UP_TABLE_UP3_S)
 453#define ICE_AQ_VSI_UP_TABLE_UP4_S		12
 454#define ICE_AQ_VSI_UP_TABLE_UP4_M		(0x7 << ICE_AQ_VSI_UP_TABLE_UP4_S)
 455#define ICE_AQ_VSI_UP_TABLE_UP5_S		15
 456#define ICE_AQ_VSI_UP_TABLE_UP5_M		(0x7 << ICE_AQ_VSI_UP_TABLE_UP5_S)
 457#define ICE_AQ_VSI_UP_TABLE_UP6_S		18
 458#define ICE_AQ_VSI_UP_TABLE_UP6_M		(0x7 << ICE_AQ_VSI_UP_TABLE_UP6_S)
 459#define ICE_AQ_VSI_UP_TABLE_UP7_S		21
 460#define ICE_AQ_VSI_UP_TABLE_UP7_M		(0x7 << ICE_AQ_VSI_UP_TABLE_UP7_S)
 461	__le32 egress_table;   /* same defines as for ingress table */
 462	/* outer tags section */
 463	__le16 port_based_outer_vlan;
 464	u8 outer_vlan_flags;
 465#define ICE_AQ_VSI_OUTER_VLAN_EMODE_S		0
 466#define ICE_AQ_VSI_OUTER_VLAN_EMODE_M		(0x3 << ICE_AQ_VSI_OUTER_VLAN_EMODE_S)
 467#define ICE_AQ_VSI_OUTER_VLAN_EMODE_SHOW_BOTH	0x0
 468#define ICE_AQ_VSI_OUTER_VLAN_EMODE_SHOW_UP	0x1
 469#define ICE_AQ_VSI_OUTER_VLAN_EMODE_SHOW	0x2
 470#define ICE_AQ_VSI_OUTER_VLAN_EMODE_NOTHING	0x3
 471#define ICE_AQ_VSI_OUTER_TAG_TYPE_S		2
 472#define ICE_AQ_VSI_OUTER_TAG_TYPE_M		(0x3 << ICE_AQ_VSI_OUTER_TAG_TYPE_S)
 473#define ICE_AQ_VSI_OUTER_TAG_NONE		0x0
 474#define ICE_AQ_VSI_OUTER_TAG_STAG		0x1
 475#define ICE_AQ_VSI_OUTER_TAG_VLAN_8100		0x2
 476#define ICE_AQ_VSI_OUTER_TAG_VLAN_9100		0x3
 477#define ICE_AQ_VSI_OUTER_VLAN_PORT_BASED_INSERT		BIT(4)
 478#define ICE_AQ_VSI_OUTER_VLAN_TX_MODE_S			5
 479#define ICE_AQ_VSI_OUTER_VLAN_TX_MODE_M			(0x3 << ICE_AQ_VSI_OUTER_VLAN_TX_MODE_S)
 480#define ICE_AQ_VSI_OUTER_VLAN_TX_MODE_ACCEPTUNTAGGED	0x1
 481#define ICE_AQ_VSI_OUTER_VLAN_TX_MODE_ACCEPTTAGGED	0x2
 482#define ICE_AQ_VSI_OUTER_VLAN_TX_MODE_ALL		0x3
 483#define ICE_AQ_VSI_OUTER_VLAN_BLOCK_TX_DESC		BIT(7)
 484	u8 outer_vlan_reserved;
 485	/* queue mapping section */
 486	__le16 mapping_flags;
 487#define ICE_AQ_VSI_Q_MAP_CONTIG			0x0
 488#define ICE_AQ_VSI_Q_MAP_NONCONTIG		BIT(0)
 489	__le16 q_mapping[16];
 490#define ICE_AQ_VSI_Q_S				0
 491#define ICE_AQ_VSI_Q_M				(0x7FF << ICE_AQ_VSI_Q_S)
 492	__le16 tc_mapping[8];
 493#define ICE_AQ_VSI_TC_Q_OFFSET_S		0
 494#define ICE_AQ_VSI_TC_Q_OFFSET_M		(0x7FF << ICE_AQ_VSI_TC_Q_OFFSET_S)
 495#define ICE_AQ_VSI_TC_Q_NUM_S			11
 496#define ICE_AQ_VSI_TC_Q_NUM_M			(0xF << ICE_AQ_VSI_TC_Q_NUM_S)
 497	/* queueing option section */
 498	u8 q_opt_rss;
 499#define ICE_AQ_VSI_Q_OPT_RSS_LUT_S		0
 500#define ICE_AQ_VSI_Q_OPT_RSS_LUT_M		(0x3 << ICE_AQ_VSI_Q_OPT_RSS_LUT_S)
 501#define ICE_AQ_VSI_Q_OPT_RSS_LUT_VSI		0x0
 502#define ICE_AQ_VSI_Q_OPT_RSS_LUT_PF		0x2
 503#define ICE_AQ_VSI_Q_OPT_RSS_LUT_GBL		0x3
 504#define ICE_AQ_VSI_Q_OPT_RSS_GBL_LUT_S		2
 505#define ICE_AQ_VSI_Q_OPT_RSS_GBL_LUT_M		(0xF << ICE_AQ_VSI_Q_OPT_RSS_GBL_LUT_S)
 506#define ICE_AQ_VSI_Q_OPT_RSS_HASH_S		6
 507#define ICE_AQ_VSI_Q_OPT_RSS_HASH_M		GENMASK(7, 6)
 508#define ICE_AQ_VSI_Q_OPT_RSS_HASH_TPLZ		0x0U
 509#define ICE_AQ_VSI_Q_OPT_RSS_HASH_SYM_TPLZ	0x1U
 510#define ICE_AQ_VSI_Q_OPT_RSS_HASH_XOR		0x2U
 511#define ICE_AQ_VSI_Q_OPT_RSS_HASH_JHASH		0x3U
 512	u8 q_opt_tc;
 513#define ICE_AQ_VSI_Q_OPT_TC_OVR_S		0
 514#define ICE_AQ_VSI_Q_OPT_TC_OVR_M		(0x1F << ICE_AQ_VSI_Q_OPT_TC_OVR_S)
 515#define ICE_AQ_VSI_Q_OPT_PROF_TC_OVR		BIT(7)
 516	u8 q_opt_flags;
 517#define ICE_AQ_VSI_Q_OPT_PE_FLTR_EN		BIT(0)
 518	u8 q_opt_reserved[3];
 519	/* outer up section */
 520	__le32 outer_up_table; /* same structure and defines as ingress tbl */
 521	/* section 10 */
 522	__le16 sect_10_reserved;
 523	/* flow director section */
 524	__le16 fd_options;
 525#define ICE_AQ_VSI_FD_ENABLE			BIT(0)
 526#define ICE_AQ_VSI_FD_TX_AUTO_ENABLE		BIT(1)
 527#define ICE_AQ_VSI_FD_PROG_ENABLE		BIT(3)
 528	__le16 max_fd_fltr_dedicated;
 529	__le16 max_fd_fltr_shared;
 530	__le16 fd_def_q;
 531#define ICE_AQ_VSI_FD_DEF_Q_S			0
 532#define ICE_AQ_VSI_FD_DEF_Q_M			(0x7FF << ICE_AQ_VSI_FD_DEF_Q_S)
 533#define ICE_AQ_VSI_FD_DEF_GRP_S			12
 534#define ICE_AQ_VSI_FD_DEF_GRP_M			(0x7 << ICE_AQ_VSI_FD_DEF_GRP_S)
 535	__le16 fd_report_opt;
 536#define ICE_AQ_VSI_FD_REPORT_Q_S		0
 537#define ICE_AQ_VSI_FD_REPORT_Q_M		(0x7FF << ICE_AQ_VSI_FD_REPORT_Q_S)
 538#define ICE_AQ_VSI_FD_DEF_PRIORITY_S		12
 539#define ICE_AQ_VSI_FD_DEF_PRIORITY_M		(0x7 << ICE_AQ_VSI_FD_DEF_PRIORITY_S)
 540#define ICE_AQ_VSI_FD_DEF_DROP			BIT(15)
 541	/* PASID section */
 542	__le32 pasid_id;
 543#define ICE_AQ_VSI_PASID_ID_S			0
 544#define ICE_AQ_VSI_PASID_ID_M			(0xFFFFF << ICE_AQ_VSI_PASID_ID_S)
 545#define ICE_AQ_VSI_PASID_ID_VALID		BIT(31)
 546	u8 reserved[24];
 547};
 548
 549#define ICE_MAX_NUM_RECIPES 64
 550
 551/* Add/Get Recipe (indirect 0x0290/0x0292) */
 552struct ice_aqc_add_get_recipe {
 553	__le16 num_sub_recipes;	/* Input in Add cmd, Output in Get cmd */
 554	__le16 return_index;	/* Input, used for Get cmd only */
 555	u8 reserved[4];
 556	__le32 addr_high;
 557	__le32 addr_low;
 558};
 559
 560struct ice_aqc_recipe_content {
 561	u8 rid;
 562#define ICE_AQ_RECIPE_ID_S		0
 563#define ICE_AQ_RECIPE_ID_M		(0x3F << ICE_AQ_RECIPE_ID_S)
 564#define ICE_AQ_RECIPE_ID_IS_ROOT	BIT(7)
 565#define ICE_AQ_SW_ID_LKUP_IDX		0
 566	u8 lkup_indx[5];
 567#define ICE_AQ_RECIPE_LKUP_DATA_S	0
 568#define ICE_AQ_RECIPE_LKUP_DATA_M	(0x3F << ICE_AQ_RECIPE_LKUP_DATA_S)
 569#define ICE_AQ_RECIPE_LKUP_IGNORE	BIT(7)
 570#define ICE_AQ_SW_ID_LKUP_MASK		0x00FF
 571	__le16 mask[5];
 572	u8 result_indx;
 573#define ICE_AQ_RECIPE_RESULT_DATA_S	0
 574#define ICE_AQ_RECIPE_RESULT_DATA_M	(0x3F << ICE_AQ_RECIPE_RESULT_DATA_S)
 575#define ICE_AQ_RECIPE_RESULT_EN		BIT(7)
 576	u8 rsvd0[3];
 577	u8 act_ctrl_join_priority;
 578	u8 act_ctrl_fwd_priority;
 579#define ICE_AQ_RECIPE_FWD_PRIORITY_S	0
 580#define ICE_AQ_RECIPE_FWD_PRIORITY_M	(0xF << ICE_AQ_RECIPE_FWD_PRIORITY_S)
 581	u8 act_ctrl;
 582#define ICE_AQ_RECIPE_ACT_NEED_PASS_L2	BIT(0)
 583#define ICE_AQ_RECIPE_ACT_ALLOW_PASS_L2	BIT(1)
 584#define ICE_AQ_RECIPE_ACT_INV_ACT	BIT(2)
 585#define ICE_AQ_RECIPE_ACT_PRUNE_INDX_S	4
 586#define ICE_AQ_RECIPE_ACT_PRUNE_INDX_M	(0x3 << ICE_AQ_RECIPE_ACT_PRUNE_INDX_S)
 587	u8 rsvd1;
 588	__le32 dflt_act;
 589#define ICE_AQ_RECIPE_DFLT_ACT_S	0
 590#define ICE_AQ_RECIPE_DFLT_ACT_M	(0x7FFFF << ICE_AQ_RECIPE_DFLT_ACT_S)
 591#define ICE_AQ_RECIPE_DFLT_ACT_VALID	BIT(31)
 592};
 593
 594struct ice_aqc_recipe_data_elem {
 595	u8 recipe_indx;
 596	u8 resp_bits;
 597#define ICE_AQ_RECIPE_WAS_UPDATED	BIT(0)
 598	u8 rsvd0[2];
 599	u8 recipe_bitmap[8];
 600	u8 rsvd1[4];
 601	struct ice_aqc_recipe_content content;
 602	u8 rsvd2[20];
 603};
 604
 605/* Set/Get Recipes to Profile Association (direct 0x0291/0x0293) */
 606struct ice_aqc_recipe_to_profile {
 607	__le16 profile_id;
 608	u8 rsvd[6];
 609	__le64 recipe_assoc;
 610};
 611static_assert(sizeof(struct ice_aqc_recipe_to_profile) == 16);
 612
 613/* Add/Update/Remove/Get switch rules (indirect 0x02A0, 0x02A1, 0x02A2, 0x02A3)
 614 */
 615struct ice_aqc_sw_rules {
 616	/* ops: add switch rules, referring the number of rules.
 617	 * ops: update switch rules, referring the number of filters
 618	 * ops: remove switch rules, referring the entry index.
 619	 * ops: get switch rules, referring to the number of filters.
 620	 */
 621	__le16 num_rules_fltr_entry_index;
 622	u8 reserved[6];
 623	__le32 addr_high;
 624	__le32 addr_low;
 625};
 626
 627/* Add switch rule response:
 628 * Content of return buffer is same as the input buffer. The status field and
 629 * LUT index are updated as part of the response
 630 */
 631struct ice_aqc_sw_rules_elem_hdr {
 632	__le16 type; /* Switch rule type, one of T_... */
 633#define ICE_AQC_SW_RULES_T_LKUP_RX		0x0
 634#define ICE_AQC_SW_RULES_T_LKUP_TX		0x1
 635#define ICE_AQC_SW_RULES_T_LG_ACT		0x2
 636#define ICE_AQC_SW_RULES_T_VSI_LIST_SET		0x3
 637#define ICE_AQC_SW_RULES_T_VSI_LIST_CLEAR	0x4
 638#define ICE_AQC_SW_RULES_T_PRUNE_LIST_SET	0x5
 639#define ICE_AQC_SW_RULES_T_PRUNE_LIST_CLEAR	0x6
 640	__le16 status;
 641} __packed __aligned(sizeof(__le16));
 642
 643/* Add/Update/Get/Remove lookup Rx/Tx command/response entry
 644 * This structures describes the lookup rules and associated actions. "index"
 645 * is returned as part of a response to a successful Add command, and can be
 646 * used to identify the rule for Update/Get/Remove commands.
 647 */
 648struct ice_sw_rule_lkup_rx_tx {
 649	struct ice_aqc_sw_rules_elem_hdr hdr;
 650
 651	__le16 recipe_id;
 652#define ICE_SW_RECIPE_LOGICAL_PORT_FWD		10
 653	/* Source port for LOOKUP_RX and source VSI in case of LOOKUP_TX */
 654	__le16 src;
 655	__le32 act;
 656
 657	/* Bit 0:1 - Action type */
 658#define ICE_SINGLE_ACT_TYPE_S	0x00
 659#define ICE_SINGLE_ACT_TYPE_M	(0x3 << ICE_SINGLE_ACT_TYPE_S)
 660
 661	/* Bit 2 - Loop back enable
 662	 * Bit 3 - LAN enable
 663	 */
 664#define ICE_SINGLE_ACT_LB_ENABLE	BIT(2)
 665#define ICE_SINGLE_ACT_LAN_ENABLE	BIT(3)
 666
 667	/* Action type = 0 - Forward to VSI or VSI list */
 668#define ICE_SINGLE_ACT_VSI_FORWARDING	0x0
 669
 670#define ICE_SINGLE_ACT_VSI_ID_S		4
 671#define ICE_SINGLE_ACT_VSI_ID_M		(0x3FF << ICE_SINGLE_ACT_VSI_ID_S)
 672#define ICE_SINGLE_ACT_VSI_LIST_ID_S	4
 673#define ICE_SINGLE_ACT_VSI_LIST_ID_M	(0x3FF << ICE_SINGLE_ACT_VSI_LIST_ID_S)
 674	/* This bit needs to be set if action is forward to VSI list */
 675#define ICE_SINGLE_ACT_VSI_LIST		BIT(14)
 676#define ICE_SINGLE_ACT_VALID_BIT	BIT(17)
 677#define ICE_SINGLE_ACT_DROP		BIT(18)
 678
 679	/* Action type = 1 - Forward to Queue of Queue group */
 680#define ICE_SINGLE_ACT_TO_Q		0x1
 681#define ICE_SINGLE_ACT_Q_INDEX_S	4
 682#define ICE_SINGLE_ACT_Q_INDEX_M	(0x7FF << ICE_SINGLE_ACT_Q_INDEX_S)
 683#define ICE_SINGLE_ACT_Q_REGION_S	15
 684#define ICE_SINGLE_ACT_Q_REGION_M	(0x7 << ICE_SINGLE_ACT_Q_REGION_S)
 685#define ICE_SINGLE_ACT_Q_PRIORITY	BIT(18)
 686
 687	/* Action type = 2 - Prune */
 688#define ICE_SINGLE_ACT_PRUNE		0x2
 689#define ICE_SINGLE_ACT_EGRESS		BIT(15)
 690#define ICE_SINGLE_ACT_INGRESS		BIT(16)
 691#define ICE_SINGLE_ACT_PRUNET		BIT(17)
 692	/* Bit 18 should be set to 0 for this action */
 693
 694	/* Action type = 2 - Pointer */
 695#define ICE_SINGLE_ACT_PTR		0x2
 696#define ICE_SINGLE_ACT_PTR_VAL_S	4
 697#define ICE_SINGLE_ACT_PTR_VAL_M	(0x1FFF << ICE_SINGLE_ACT_PTR_VAL_S)
 698	/* Bit 18 should be set to 1 */
 699#define ICE_SINGLE_ACT_PTR_BIT		BIT(18)
 700
 701	/* Action type = 3 - Other actions. Last two bits
 702	 * are other action identifier
 703	 */
 704#define ICE_SINGLE_ACT_OTHER_ACTS		0x3
 705#define ICE_SINGLE_OTHER_ACT_IDENTIFIER_S	17
 706#define ICE_SINGLE_OTHER_ACT_IDENTIFIER_M	\
 707				(0x3 << ICE_SINGLE_OTHER_ACT_IDENTIFIER_S)
 708
 709	/* Bit 17:18 - Defines other actions */
 710	/* Other action = 0 - Mirror VSI */
 711#define ICE_SINGLE_OTHER_ACT_MIRROR		0
 712#define ICE_SINGLE_ACT_MIRROR_VSI_ID_S	4
 713#define ICE_SINGLE_ACT_MIRROR_VSI_ID_M	\
 714				(0x3FF << ICE_SINGLE_ACT_MIRROR_VSI_ID_S)
 715
 716	/* Other action = 3 - Set Stat count */
 717#define ICE_SINGLE_OTHER_ACT_STAT_COUNT		3
 718#define ICE_SINGLE_ACT_STAT_COUNT_INDEX_S	4
 719#define ICE_SINGLE_ACT_STAT_COUNT_INDEX_M	\
 720				(0x7F << ICE_SINGLE_ACT_STAT_COUNT_INDEX_S)
 721
 722	__le16 index; /* The index of the rule in the lookup table */
 723	/* Length and values of the header to be matched per recipe or
 724	 * lookup-type
 725	 */
 726	__le16 hdr_len;
 727	u8 hdr_data[];
 728} __packed __aligned(sizeof(__le16));
 729
 730/* Add/Update/Remove large action command/response entry
 731 * "index" is returned as part of a response to a successful Add command, and
 732 * can be used to identify the action for Update/Get/Remove commands.
 733 */
 734struct ice_sw_rule_lg_act {
 735	struct ice_aqc_sw_rules_elem_hdr hdr;
 736
 737	__le16 index; /* Index in large action table */
 738	__le16 size;
 739	/* Max number of large actions */
 740#define ICE_MAX_LG_ACT	4
 741	/* Bit 0:1 - Action type */
 742#define ICE_LG_ACT_TYPE_S	0
 743#define ICE_LG_ACT_TYPE_M	(0x7 << ICE_LG_ACT_TYPE_S)
 744
 745	/* Action type = 0 - Forward to VSI or VSI list */
 746#define ICE_LG_ACT_VSI_FORWARDING	0
 747#define ICE_LG_ACT_VSI_ID_S		3
 748#define ICE_LG_ACT_VSI_ID_M		(0x3FF << ICE_LG_ACT_VSI_ID_S)
 749#define ICE_LG_ACT_VSI_LIST_ID_S	3
 750#define ICE_LG_ACT_VSI_LIST_ID_M	(0x3FF << ICE_LG_ACT_VSI_LIST_ID_S)
 751	/* This bit needs to be set if action is forward to VSI list */
 752#define ICE_LG_ACT_VSI_LIST		BIT(13)
 753
 754#define ICE_LG_ACT_VALID_BIT		BIT(16)
 755
 756	/* Action type = 1 - Forward to Queue of Queue group */
 757#define ICE_LG_ACT_TO_Q			0x1
 758#define ICE_LG_ACT_Q_INDEX_S		3
 759#define ICE_LG_ACT_Q_INDEX_M		(0x7FF << ICE_LG_ACT_Q_INDEX_S)
 760#define ICE_LG_ACT_Q_REGION_S		14
 761#define ICE_LG_ACT_Q_REGION_M		(0x7 << ICE_LG_ACT_Q_REGION_S)
 762#define ICE_LG_ACT_Q_PRIORITY_SET	BIT(17)
 763
 764	/* Action type = 2 - Prune */
 765#define ICE_LG_ACT_PRUNE		0x2
 766#define ICE_LG_ACT_EGRESS		BIT(14)
 767#define ICE_LG_ACT_INGRESS		BIT(15)
 768#define ICE_LG_ACT_PRUNET		BIT(16)
 769
 770	/* Action type = 3 - Mirror VSI */
 771#define ICE_LG_OTHER_ACT_MIRROR		0x3
 772#define ICE_LG_ACT_MIRROR_VSI_ID_S	3
 773#define ICE_LG_ACT_MIRROR_VSI_ID_M	(0x3FF << ICE_LG_ACT_MIRROR_VSI_ID_S)
 774
 775	/* Action type = 5 - Generic Value */
 776#define ICE_LG_ACT_GENERIC		0x5
 777#define ICE_LG_ACT_GENERIC_VALUE_S	3
 778#define ICE_LG_ACT_GENERIC_VALUE_M	(0xFFFF << ICE_LG_ACT_GENERIC_VALUE_S)
 779#define ICE_LG_ACT_GENERIC_OFFSET_S	19
 780#define ICE_LG_ACT_GENERIC_OFFSET_M	(0x7 << ICE_LG_ACT_GENERIC_OFFSET_S)
 781#define ICE_LG_ACT_GENERIC_PRIORITY_S	22
 782#define ICE_LG_ACT_GENERIC_PRIORITY_M	(0x7 << ICE_LG_ACT_GENERIC_PRIORITY_S)
 783#define ICE_LG_ACT_GENERIC_OFF_RX_DESC_PROF_IDX	7
 784
 785	/* Action = 7 - Set Stat count */
 786#define ICE_LG_ACT_STAT_COUNT		0x7
 787#define ICE_LG_ACT_STAT_COUNT_S		3
 788#define ICE_LG_ACT_STAT_COUNT_M		(0x7F << ICE_LG_ACT_STAT_COUNT_S)
 789	__le32 act[]; /* array of size for actions */
 790} __packed __aligned(sizeof(__le16));
 791
 792/* Add/Update/Remove VSI list command/response entry
 793 * "index" is returned as part of a response to a successful Add command, and
 794 * can be used to identify the VSI list for Update/Get/Remove commands.
 795 */
 796struct ice_sw_rule_vsi_list {
 797	struct ice_aqc_sw_rules_elem_hdr hdr;
 798
 799	__le16 index; /* Index of VSI/Prune list */
 800	__le16 number_vsi;
 801	__le16 vsi[]; /* Array of number_vsi VSI numbers */
 802} __packed __aligned(sizeof(__le16));
 803
 804/* Query PFC Mode (direct 0x0302)
 805 * Set PFC Mode (direct 0x0303)
 
 
 
 
 
 
 
 806 */
 807struct ice_aqc_set_query_pfc_mode {
 808	u8	pfc_mode;
 809/* For Query Command response, reserved in all other cases */
 810#define ICE_AQC_PFC_VLAN_BASED_PFC	1
 811#define ICE_AQC_PFC_DSCP_BASED_PFC	2
 812	u8	rsvd[15];
 
 
 
 
 
 
 
 
 
 
 813};
 
 814/* Get Default Topology (indirect 0x0400) */
 815struct ice_aqc_get_topo {
 816	u8 port_num;
 817	u8 num_branches;
 818	__le16 reserved1;
 819	__le32 reserved2;
 820	__le32 addr_high;
 821	__le32 addr_low;
 822};
 823
 824/* Get/Set Tx Topology (indirect 0x0418/0x0417) */
 825struct ice_aqc_get_set_tx_topo {
 826	u8 set_flags;
 827#define ICE_AQC_TX_TOPO_FLAGS_CORRER		BIT(0)
 828#define ICE_AQC_TX_TOPO_FLAGS_SRC_RAM		BIT(1)
 829#define ICE_AQC_TX_TOPO_FLAGS_LOAD_NEW		BIT(4)
 830#define ICE_AQC_TX_TOPO_FLAGS_ISSUED		BIT(5)
 831
 832	u8 get_flags;
 833#define ICE_AQC_TX_TOPO_GET_RAM		2
 834
 835	__le16 reserved1;
 836	__le32 reserved2;
 837	__le32 addr_high;
 838	__le32 addr_low;
 839};
 840
 841/* Update TSE (indirect 0x0403)
 842 * Get TSE (indirect 0x0404)
 843 * Add TSE (indirect 0x0401)
 844 * Delete TSE (indirect 0x040F)
 845 * Move TSE (indirect 0x0408)
 846 * Suspend Nodes (indirect 0x0409)
 847 * Resume Nodes (indirect 0x040A)
 848 */
 849struct ice_aqc_sched_elem_cmd {
 850	__le16 num_elem_req;	/* Used by commands */
 851	__le16 num_elem_resp;	/* Used by responses */
 852	__le32 reserved;
 853	__le32 addr_high;
 854	__le32 addr_low;
 855};
 856
 857struct ice_aqc_txsched_move_grp_info_hdr {
 858	__le32 src_parent_teid;
 859	__le32 dest_parent_teid;
 860	__le16 num_elems;
 861	u8 mode;
 862#define ICE_AQC_MOVE_ELEM_MODE_SAME_PF		0x0
 863#define ICE_AQC_MOVE_ELEM_MODE_GIVE_OWN		0x1
 864#define ICE_AQC_MOVE_ELEM_MODE_KEEP_OWN		0x2
 865	u8 reserved;
 866};
 867
 868struct ice_aqc_move_elem {
 869	struct ice_aqc_txsched_move_grp_info_hdr hdr;
 870	__le32 teid[];
 871};
 872
 873struct ice_aqc_elem_info_bw {
 874	__le16 bw_profile_idx;
 875	__le16 bw_alloc;
 876};
 877
 878struct ice_aqc_txsched_elem {
 879	u8 elem_type; /* Special field, reserved for some aq calls */
 880#define ICE_AQC_ELEM_TYPE_UNDEFINED		0x0
 881#define ICE_AQC_ELEM_TYPE_ROOT_PORT		0x1
 882#define ICE_AQC_ELEM_TYPE_TC			0x2
 883#define ICE_AQC_ELEM_TYPE_SE_GENERIC		0x3
 884#define ICE_AQC_ELEM_TYPE_ENTRY_POINT		0x4
 885#define ICE_AQC_ELEM_TYPE_LEAF			0x5
 886#define ICE_AQC_ELEM_TYPE_SE_PADDED		0x6
 887	u8 valid_sections;
 888#define ICE_AQC_ELEM_VALID_GENERIC		BIT(0)
 889#define ICE_AQC_ELEM_VALID_CIR			BIT(1)
 890#define ICE_AQC_ELEM_VALID_EIR			BIT(2)
 891#define ICE_AQC_ELEM_VALID_SHARED		BIT(3)
 892	u8 generic;
 893#define ICE_AQC_ELEM_GENERIC_MODE_M		0x1
 894#define ICE_AQC_ELEM_GENERIC_PRIO_S		0x1
 895#define ICE_AQC_ELEM_GENERIC_PRIO_M	        GENMASK(3, 1)
 896#define ICE_AQC_ELEM_GENERIC_SP_S		0x4
 897#define ICE_AQC_ELEM_GENERIC_SP_M	        GENMASK(4, 4)
 898#define ICE_AQC_ELEM_GENERIC_ADJUST_VAL_S	0x5
 899#define ICE_AQC_ELEM_GENERIC_ADJUST_VAL_M	\
 900	(0x3 << ICE_AQC_ELEM_GENERIC_ADJUST_VAL_S)
 901	u8 flags; /* Special field, reserved for some aq calls */
 902#define ICE_AQC_ELEM_FLAG_SUSPEND_M		0x1
 903	struct ice_aqc_elem_info_bw cir_bw;
 904	struct ice_aqc_elem_info_bw eir_bw;
 905	__le16 srl_id;
 906	__le16 reserved2;
 907};
 908
 909struct ice_aqc_txsched_elem_data {
 910	__le32 parent_teid;
 911	__le32 node_teid;
 912	struct ice_aqc_txsched_elem data;
 913};
 914
 915struct ice_aqc_txsched_topo_grp_info_hdr {
 916	__le32 parent_teid;
 917	__le16 num_elems;
 918	__le16 reserved2;
 919};
 920
 921struct ice_aqc_add_elem {
 922	struct ice_aqc_txsched_topo_grp_info_hdr hdr;
 923	struct ice_aqc_txsched_elem_data generic[];
 924};
 925
 926struct ice_aqc_get_topo_elem {
 927	struct ice_aqc_txsched_topo_grp_info_hdr hdr;
 928	struct ice_aqc_txsched_elem_data
 929		generic[ICE_AQC_TOPO_MAX_LEVEL_NUM];
 930};
 931
 932struct ice_aqc_delete_elem {
 933	struct ice_aqc_txsched_topo_grp_info_hdr hdr;
 934	__le32 teid[];
 935};
 936
 937/* Query Port ETS (indirect 0x040E)
 938 *
 939 * This indirect command is used to query port TC node configuration.
 940 */
 941struct ice_aqc_query_port_ets {
 942	__le32 port_teid;
 943	__le32 reserved;
 944	__le32 addr_high;
 945	__le32 addr_low;
 946};
 947
 948struct ice_aqc_port_ets_elem {
 949	u8 tc_valid_bits;
 950	u8 reserved[3];
 951	/* 3 bits for UP per TC 0-7, 4th byte reserved */
 952	__le32 up2tc;
 953	u8 tc_bw_share[8];
 954	__le32 port_eir_prof_id;
 955	__le32 port_cir_prof_id;
 956	/* 3 bits per Node priority to TC 0-7, 4th byte reserved */
 957	__le32 tc_node_prio;
 958#define ICE_TC_NODE_PRIO_S	0x4
 959	u8 reserved1[4];
 960	__le32 tc_node_teid[8]; /* Used for response, reserved in command */
 961};
 962
 963/* Rate limiting profile for
 964 * Add RL profile (indirect 0x0410)
 965 * Query RL profile (indirect 0x0411)
 966 * Remove RL profile (indirect 0x0415)
 967 * These indirect commands acts on single or multiple
 968 * RL profiles with specified data.
 969 */
 970struct ice_aqc_rl_profile {
 971	__le16 num_profiles;
 972	__le16 num_processed; /* Only for response. Reserved in Command. */
 973	u8 reserved[4];
 974	__le32 addr_high;
 975	__le32 addr_low;
 976};
 977
 978struct ice_aqc_rl_profile_elem {
 979	u8 level;
 980	u8 flags;
 981#define ICE_AQC_RL_PROFILE_TYPE_S	0x0
 982#define ICE_AQC_RL_PROFILE_TYPE_M	(0x3 << ICE_AQC_RL_PROFILE_TYPE_S)
 983#define ICE_AQC_RL_PROFILE_TYPE_CIR	0
 984#define ICE_AQC_RL_PROFILE_TYPE_EIR	1
 985#define ICE_AQC_RL_PROFILE_TYPE_SRL	2
 986/* The following flag is used for Query RL Profile Data */
 987#define ICE_AQC_RL_PROFILE_INVAL_S	0x7
 988#define ICE_AQC_RL_PROFILE_INVAL_M	(0x1 << ICE_AQC_RL_PROFILE_INVAL_S)
 989
 990	__le16 profile_id;
 991	__le16 max_burst_size;
 992	__le16 rl_multiply;
 993	__le16 wake_up_calc;
 994	__le16 rl_encode;
 995};
 996
 997/* Query Scheduler Resource Allocation (indirect 0x0412)
 998 * This indirect command retrieves the scheduler resources allocated by
 999 * EMP Firmware to the given PF.
1000 */
1001struct ice_aqc_query_txsched_res {
1002	u8 reserved[8];
1003	__le32 addr_high;
1004	__le32 addr_low;
1005};
1006
1007struct ice_aqc_generic_sched_props {
1008	__le16 phys_levels;
1009	__le16 logical_levels;
1010	u8 flattening_bitmap;
1011	u8 max_device_cgds;
1012	u8 max_pf_cgds;
1013	u8 rsvd0;
1014	__le16 rdma_qsets;
1015	u8 rsvd1[22];
1016};
1017
1018struct ice_aqc_layer_props {
1019	u8 logical_layer;
1020	u8 chunk_size;
1021	__le16 max_device_nodes;
1022	__le16 max_pf_nodes;
1023	u8 rsvd0[4];
1024	__le16 max_sibl_grp_sz;
1025	__le16 max_cir_rl_profiles;
1026	__le16 max_eir_rl_profiles;
1027	__le16 max_srl_profiles;
1028	u8 rsvd1[14];
1029};
1030
1031struct ice_aqc_query_txsched_res_resp {
1032	struct ice_aqc_generic_sched_props sched_props;
1033	struct ice_aqc_layer_props layer_props[ICE_AQC_TOPO_MAX_LEVEL_NUM];
1034};
1035
1036/* Get PHY capabilities (indirect 0x0600) */
1037struct ice_aqc_get_phy_caps {
1038	u8 lport_num;
1039	u8 reserved;
1040	__le16 param0;
1041	/* 18.0 - Report qualified modules */
1042#define ICE_AQC_GET_PHY_RQM		BIT(0)
1043	/* 18.1 - 18.3 : Report mode
1044	 * 000b - Report NVM capabilities
1045	 * 001b - Report topology capabilities
1046	 * 010b - Report SW configured
1047	 * 100b - Report default capabilities
1048	 */
1049#define ICE_AQC_REPORT_MODE_S			1
1050#define ICE_AQC_REPORT_MODE_M			(7 << ICE_AQC_REPORT_MODE_S)
1051#define ICE_AQC_REPORT_TOPO_CAP_NO_MEDIA	0
1052#define ICE_AQC_REPORT_TOPO_CAP_MEDIA		BIT(1)
1053#define ICE_AQC_REPORT_ACTIVE_CFG		BIT(2)
1054#define ICE_AQC_REPORT_DFLT_CFG		BIT(3)
1055	__le32 reserved1;
1056	__le32 addr_high;
1057	__le32 addr_low;
1058};
1059
1060/* This is #define of PHY type (Extended):
1061 * The first set of defines is for phy_type_low.
1062 */
1063#define ICE_PHY_TYPE_LOW_100BASE_TX		BIT_ULL(0)
1064#define ICE_PHY_TYPE_LOW_100M_SGMII		BIT_ULL(1)
1065#define ICE_PHY_TYPE_LOW_1000BASE_T		BIT_ULL(2)
1066#define ICE_PHY_TYPE_LOW_1000BASE_SX		BIT_ULL(3)
1067#define ICE_PHY_TYPE_LOW_1000BASE_LX		BIT_ULL(4)
1068#define ICE_PHY_TYPE_LOW_1000BASE_KX		BIT_ULL(5)
1069#define ICE_PHY_TYPE_LOW_1G_SGMII		BIT_ULL(6)
1070#define ICE_PHY_TYPE_LOW_2500BASE_T		BIT_ULL(7)
1071#define ICE_PHY_TYPE_LOW_2500BASE_X		BIT_ULL(8)
1072#define ICE_PHY_TYPE_LOW_2500BASE_KX		BIT_ULL(9)
1073#define ICE_PHY_TYPE_LOW_5GBASE_T		BIT_ULL(10)
1074#define ICE_PHY_TYPE_LOW_5GBASE_KR		BIT_ULL(11)
1075#define ICE_PHY_TYPE_LOW_10GBASE_T		BIT_ULL(12)
1076#define ICE_PHY_TYPE_LOW_10G_SFI_DA		BIT_ULL(13)
1077#define ICE_PHY_TYPE_LOW_10GBASE_SR		BIT_ULL(14)
1078#define ICE_PHY_TYPE_LOW_10GBASE_LR		BIT_ULL(15)
1079#define ICE_PHY_TYPE_LOW_10GBASE_KR_CR1		BIT_ULL(16)
1080#define ICE_PHY_TYPE_LOW_10G_SFI_AOC_ACC	BIT_ULL(17)
1081#define ICE_PHY_TYPE_LOW_10G_SFI_C2C		BIT_ULL(18)
1082#define ICE_PHY_TYPE_LOW_25GBASE_T		BIT_ULL(19)
1083#define ICE_PHY_TYPE_LOW_25GBASE_CR		BIT_ULL(20)
1084#define ICE_PHY_TYPE_LOW_25GBASE_CR_S		BIT_ULL(21)
1085#define ICE_PHY_TYPE_LOW_25GBASE_CR1		BIT_ULL(22)
1086#define ICE_PHY_TYPE_LOW_25GBASE_SR		BIT_ULL(23)
1087#define ICE_PHY_TYPE_LOW_25GBASE_LR		BIT_ULL(24)
1088#define ICE_PHY_TYPE_LOW_25GBASE_KR		BIT_ULL(25)
1089#define ICE_PHY_TYPE_LOW_25GBASE_KR_S		BIT_ULL(26)
1090#define ICE_PHY_TYPE_LOW_25GBASE_KR1		BIT_ULL(27)
1091#define ICE_PHY_TYPE_LOW_25G_AUI_AOC_ACC	BIT_ULL(28)
1092#define ICE_PHY_TYPE_LOW_25G_AUI_C2C		BIT_ULL(29)
1093#define ICE_PHY_TYPE_LOW_40GBASE_CR4		BIT_ULL(30)
1094#define ICE_PHY_TYPE_LOW_40GBASE_SR4		BIT_ULL(31)
1095#define ICE_PHY_TYPE_LOW_40GBASE_LR4		BIT_ULL(32)
1096#define ICE_PHY_TYPE_LOW_40GBASE_KR4		BIT_ULL(33)
1097#define ICE_PHY_TYPE_LOW_40G_XLAUI_AOC_ACC	BIT_ULL(34)
1098#define ICE_PHY_TYPE_LOW_40G_XLAUI		BIT_ULL(35)
1099#define ICE_PHY_TYPE_LOW_50GBASE_CR2		BIT_ULL(36)
1100#define ICE_PHY_TYPE_LOW_50GBASE_SR2		BIT_ULL(37)
1101#define ICE_PHY_TYPE_LOW_50GBASE_LR2		BIT_ULL(38)
1102#define ICE_PHY_TYPE_LOW_50GBASE_KR2		BIT_ULL(39)
1103#define ICE_PHY_TYPE_LOW_50G_LAUI2_AOC_ACC	BIT_ULL(40)
1104#define ICE_PHY_TYPE_LOW_50G_LAUI2		BIT_ULL(41)
1105#define ICE_PHY_TYPE_LOW_50G_AUI2_AOC_ACC	BIT_ULL(42)
1106#define ICE_PHY_TYPE_LOW_50G_AUI2		BIT_ULL(43)
1107#define ICE_PHY_TYPE_LOW_50GBASE_CP		BIT_ULL(44)
1108#define ICE_PHY_TYPE_LOW_50GBASE_SR		BIT_ULL(45)
1109#define ICE_PHY_TYPE_LOW_50GBASE_FR		BIT_ULL(46)
1110#define ICE_PHY_TYPE_LOW_50GBASE_LR		BIT_ULL(47)
1111#define ICE_PHY_TYPE_LOW_50GBASE_KR_PAM4	BIT_ULL(48)
1112#define ICE_PHY_TYPE_LOW_50G_AUI1_AOC_ACC	BIT_ULL(49)
1113#define ICE_PHY_TYPE_LOW_50G_AUI1		BIT_ULL(50)
1114#define ICE_PHY_TYPE_LOW_100GBASE_CR4		BIT_ULL(51)
1115#define ICE_PHY_TYPE_LOW_100GBASE_SR4		BIT_ULL(52)
1116#define ICE_PHY_TYPE_LOW_100GBASE_LR4		BIT_ULL(53)
1117#define ICE_PHY_TYPE_LOW_100GBASE_KR4		BIT_ULL(54)
1118#define ICE_PHY_TYPE_LOW_100G_CAUI4_AOC_ACC	BIT_ULL(55)
1119#define ICE_PHY_TYPE_LOW_100G_CAUI4		BIT_ULL(56)
1120#define ICE_PHY_TYPE_LOW_100G_AUI4_AOC_ACC	BIT_ULL(57)
1121#define ICE_PHY_TYPE_LOW_100G_AUI4		BIT_ULL(58)
1122#define ICE_PHY_TYPE_LOW_100GBASE_CR_PAM4	BIT_ULL(59)
1123#define ICE_PHY_TYPE_LOW_100GBASE_KR_PAM4	BIT_ULL(60)
1124#define ICE_PHY_TYPE_LOW_100GBASE_CP2		BIT_ULL(61)
1125#define ICE_PHY_TYPE_LOW_100GBASE_SR2		BIT_ULL(62)
1126#define ICE_PHY_TYPE_LOW_100GBASE_DR		BIT_ULL(63)
1127#define ICE_PHY_TYPE_LOW_MAX_INDEX		63
1128/* The second set of defines is for phy_type_high. */
1129#define ICE_PHY_TYPE_HIGH_100GBASE_KR2_PAM4	BIT_ULL(0)
1130#define ICE_PHY_TYPE_HIGH_100G_CAUI2_AOC_ACC	BIT_ULL(1)
1131#define ICE_PHY_TYPE_HIGH_100G_CAUI2		BIT_ULL(2)
1132#define ICE_PHY_TYPE_HIGH_100G_AUI2_AOC_ACC	BIT_ULL(3)
1133#define ICE_PHY_TYPE_HIGH_100G_AUI2		BIT_ULL(4)
1134#define ICE_PHY_TYPE_HIGH_200G_CR4_PAM4		BIT_ULL(5)
1135#define ICE_PHY_TYPE_HIGH_200G_SR4		BIT_ULL(6)
1136#define ICE_PHY_TYPE_HIGH_200G_FR4		BIT_ULL(7)
1137#define ICE_PHY_TYPE_HIGH_200G_LR4		BIT_ULL(8)
1138#define ICE_PHY_TYPE_HIGH_200G_DR4		BIT_ULL(9)
1139#define ICE_PHY_TYPE_HIGH_200G_KR4_PAM4		BIT_ULL(10)
1140#define ICE_PHY_TYPE_HIGH_200G_AUI4_AOC_ACC	BIT_ULL(11)
1141#define ICE_PHY_TYPE_HIGH_200G_AUI4		BIT_ULL(12)
1142#define ICE_PHY_TYPE_HIGH_MAX_INDEX		12
1143
1144struct ice_aqc_get_phy_caps_data {
1145	__le64 phy_type_low; /* Use values from ICE_PHY_TYPE_LOW_* */
1146	__le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */
1147	u8 caps;
1148#define ICE_AQC_PHY_EN_TX_LINK_PAUSE			BIT(0)
1149#define ICE_AQC_PHY_EN_RX_LINK_PAUSE			BIT(1)
1150#define ICE_AQC_PHY_LOW_POWER_MODE			BIT(2)
1151#define ICE_AQC_PHY_EN_LINK				BIT(3)
1152#define ICE_AQC_PHY_AN_MODE				BIT(4)
1153#define ICE_AQC_GET_PHY_EN_MOD_QUAL			BIT(5)
1154#define ICE_AQC_PHY_EN_AUTO_FEC				BIT(7)
1155#define ICE_AQC_PHY_CAPS_MASK				ICE_M(0xff, 0)
1156	u8 low_power_ctrl_an;
1157#define ICE_AQC_PHY_EN_D3COLD_LOW_POWER_AUTONEG		BIT(0)
1158#define ICE_AQC_PHY_AN_EN_CLAUSE28			BIT(1)
1159#define ICE_AQC_PHY_AN_EN_CLAUSE73			BIT(2)
1160#define ICE_AQC_PHY_AN_EN_CLAUSE37			BIT(3)
1161	__le16 eee_cap;
1162#define ICE_AQC_PHY_EEE_EN_100BASE_TX			BIT(0)
1163#define ICE_AQC_PHY_EEE_EN_1000BASE_T			BIT(1)
1164#define ICE_AQC_PHY_EEE_EN_10GBASE_T			BIT(2)
1165#define ICE_AQC_PHY_EEE_EN_1000BASE_KX			BIT(3)
1166#define ICE_AQC_PHY_EEE_EN_10GBASE_KR			BIT(4)
1167#define ICE_AQC_PHY_EEE_EN_25GBASE_KR			BIT(5)
1168#define ICE_AQC_PHY_EEE_EN_40GBASE_KR4			BIT(6)
1169	__le16 eeer_value;
1170	u8 phy_id_oui[4]; /* PHY/Module ID connected on the port */
1171	u8 phy_fw_ver[8];
1172	u8 link_fec_options;
1173#define ICE_AQC_PHY_FEC_10G_KR_40G_KR4_EN		BIT(0)
1174#define ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ		BIT(1)
1175#define ICE_AQC_PHY_FEC_25G_RS_528_REQ			BIT(2)
1176#define ICE_AQC_PHY_FEC_25G_KR_REQ			BIT(3)
1177#define ICE_AQC_PHY_FEC_25G_RS_544_REQ			BIT(4)
1178#define ICE_AQC_PHY_FEC_25G_RS_CLAUSE91_EN		BIT(6)
1179#define ICE_AQC_PHY_FEC_25G_KR_CLAUSE74_EN		BIT(7)
1180#define ICE_AQC_PHY_FEC_MASK				ICE_M(0xdf, 0)
1181	u8 module_compliance_enforcement;
1182#define ICE_AQC_MOD_ENFORCE_STRICT_MODE			BIT(0)
1183	u8 extended_compliance_code;
1184#define ICE_MODULE_TYPE_TOTAL_BYTE			3
1185	u8 module_type[ICE_MODULE_TYPE_TOTAL_BYTE];
1186#define ICE_AQC_MOD_TYPE_BYTE0_SFP_PLUS			0xA0
1187#define ICE_AQC_MOD_TYPE_BYTE0_QSFP_PLUS		0x80
1188#define ICE_AQC_MOD_TYPE_IDENT				1
1189#define ICE_AQC_MOD_TYPE_BYTE1_SFP_PLUS_CU_PASSIVE	BIT(0)
1190#define ICE_AQC_MOD_TYPE_BYTE1_SFP_PLUS_CU_ACTIVE	BIT(1)
1191#define ICE_AQC_MOD_TYPE_BYTE1_10G_BASE_SR		BIT(4)
1192#define ICE_AQC_MOD_TYPE_BYTE1_10G_BASE_LR		BIT(5)
1193#define ICE_AQC_MOD_TYPE_BYTE1_10G_BASE_LRM		BIT(6)
1194#define ICE_AQC_MOD_TYPE_BYTE1_10G_BASE_ER		BIT(7)
1195#define ICE_AQC_MOD_TYPE_BYTE2_SFP_PLUS			0xA0
1196#define ICE_AQC_MOD_TYPE_BYTE2_QSFP_PLUS		0x86
1197	u8 qualified_module_count;
1198	u8 rsvd2[7];	/* Bytes 47:41 reserved */
1199#define ICE_AQC_QUAL_MOD_COUNT_MAX			16
1200	struct {
1201		u8 v_oui[3];
1202		u8 rsvd3;
1203		u8 v_part[16];
1204		__le32 v_rev;
1205		__le64 rsvd4;
1206	} qual_modules[ICE_AQC_QUAL_MOD_COUNT_MAX];
1207};
1208
1209/* Set PHY capabilities (direct 0x0601)
1210 * NOTE: This command must be followed by setup link and restart auto-neg
1211 */
1212struct ice_aqc_set_phy_cfg {
1213	u8 lport_num;
1214	u8 reserved[7];
1215	__le32 addr_high;
1216	__le32 addr_low;
1217};
1218
1219/* Set PHY config command data structure */
1220struct ice_aqc_set_phy_cfg_data {
1221	__le64 phy_type_low; /* Use values from ICE_PHY_TYPE_LOW_* */
1222	__le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */
1223	u8 caps;
1224#define ICE_AQ_PHY_ENA_VALID_MASK	ICE_M(0xef, 0)
1225#define ICE_AQ_PHY_ENA_TX_PAUSE_ABILITY	BIT(0)
1226#define ICE_AQ_PHY_ENA_RX_PAUSE_ABILITY	BIT(1)
1227#define ICE_AQ_PHY_ENA_LOW_POWER	BIT(2)
1228#define ICE_AQ_PHY_ENA_LINK		BIT(3)
1229#define ICE_AQ_PHY_ENA_AUTO_LINK_UPDT	BIT(5)
1230#define ICE_AQ_PHY_ENA_LESM		BIT(6)
1231#define ICE_AQ_PHY_ENA_AUTO_FEC		BIT(7)
1232	u8 low_power_ctrl_an;
1233	__le16 eee_cap; /* Value from ice_aqc_get_phy_caps */
1234	__le16 eeer_value;
1235	u8 link_fec_opt; /* Use defines from ice_aqc_get_phy_caps */
1236	u8 module_compliance_enforcement;
1237};
1238
1239/* Set MAC Config command data structure (direct 0x0603) */
1240struct ice_aqc_set_mac_cfg {
1241	__le16 max_frame_size;
1242	u8 params;
1243#define ICE_AQ_SET_MAC_PACE_S		3
1244#define ICE_AQ_SET_MAC_PACE_M		(0xF << ICE_AQ_SET_MAC_PACE_S)
1245#define ICE_AQ_SET_MAC_PACE_TYPE_M	BIT(7)
1246#define ICE_AQ_SET_MAC_PACE_TYPE_RATE	0
1247#define ICE_AQ_SET_MAC_PACE_TYPE_FIXED	ICE_AQ_SET_MAC_PACE_TYPE_M
1248	u8 tx_tmr_priority;
1249	__le16 tx_tmr_value;
1250	__le16 fc_refresh_threshold;
1251	u8 drop_opts;
1252#define ICE_AQ_SET_MAC_AUTO_DROP_MASK		BIT(0)
1253#define ICE_AQ_SET_MAC_AUTO_DROP_NONE		0
1254#define ICE_AQ_SET_MAC_AUTO_DROP_BLOCKING_PKTS	BIT(0)
1255	u8 reserved[7];
1256};
1257
1258/* Restart AN command data structure (direct 0x0605)
1259 * Also used for response, with only the lport_num field present.
1260 */
1261struct ice_aqc_restart_an {
1262	u8 lport_num;
1263	u8 reserved;
1264	u8 cmd_flags;
1265#define ICE_AQC_RESTART_AN_LINK_RESTART	BIT(1)
1266#define ICE_AQC_RESTART_AN_LINK_ENABLE	BIT(2)
1267	u8 reserved2[13];
1268};
1269
1270/* Get link status (indirect 0x0607), also used for Link Status Event */
1271struct ice_aqc_get_link_status {
1272	u8 lport_num;
1273	u8 reserved;
1274	__le16 cmd_flags;
1275#define ICE_AQ_LSE_M			0x3
1276#define ICE_AQ_LSE_NOP			0x0
1277#define ICE_AQ_LSE_DIS			0x2
1278#define ICE_AQ_LSE_ENA			0x3
1279	/* only response uses this flag */
1280#define ICE_AQ_LSE_IS_ENABLED		0x1
1281	__le32 reserved2;
1282	__le32 addr_high;
1283	__le32 addr_low;
1284};
1285
1286/* Get link status response data structure, also used for Link Status Event */
1287struct ice_aqc_get_link_status_data {
1288	u8 topo_media_conflict;
1289#define ICE_AQ_LINK_TOPO_CONFLICT	BIT(0)
1290#define ICE_AQ_LINK_MEDIA_CONFLICT	BIT(1)
1291#define ICE_AQ_LINK_TOPO_CORRUPT	BIT(2)
1292#define ICE_AQ_LINK_TOPO_UNREACH_PRT	BIT(4)
1293#define ICE_AQ_LINK_TOPO_UNDRUTIL_PRT	BIT(5)
1294#define ICE_AQ_LINK_TOPO_UNDRUTIL_MEDIA	BIT(6)
1295#define ICE_AQ_LINK_TOPO_UNSUPP_MEDIA	BIT(7)
1296	u8 link_cfg_err;
1297#define ICE_AQ_LINK_MODULE_POWER_UNSUPPORTED	BIT(5)
1298#define ICE_AQ_LINK_EXTERNAL_PHY_LOAD_FAILURE	BIT(6)
1299#define ICE_AQ_LINK_INVAL_MAX_POWER_LIMIT	BIT(7)
1300	u8 link_info;
1301#define ICE_AQ_LINK_UP			BIT(0)	/* Link Status */
1302#define ICE_AQ_LINK_FAULT		BIT(1)
1303#define ICE_AQ_LINK_FAULT_TX		BIT(2)
1304#define ICE_AQ_LINK_FAULT_RX		BIT(3)
1305#define ICE_AQ_LINK_FAULT_REMOTE	BIT(4)
1306#define ICE_AQ_LINK_UP_PORT		BIT(5)	/* External Port Link Status */
1307#define ICE_AQ_MEDIA_AVAILABLE		BIT(6)
1308#define ICE_AQ_SIGNAL_DETECT		BIT(7)
1309	u8 an_info;
1310#define ICE_AQ_AN_COMPLETED		BIT(0)
1311#define ICE_AQ_LP_AN_ABILITY		BIT(1)
1312#define ICE_AQ_PD_FAULT			BIT(2)	/* Parallel Detection Fault */
1313#define ICE_AQ_FEC_EN			BIT(3)
1314#define ICE_AQ_PHY_LOW_POWER		BIT(4)	/* Low Power State */
1315#define ICE_AQ_LINK_PAUSE_TX		BIT(5)
1316#define ICE_AQ_LINK_PAUSE_RX		BIT(6)
1317#define ICE_AQ_QUALIFIED_MODULE		BIT(7)
1318	u8 ext_info;
1319#define ICE_AQ_LINK_PHY_TEMP_ALARM	BIT(0)
1320#define ICE_AQ_LINK_EXCESSIVE_ERRORS	BIT(1)	/* Excessive Link Errors */
1321	/* Port Tx Suspended */
1322#define ICE_AQ_LINK_TX_S		2
1323#define ICE_AQ_LINK_TX_M		(0x03 << ICE_AQ_LINK_TX_S)
1324#define ICE_AQ_LINK_TX_ACTIVE		0
1325#define ICE_AQ_LINK_TX_DRAINED		1
1326#define ICE_AQ_LINK_TX_FLUSHED		3
1327	u8 reserved2;
1328	__le16 max_frame_size;
1329	u8 cfg;
1330#define ICE_AQ_LINK_25G_KR_FEC_EN	BIT(0)
1331#define ICE_AQ_LINK_25G_RS_528_FEC_EN	BIT(1)
1332#define ICE_AQ_LINK_25G_RS_544_FEC_EN	BIT(2)
1333#define ICE_AQ_FEC_MASK			ICE_M(0x7, 0)
1334	/* Pacing Config */
1335#define ICE_AQ_CFG_PACING_S		3
1336#define ICE_AQ_CFG_PACING_M		(0xF << ICE_AQ_CFG_PACING_S)
1337#define ICE_AQ_CFG_PACING_TYPE_M	BIT(7)
1338#define ICE_AQ_CFG_PACING_TYPE_AVG	0
1339#define ICE_AQ_CFG_PACING_TYPE_FIXED	ICE_AQ_CFG_PACING_TYPE_M
1340	/* External Device Power Ability */
1341	u8 power_desc;
1342#define ICE_AQ_PWR_CLASS_M		0x3F
1343#define ICE_AQ_LINK_PWR_BASET_LOW_HIGH	0
1344#define ICE_AQ_LINK_PWR_BASET_HIGH	1
1345#define ICE_AQ_LINK_PWR_QSFP_CLASS_1	0
1346#define ICE_AQ_LINK_PWR_QSFP_CLASS_2	1
1347#define ICE_AQ_LINK_PWR_QSFP_CLASS_3	2
1348#define ICE_AQ_LINK_PWR_QSFP_CLASS_4	3
1349	__le16 link_speed;
1350#define ICE_AQ_LINK_SPEED_M		0x7FF
1351#define ICE_AQ_LINK_SPEED_10MB		BIT(0)
1352#define ICE_AQ_LINK_SPEED_100MB		BIT(1)
1353#define ICE_AQ_LINK_SPEED_1000MB	BIT(2)
1354#define ICE_AQ_LINK_SPEED_2500MB	BIT(3)
1355#define ICE_AQ_LINK_SPEED_5GB		BIT(4)
1356#define ICE_AQ_LINK_SPEED_10GB		BIT(5)
1357#define ICE_AQ_LINK_SPEED_20GB		BIT(6)
1358#define ICE_AQ_LINK_SPEED_25GB		BIT(7)
1359#define ICE_AQ_LINK_SPEED_40GB		BIT(8)
1360#define ICE_AQ_LINK_SPEED_50GB		BIT(9)
1361#define ICE_AQ_LINK_SPEED_100GB		BIT(10)
1362#define ICE_AQ_LINK_SPEED_200GB		BIT(11)
1363#define ICE_AQ_LINK_SPEED_UNKNOWN	BIT(15)
1364	/* Aligns next field to 8-byte boundary */
1365	__le16 reserved3;
1366	u8 ext_fec_status;
1367	/* RS 272 FEC enabled */
1368#define ICE_AQ_LINK_RS_272_FEC_EN      BIT(0)
1369	u8 reserved4;
1370	/* Use values from ICE_PHY_TYPE_LOW_* */
1371	__le64 phy_type_low;
1372	/* Use values from ICE_PHY_TYPE_HIGH_* */
1373	__le64 phy_type_high;
1374#define ICE_AQC_LS_DATA_SIZE_V1 \
1375	offsetofend(struct ice_aqc_get_link_status_data, phy_type_high)
1376	/* Get link status v2 link partner data */
1377	__le64 lp_phy_type_low;
1378	__le64 lp_phy_type_high;
1379	u8 lp_fec_adv;
1380#define ICE_AQ_LINK_LP_10G_KR_FEC_CAP  BIT(0)
1381#define ICE_AQ_LINK_LP_25G_KR_FEC_CAP  BIT(1)
1382#define ICE_AQ_LINK_LP_RS_528_FEC_CAP  BIT(2)
1383#define ICE_AQ_LINK_LP_50G_KR_272_FEC_CAP BIT(3)
1384#define ICE_AQ_LINK_LP_100G_KR_272_FEC_CAP BIT(4)
1385#define ICE_AQ_LINK_LP_200G_KR_272_FEC_CAP BIT(5)
1386	u8 lp_fec_req;
1387#define ICE_AQ_LINK_LP_10G_KR_FEC_REQ  BIT(0)
1388#define ICE_AQ_LINK_LP_25G_KR_FEC_REQ  BIT(1)
1389#define ICE_AQ_LINK_LP_RS_528_FEC_REQ  BIT(2)
1390#define ICE_AQ_LINK_LP_KR_272_FEC_REQ  BIT(3)
1391	u8 lp_flowcontrol;
1392#define ICE_AQ_LINK_LP_PAUSE_ADV       BIT(0)
1393#define ICE_AQ_LINK_LP_ASM_DIR_ADV     BIT(1)
1394	u8 reserved5[5];
1395#define ICE_AQC_LS_DATA_SIZE_V2 \
1396	offsetofend(struct ice_aqc_get_link_status_data, reserved5)
1397} __packed;
1398
1399/* Set event mask command (direct 0x0613) */
1400struct ice_aqc_set_event_mask {
1401	u8	lport_num;
1402	u8	reserved[7];
1403	__le16	event_mask;
1404#define ICE_AQ_LINK_EVENT_UPDOWN		BIT(1)
1405#define ICE_AQ_LINK_EVENT_MEDIA_NA		BIT(2)
1406#define ICE_AQ_LINK_EVENT_LINK_FAULT		BIT(3)
1407#define ICE_AQ_LINK_EVENT_PHY_TEMP_ALARM	BIT(4)
1408#define ICE_AQ_LINK_EVENT_EXCESSIVE_ERRORS	BIT(5)
1409#define ICE_AQ_LINK_EVENT_SIGNAL_DETECT		BIT(6)
1410#define ICE_AQ_LINK_EVENT_AN_COMPLETED		BIT(7)
1411#define ICE_AQ_LINK_EVENT_MODULE_QUAL_FAIL	BIT(8)
1412#define ICE_AQ_LINK_EVENT_PORT_TX_SUSPENDED	BIT(9)
1413#define ICE_AQ_LINK_EVENT_PHY_FW_LOAD_FAIL	BIT(12)
1414	u8	reserved1[6];
1415};
1416
1417/* Set MAC Loopback command (direct 0x0620) */
1418struct ice_aqc_set_mac_lb {
1419	u8 lb_mode;
1420#define ICE_AQ_MAC_LB_EN		BIT(0)
1421#define ICE_AQ_MAC_LB_OSC_CLK		BIT(1)
1422	u8 reserved[15];
1423};
1424
1425/* Set PHY recovered clock output (direct 0x0630) */
1426struct ice_aqc_set_phy_rec_clk_out {
1427	u8 phy_output;
1428	u8 port_num;
1429#define ICE_AQC_SET_PHY_REC_CLK_OUT_CURR_PORT	0xFF
1430	u8 flags;
1431#define ICE_AQC_SET_PHY_REC_CLK_OUT_OUT_EN	BIT(0)
1432	u8 rsvd;
1433	__le32 freq;
1434	u8 rsvd2[6];
1435	__le16 node_handle;
1436};
1437
1438/* Get PHY recovered clock output (direct 0x0631) */
1439struct ice_aqc_get_phy_rec_clk_out {
1440	u8 phy_output;
1441	u8 port_num;
1442#define ICE_AQC_GET_PHY_REC_CLK_OUT_CURR_PORT	0xFF
1443	u8 flags;
1444#define ICE_AQC_GET_PHY_REC_CLK_OUT_OUT_EN	BIT(0)
1445	u8 rsvd[11];
1446	__le16 node_handle;
1447};
1448
1449/* Get sensor reading (direct 0x0632) */
1450struct ice_aqc_get_sensor_reading {
1451	u8 sensor;
1452	u8 format;
1453	u8 reserved[6];
1454	__le32 addr_high;
1455	__le32 addr_low;
1456};
1457
1458/* Get sensor reading response (direct 0x0632) */
1459struct ice_aqc_get_sensor_reading_resp {
1460	union {
1461		u8 raw[8];
1462		/* Output data for sensor 0x00, format 0x00 */
1463		struct _packed {
1464			s8 temp;
1465			u8 temp_warning_threshold;
1466			u8 temp_critical_threshold;
1467			u8 temp_fatal_threshold;
1468			u8 reserved[4];
1469		} s0f0;
1470	} data;
1471};
1472
1473/* DNL call command (indirect 0x0682)
1474 * Struct is used for both command and response
1475 */
1476struct ice_aqc_dnl_call_command {
1477	u8 ctx; /* Used in command, reserved in response */
1478	u8 reserved;
1479	__le16 activity_id;
1480#define ICE_AQC_ACT_ID_DNL 0x1129
1481	__le32 reserved1;
1482	__le32 addr_high;
1483	__le32 addr_low;
1484};
1485
1486struct ice_aqc_dnl_equa_param {
1487	__le16 data_in;
1488#define ICE_AQC_RX_EQU_SHIFT 8
1489#define ICE_AQC_RX_EQU_PRE2 (0x10 << ICE_AQC_RX_EQU_SHIFT)
1490#define ICE_AQC_RX_EQU_PRE1 (0x11 << ICE_AQC_RX_EQU_SHIFT)
1491#define ICE_AQC_RX_EQU_POST1 (0x12 << ICE_AQC_RX_EQU_SHIFT)
1492#define ICE_AQC_RX_EQU_BFLF (0x13 << ICE_AQC_RX_EQU_SHIFT)
1493#define ICE_AQC_RX_EQU_BFHF (0x14 << ICE_AQC_RX_EQU_SHIFT)
1494#define ICE_AQC_RX_EQU_CTLE_GAINHF (0x20 << ICE_AQC_RX_EQU_SHIFT)
1495#define ICE_AQC_RX_EQU_CTLE_GAINLF (0x21 << ICE_AQC_RX_EQU_SHIFT)
1496#define ICE_AQC_RX_EQU_CTLE_GAINDC (0x22 << ICE_AQC_RX_EQU_SHIFT)
1497#define ICE_AQC_RX_EQU_CTLE_BW (0x23 << ICE_AQC_RX_EQU_SHIFT)
1498#define ICE_AQC_RX_EQU_DFE_GAIN (0x30 << ICE_AQC_RX_EQU_SHIFT)
1499#define ICE_AQC_RX_EQU_DFE_GAIN2 (0x31 << ICE_AQC_RX_EQU_SHIFT)
1500#define ICE_AQC_RX_EQU_DFE_2 (0x32 << ICE_AQC_RX_EQU_SHIFT)
1501#define ICE_AQC_RX_EQU_DFE_3 (0x33 << ICE_AQC_RX_EQU_SHIFT)
1502#define ICE_AQC_RX_EQU_DFE_4 (0x34 << ICE_AQC_RX_EQU_SHIFT)
1503#define ICE_AQC_RX_EQU_DFE_5 (0x35 << ICE_AQC_RX_EQU_SHIFT)
1504#define ICE_AQC_RX_EQU_DFE_6 (0x36 << ICE_AQC_RX_EQU_SHIFT)
1505#define ICE_AQC_RX_EQU_DFE_7 (0x37 << ICE_AQC_RX_EQU_SHIFT)
1506#define ICE_AQC_RX_EQU_DFE_8 (0x38 << ICE_AQC_RX_EQU_SHIFT)
1507#define ICE_AQC_RX_EQU_DFE_9 (0x39 << ICE_AQC_RX_EQU_SHIFT)
1508#define ICE_AQC_RX_EQU_DFE_10 (0x3A << ICE_AQC_RX_EQU_SHIFT)
1509#define ICE_AQC_RX_EQU_DFE_11 (0x3B << ICE_AQC_RX_EQU_SHIFT)
1510#define ICE_AQC_RX_EQU_DFE_12 (0x3C << ICE_AQC_RX_EQU_SHIFT)
1511#define ICE_AQC_TX_EQU_PRE1 0x0
1512#define ICE_AQC_TX_EQU_PRE3 0x3
1513#define ICE_AQC_TX_EQU_ATTEN 0x4
1514#define ICE_AQC_TX_EQU_POST1 0x8
1515#define ICE_AQC_TX_EQU_PRE2 0xC
1516	__le16 op_code_serdes_sel;
1517#define ICE_AQC_OP_CODE_SHIFT 4
1518#define ICE_AQC_OP_CODE_RX_EQU (0x9 << ICE_AQC_OP_CODE_SHIFT)
1519#define ICE_AQC_OP_CODE_TX_EQU (0x10 << ICE_AQC_OP_CODE_SHIFT)
1520	__le32 reserved[3];
1521};
1522
1523struct ice_aqc_dnl_equa_respon {
1524	/* Equalization value can be negative */
1525	int val;
1526	__le32 reserved[3];
1527};
1528
1529/* DNL call command/response buffer (indirect 0x0682) */
1530struct ice_aqc_dnl_call {
1531	union {
1532		struct ice_aqc_dnl_equa_param txrx_equa_reqs;
1533		__le32 stores[4];
1534		struct ice_aqc_dnl_equa_respon txrx_equa_resp;
1535	} sto;
1536};
1537
1538struct ice_aqc_link_topo_params {
1539	u8 lport_num;
1540	u8 lport_num_valid;
1541#define ICE_AQC_LINK_TOPO_PORT_NUM_VALID	BIT(0)
1542	u8 node_type_ctx;
1543#define ICE_AQC_LINK_TOPO_NODE_TYPE_S		0
1544#define ICE_AQC_LINK_TOPO_NODE_TYPE_M	(0xF << ICE_AQC_LINK_TOPO_NODE_TYPE_S)
1545#define ICE_AQC_LINK_TOPO_NODE_TYPE_PHY		0
1546#define ICE_AQC_LINK_TOPO_NODE_TYPE_GPIO_CTRL	1
1547#define ICE_AQC_LINK_TOPO_NODE_TYPE_MUX_CTRL	2
1548#define ICE_AQC_LINK_TOPO_NODE_TYPE_LED_CTRL	3
1549#define ICE_AQC_LINK_TOPO_NODE_TYPE_LED		4
1550#define ICE_AQC_LINK_TOPO_NODE_TYPE_THERMAL	5
1551#define ICE_AQC_LINK_TOPO_NODE_TYPE_CAGE	6
1552#define ICE_AQC_LINK_TOPO_NODE_TYPE_MEZZ	7
1553#define ICE_AQC_LINK_TOPO_NODE_TYPE_ID_EEPROM	8
1554#define ICE_AQC_LINK_TOPO_NODE_TYPE_CLK_CTRL	9
1555#define ICE_AQC_LINK_TOPO_NODE_TYPE_CLK_MUX	10
1556#define ICE_AQC_LINK_TOPO_NODE_TYPE_GPS		11
1557#define ICE_AQC_LINK_TOPO_NODE_CTX_S		4
1558#define ICE_AQC_LINK_TOPO_NODE_CTX_M		\
1559				(0xF << ICE_AQC_LINK_TOPO_NODE_CTX_S)
1560#define ICE_AQC_LINK_TOPO_NODE_CTX_GLOBAL	0
1561#define ICE_AQC_LINK_TOPO_NODE_CTX_BOARD	1
1562#define ICE_AQC_LINK_TOPO_NODE_CTX_PORT		2
1563#define ICE_AQC_LINK_TOPO_NODE_CTX_NODE		3
1564#define ICE_AQC_LINK_TOPO_NODE_CTX_PROVIDED	4
1565#define ICE_AQC_LINK_TOPO_NODE_CTX_OVERRIDE	5
1566	u8 index;
1567};
1568
1569struct ice_aqc_link_topo_addr {
1570	struct ice_aqc_link_topo_params topo_params;
1571	__le16 handle;
1572#define ICE_AQC_LINK_TOPO_HANDLE_S	0
1573#define ICE_AQC_LINK_TOPO_HANDLE_M	(0x3FF << ICE_AQC_LINK_TOPO_HANDLE_S)
1574/* Used to decode the handle field */
1575#define ICE_AQC_LINK_TOPO_HANDLE_BRD_TYPE_M	BIT(9)
1576#define ICE_AQC_LINK_TOPO_HANDLE_BRD_TYPE_LOM	BIT(9)
1577#define ICE_AQC_LINK_TOPO_HANDLE_BRD_TYPE_MEZZ	0
1578#define ICE_AQC_LINK_TOPO_HANDLE_NODE_S		0
1579/* In case of a Mezzanine type */
1580#define ICE_AQC_LINK_TOPO_HANDLE_MEZZ_NODE_M	\
1581				(0x3F << ICE_AQC_LINK_TOPO_HANDLE_NODE_S)
1582#define ICE_AQC_LINK_TOPO_HANDLE_MEZZ_S	6
1583#define ICE_AQC_LINK_TOPO_HANDLE_MEZZ_M	(0x7 << ICE_AQC_LINK_TOPO_HANDLE_MEZZ_S)
1584/* In case of a LOM type */
1585#define ICE_AQC_LINK_TOPO_HANDLE_LOM_NODE_M	\
1586				(0x1FF << ICE_AQC_LINK_TOPO_HANDLE_NODE_S)
1587};
1588
1589/* Get Link Topology Handle (direct, 0x06E0) */
1590struct ice_aqc_get_link_topo {
1591	struct ice_aqc_link_topo_addr addr;
1592	u8 node_part_num;
1593#define ICE_AQC_GET_LINK_TOPO_NODE_NR_PCA9575		0x21
1594#define ICE_AQC_GET_LINK_TOPO_NODE_NR_ZL30632_80032	0x24
1595#define ICE_AQC_GET_LINK_TOPO_NODE_NR_SI5383_5384	0x25
1596#define ICE_AQC_GET_LINK_TOPO_NODE_NR_E822_PHY		0x30
1597#define ICE_AQC_GET_LINK_TOPO_NODE_NR_C827		0x31
1598#define ICE_AQC_GET_LINK_TOPO_NODE_NR_GEN_CLK_MUX	0x47
1599#define ICE_AQC_GET_LINK_TOPO_NODE_NR_GEN_GPS		0x48
1600	u8 rsvd[9];
1601};
1602
1603/* Read/Write I2C (direct, 0x06E2/0x06E3) */
1604struct ice_aqc_i2c {
1605	struct ice_aqc_link_topo_addr topo_addr;
1606	__le16 i2c_addr;
1607	u8 i2c_params;
1608#define ICE_AQC_I2C_DATA_SIZE_M		GENMASK(3, 0)
1609#define ICE_AQC_I2C_USE_REPEATED_START	BIT(7)
1610
1611	u8 rsvd;
1612	__le16 i2c_bus_addr;
1613	u8 i2c_data[4]; /* Used only by write command, reserved in read. */
1614};
1615
1616/* Read I2C Response (direct, 0x06E2) */
1617struct ice_aqc_read_i2c_resp {
1618	u8 i2c_data[16];
1619};
1620
1621/* Set Port Identification LED (direct, 0x06E9) */
1622struct ice_aqc_set_port_id_led {
1623	u8 lport_num;
1624	u8 lport_num_valid;
1625	u8 ident_mode;
1626#define ICE_AQC_PORT_IDENT_LED_BLINK	BIT(0)
1627#define ICE_AQC_PORT_IDENT_LED_ORIG	0
1628	u8 rsvd[13];
1629};
1630
1631/* Get Port Options (indirect, 0x06EA) */
1632struct ice_aqc_get_port_options {
1633	u8 lport_num;
1634	u8 lport_num_valid;
1635	u8 port_options_count;
1636#define ICE_AQC_PORT_OPT_COUNT_M	GENMASK(3, 0)
1637#define ICE_AQC_PORT_OPT_MAX		16
1638
1639	u8 innermost_phy_index;
1640	u8 port_options;
1641#define ICE_AQC_PORT_OPT_ACTIVE_M	GENMASK(3, 0)
1642#define ICE_AQC_PORT_OPT_VALID		BIT(7)
1643
1644	u8 pending_port_option_status;
1645#define ICE_AQC_PENDING_PORT_OPT_IDX_M	GENMASK(3, 0)
1646#define ICE_AQC_PENDING_PORT_OPT_VALID	BIT(7)
1647
1648	u8 rsvd[2];
1649	__le32 addr_high;
1650	__le32 addr_low;
1651};
1652
1653struct ice_aqc_get_port_options_elem {
1654	u8 pmd;
1655#define ICE_AQC_PORT_OPT_PMD_COUNT_M	GENMASK(3, 0)
1656
1657	u8 max_lane_speed;
1658#define ICE_AQC_PORT_OPT_MAX_LANE_M	GENMASK(3, 0)
1659#define ICE_AQC_PORT_OPT_MAX_LANE_100M	0
1660#define ICE_AQC_PORT_OPT_MAX_LANE_1G	1
1661#define ICE_AQC_PORT_OPT_MAX_LANE_2500M	2
1662#define ICE_AQC_PORT_OPT_MAX_LANE_5G	3
1663#define ICE_AQC_PORT_OPT_MAX_LANE_10G	4
1664#define ICE_AQC_PORT_OPT_MAX_LANE_25G	5
1665#define ICE_AQC_PORT_OPT_MAX_LANE_50G	6
1666#define ICE_AQC_PORT_OPT_MAX_LANE_100G	7
1667#define ICE_AQC_PORT_OPT_MAX_LANE_200G	8
1668
1669	u8 global_scid[2];
1670	u8 phy_scid[2];
1671	u8 pf2port_cid[2];
1672};
1673
1674/* Set Port Option (direct, 0x06EB) */
1675struct ice_aqc_set_port_option {
1676	u8 lport_num;
1677	u8 lport_num_valid;
1678	u8 selected_port_option;
1679	u8 rsvd[13];
1680};
1681
1682/* Set/Get GPIO (direct, 0x06EC/0x06ED) */
1683struct ice_aqc_gpio {
1684	__le16 gpio_ctrl_handle;
1685#define ICE_AQC_GPIO_HANDLE_S	0
1686#define ICE_AQC_GPIO_HANDLE_M	(0x3FF << ICE_AQC_GPIO_HANDLE_S)
1687	u8 gpio_num;
1688	u8 gpio_val;
1689	u8 rsvd[12];
1690};
1691
1692/* Read/Write SFF EEPROM command (indirect 0x06EE) */
1693struct ice_aqc_sff_eeprom {
1694	u8 lport_num;
1695	u8 lport_num_valid;
1696#define ICE_AQC_SFF_PORT_NUM_VALID	BIT(0)
1697	__le16 i2c_bus_addr;
1698#define ICE_AQC_SFF_I2CBUS_7BIT_M	0x7F
1699#define ICE_AQC_SFF_I2CBUS_10BIT_M	0x3FF
1700#define ICE_AQC_SFF_I2CBUS_TYPE_M	BIT(10)
1701#define ICE_AQC_SFF_I2CBUS_TYPE_7BIT	0
1702#define ICE_AQC_SFF_I2CBUS_TYPE_10BIT	ICE_AQC_SFF_I2CBUS_TYPE_M
1703#define ICE_AQC_SFF_SET_EEPROM_PAGE_S	11
1704#define ICE_AQC_SFF_SET_EEPROM_PAGE_M	(0x3 << ICE_AQC_SFF_SET_EEPROM_PAGE_S)
1705#define ICE_AQC_SFF_NO_PAGE_CHANGE	0
1706#define ICE_AQC_SFF_SET_23_ON_MISMATCH	1
1707#define ICE_AQC_SFF_SET_22_ON_MISMATCH	2
1708#define ICE_AQC_SFF_IS_WRITE		BIT(15)
1709	__le16 i2c_mem_addr;
1710	__le16 eeprom_page;
1711#define  ICE_AQC_SFF_EEPROM_BANK_S 0
1712#define  ICE_AQC_SFF_EEPROM_BANK_M (0xFF << ICE_AQC_SFF_EEPROM_BANK_S)
1713#define  ICE_AQC_SFF_EEPROM_PAGE_S 8
1714#define  ICE_AQC_SFF_EEPROM_PAGE_M (0xFF << ICE_AQC_SFF_EEPROM_PAGE_S)
1715	__le32 addr_high;
1716	__le32 addr_low;
1717};
1718
1719/* NVM Read command (indirect 0x0701)
1720 * NVM Erase commands (direct 0x0702)
1721 * NVM Update commands (indirect 0x0703)
1722 */
1723struct ice_aqc_nvm {
1724#define ICE_AQC_NVM_MAX_OFFSET		0xFFFFFF
1725	__le16 offset_low;
1726	u8 offset_high;
1727	u8 cmd_flags;
1728#define ICE_AQC_NVM_LAST_CMD		BIT(0)
1729#define ICE_AQC_NVM_PCIR_REQ		BIT(0)	/* Used by NVM Update reply */
1730#define ICE_AQC_NVM_PRESERVATION_S	1
1731#define ICE_AQC_NVM_PRESERVATION_M	(3 << ICE_AQC_NVM_PRESERVATION_S)
1732#define ICE_AQC_NVM_NO_PRESERVATION	(0 << ICE_AQC_NVM_PRESERVATION_S)
1733#define ICE_AQC_NVM_PRESERVE_ALL	BIT(1)
1734#define ICE_AQC_NVM_FACTORY_DEFAULT	(2 << ICE_AQC_NVM_PRESERVATION_S)
1735#define ICE_AQC_NVM_PRESERVE_SELECTED	(3 << ICE_AQC_NVM_PRESERVATION_S)
1736#define ICE_AQC_NVM_ACTIV_SEL_NVM	BIT(3) /* Write Activate/SR Dump only */
1737#define ICE_AQC_NVM_ACTIV_SEL_OROM	BIT(4)
1738#define ICE_AQC_NVM_ACTIV_SEL_NETLIST	BIT(5)
1739#define ICE_AQC_NVM_SPECIAL_UPDATE	BIT(6)
1740#define ICE_AQC_NVM_REVERT_LAST_ACTIV	BIT(6) /* Write Activate only */
1741#define ICE_AQC_NVM_ACTIV_SEL_MASK	ICE_M(0x7, 3)
1742#define ICE_AQC_NVM_FLASH_ONLY		BIT(7)
1743#define ICE_AQC_NVM_RESET_LVL_M		ICE_M(0x3, 0) /* Write reply only */
1744#define ICE_AQC_NVM_POR_FLAG		0
1745#define ICE_AQC_NVM_PERST_FLAG		1
1746#define ICE_AQC_NVM_EMPR_FLAG		2
1747#define ICE_AQC_NVM_EMPR_ENA		BIT(0) /* Write Activate reply only */
1748	/* For Write Activate, several flags are sent as part of a separate
1749	 * flags2 field using a separate byte. For simplicity of the software
1750	 * interface, we pass the flags as a 16 bit value so these flags are
1751	 * all offset by 8 bits
1752	 */
1753#define ICE_AQC_NVM_ACTIV_REQ_EMPR	BIT(8) /* NVM Write Activate only */
1754	__le16 module_typeid;
1755	__le16 length;
1756#define ICE_AQC_NVM_ERASE_LEN	0xFFFF
1757	__le32 addr_high;
1758	__le32 addr_low;
1759};
1760
1761#define ICE_AQC_NVM_START_POINT			0
1762#define ICE_AQC_NVM_SECTOR_UNIT			4096
1763#define ICE_AQC_NVM_SDP_AC_PTR_OFFSET		0xD8
1764#define ICE_AQC_NVM_SDP_AC_PTR_M		GENMASK(14, 0)
1765#define ICE_AQC_NVM_SDP_AC_PTR_INVAL		0x7FFF
1766#define ICE_AQC_NVM_SDP_AC_PTR_TYPE_M		BIT(15)
1767#define ICE_AQC_NVM_SDP_AC_SDP_NUM_M		GENMASK(2, 0)
1768#define ICE_AQC_NVM_SDP_AC_DIR_M		BIT(3)
1769#define ICE_AQC_NVM_SDP_AC_PIN_M		GENMASK(15, 6)
1770#define ICE_AQC_NVM_SDP_AC_MAX_SIZE		7
1771
1772#define ICE_AQC_NVM_TX_TOPO_MOD_ID		0x14B
1773
1774struct ice_aqc_nvm_tx_topo_user_sel {
1775	__le16 length;
1776	u8 data;
1777#define ICE_AQC_NVM_TX_TOPO_USER_SEL	BIT(4)
1778	u8 reserved;
1779};
1780
1781/* NVM Checksum Command (direct, 0x0706) */
1782struct ice_aqc_nvm_checksum {
1783	u8 flags;
1784#define ICE_AQC_NVM_CHECKSUM_VERIFY	BIT(0)
1785#define ICE_AQC_NVM_CHECKSUM_RECALC	BIT(1)
1786	u8 rsvd;
1787	__le16 checksum; /* Used only by response */
1788#define ICE_AQC_NVM_CHECKSUM_CORRECT	0xBABA
1789	u8 rsvd2[12];
1790};
1791
1792/* Used for NVM Set Package Data command - 0x070A */
1793struct ice_aqc_nvm_pkg_data {
1794	u8 reserved[3];
1795	u8 cmd_flags;
1796#define ICE_AQC_NVM_PKG_DELETE		BIT(0) /* used for command call */
1797#define ICE_AQC_NVM_PKG_SKIPPED		BIT(0) /* used for command response */
1798
1799	u32 reserved1;
1800	__le32 addr_high;
1801	__le32 addr_low;
1802};
1803
1804/* Used for Pass Component Table command - 0x070B */
1805struct ice_aqc_nvm_pass_comp_tbl {
1806	u8 component_response; /* Response only */
1807#define ICE_AQ_NVM_PASS_COMP_CAN_BE_UPDATED		0x0
1808#define ICE_AQ_NVM_PASS_COMP_CAN_MAY_BE_UPDATEABLE	0x1
1809#define ICE_AQ_NVM_PASS_COMP_CAN_NOT_BE_UPDATED		0x2
1810	u8 component_response_code; /* Response only */
1811#define ICE_AQ_NVM_PASS_COMP_CAN_BE_UPDATED_CODE	0x0
1812#define ICE_AQ_NVM_PASS_COMP_STAMP_IDENTICAL_CODE	0x1
1813#define ICE_AQ_NVM_PASS_COMP_STAMP_LOWER		0x2
1814#define ICE_AQ_NVM_PASS_COMP_INVALID_STAMP_CODE		0x3
1815#define ICE_AQ_NVM_PASS_COMP_CONFLICT_CODE		0x4
1816#define ICE_AQ_NVM_PASS_COMP_PRE_REQ_NOT_MET_CODE	0x5
1817#define ICE_AQ_NVM_PASS_COMP_NOT_SUPPORTED_CODE		0x6
1818#define ICE_AQ_NVM_PASS_COMP_CANNOT_DOWNGRADE_CODE	0x7
1819#define ICE_AQ_NVM_PASS_COMP_INCOMPLETE_IMAGE_CODE	0x8
1820#define ICE_AQ_NVM_PASS_COMP_VER_STR_IDENTICAL_CODE	0xA
1821#define ICE_AQ_NVM_PASS_COMP_VER_STR_LOWER_CODE		0xB
1822	u8 reserved;
1823	u8 transfer_flag;
1824#define ICE_AQ_NVM_PASS_COMP_TBL_START			0x1
1825#define ICE_AQ_NVM_PASS_COMP_TBL_MIDDLE			0x2
1826#define ICE_AQ_NVM_PASS_COMP_TBL_END			0x4
1827#define ICE_AQ_NVM_PASS_COMP_TBL_START_AND_END		0x5
1828	__le32 reserved1;
1829	__le32 addr_high;
1830	__le32 addr_low;
1831};
1832
1833struct ice_aqc_nvm_comp_tbl {
1834	__le16 comp_class;
1835#define NVM_COMP_CLASS_ALL_FW	0x000A
1836
1837	__le16 comp_id;
1838#define NVM_COMP_ID_OROM	0x5
1839#define NVM_COMP_ID_NVM		0x6
1840#define NVM_COMP_ID_NETLIST	0x8
1841
1842	u8 comp_class_idx;
1843#define FWU_COMP_CLASS_IDX_NOT_USE 0x0
1844
1845	__le32 comp_cmp_stamp;
1846	u8 cvs_type;
1847#define NVM_CVS_TYPE_ASCII	0x1
1848
1849	u8 cvs_len;
1850	u8 cvs[]; /* Component Version String */
1851} __packed;
1852
1853/* Send to PF command (indirect 0x0801) ID is only used by PF
1854 *
1855 * Send to VF command (indirect 0x0802) ID is only used by PF
1856 *
1857 */
1858struct ice_aqc_pf_vf_msg {
1859	__le32 id;
1860	u32 reserved;
1861	__le32 addr_high;
1862	__le32 addr_low;
1863};
1864
1865/* Get LLDP MIB (indirect 0x0A00)
1866 * Note: This is also used by the LLDP MIB Change Event (0x0A01)
1867 * as the format is the same.
1868 */
1869struct ice_aqc_lldp_get_mib {
1870	u8 type;
1871#define ICE_AQ_LLDP_MIB_TYPE_S			0
1872#define ICE_AQ_LLDP_MIB_TYPE_M			(0x3 << ICE_AQ_LLDP_MIB_TYPE_S)
1873#define ICE_AQ_LLDP_MIB_LOCAL			0
1874#define ICE_AQ_LLDP_MIB_REMOTE			1
1875#define ICE_AQ_LLDP_MIB_LOCAL_AND_REMOTE	2
1876#define ICE_AQ_LLDP_BRID_TYPE_S			2
1877#define ICE_AQ_LLDP_BRID_TYPE_M			(0x3 << ICE_AQ_LLDP_BRID_TYPE_S)
1878#define ICE_AQ_LLDP_BRID_TYPE_NEAREST_BRID	0
1879#define ICE_AQ_LLDP_BRID_TYPE_NON_TPMR		1
1880/* Tx pause flags in the 0xA01 event use ICE_AQ_LLDP_TX_* */
1881#define ICE_AQ_LLDP_TX_S			0x4
1882#define ICE_AQ_LLDP_TX_M			(0x03 << ICE_AQ_LLDP_TX_S)
1883#define ICE_AQ_LLDP_TX_ACTIVE			0
1884#define ICE_AQ_LLDP_TX_SUSPENDED		1
1885#define ICE_AQ_LLDP_TX_FLUSHED			3
1886/* DCBX mode */
1887#define ICE_AQ_LLDP_DCBX_M			GENMASK(7, 6)
1888#define ICE_AQ_LLDP_DCBX_NA			0
1889#define ICE_AQ_LLDP_DCBX_CEE			1
1890#define ICE_AQ_LLDP_DCBX_IEEE			2
1891
1892	u8 state;
1893#define ICE_AQ_LLDP_MIB_CHANGE_STATE_M		BIT(0)
1894#define ICE_AQ_LLDP_MIB_CHANGE_EXECUTED		0
1895#define ICE_AQ_LLDP_MIB_CHANGE_PENDING		1
1896
1897/* The following bytes are reserved for the Get LLDP MIB command (0x0A00)
1898 * and in the LLDP MIB Change Event (0x0A01). They are valid for the
1899 * Get LLDP MIB (0x0A00) response only.
1900 */
 
1901	__le16 local_len;
1902	__le16 remote_len;
1903	u8 reserved[2];
1904	__le32 addr_high;
1905	__le32 addr_low;
1906};
1907
1908/* Configure LLDP MIB Change Event (direct 0x0A01) */
1909/* For MIB Change Event use ice_aqc_lldp_get_mib structure above */
1910struct ice_aqc_lldp_set_mib_change {
1911	u8 command;
1912#define ICE_AQ_LLDP_MIB_UPDATE_ENABLE		0x0
1913#define ICE_AQ_LLDP_MIB_UPDATE_DIS		0x1
1914#define ICE_AQ_LLDP_MIB_PENDING_M		BIT(1)
1915#define ICE_AQ_LLDP_MIB_PENDING_DISABLE		0
1916#define ICE_AQ_LLDP_MIB_PENDING_ENABLE		1
1917	u8 reserved[15];
1918};
1919
1920/* Stop LLDP (direct 0x0A05) */
1921struct ice_aqc_lldp_stop {
1922	u8 command;
1923#define ICE_AQ_LLDP_AGENT_STATE_MASK	BIT(0)
1924#define ICE_AQ_LLDP_AGENT_STOP		0x0
1925#define ICE_AQ_LLDP_AGENT_SHUTDOWN	ICE_AQ_LLDP_AGENT_STATE_MASK
1926#define ICE_AQ_LLDP_AGENT_PERSIST_DIS	BIT(1)
1927	u8 reserved[15];
1928};
1929
1930/* Start LLDP (direct 0x0A06) */
1931struct ice_aqc_lldp_start {
1932	u8 command;
1933#define ICE_AQ_LLDP_AGENT_START		BIT(0)
1934#define ICE_AQ_LLDP_AGENT_PERSIST_ENA	BIT(1)
1935	u8 reserved[15];
1936};
1937
1938/* Get CEE DCBX Oper Config (0x0A07)
1939 * The command uses the generic descriptor struct and
1940 * returns the struct below as an indirect response.
1941 */
1942struct ice_aqc_get_cee_dcb_cfg_resp {
1943	u8 oper_num_tc;
1944	u8 oper_prio_tc[4];
1945	u8 oper_tc_bw[8];
1946	u8 oper_pfc_en;
1947	__le16 oper_app_prio;
1948#define ICE_AQC_CEE_APP_FCOE_S		0
1949#define ICE_AQC_CEE_APP_FCOE_M		(0x7 << ICE_AQC_CEE_APP_FCOE_S)
1950#define ICE_AQC_CEE_APP_ISCSI_S		3
1951#define ICE_AQC_CEE_APP_ISCSI_M		(0x7 << ICE_AQC_CEE_APP_ISCSI_S)
1952#define ICE_AQC_CEE_APP_FIP_S		8
1953#define ICE_AQC_CEE_APP_FIP_M		(0x7 << ICE_AQC_CEE_APP_FIP_S)
1954	__le32 tlv_status;
1955#define ICE_AQC_CEE_PG_STATUS_S		0
1956#define ICE_AQC_CEE_PG_STATUS_M		(0x7 << ICE_AQC_CEE_PG_STATUS_S)
1957#define ICE_AQC_CEE_PFC_STATUS_S	3
1958#define ICE_AQC_CEE_PFC_STATUS_M	(0x7 << ICE_AQC_CEE_PFC_STATUS_S)
1959#define ICE_AQC_CEE_FCOE_STATUS_S	8
1960#define ICE_AQC_CEE_FCOE_STATUS_M	(0x7 << ICE_AQC_CEE_FCOE_STATUS_S)
1961#define ICE_AQC_CEE_ISCSI_STATUS_S	11
1962#define ICE_AQC_CEE_ISCSI_STATUS_M	(0x7 << ICE_AQC_CEE_ISCSI_STATUS_S)
1963#define ICE_AQC_CEE_FIP_STATUS_S	16
1964#define ICE_AQC_CEE_FIP_STATUS_M	(0x7 << ICE_AQC_CEE_FIP_STATUS_S)
1965	u8 reserved[12];
1966};
1967
1968/* Set Local LLDP MIB (indirect 0x0A08)
1969 * Used to replace the local MIB of a given LLDP agent. e.g. DCBX
1970 */
1971struct ice_aqc_lldp_set_local_mib {
1972	u8 type;
1973#define SET_LOCAL_MIB_TYPE_DCBX_M		BIT(0)
1974#define SET_LOCAL_MIB_TYPE_LOCAL_MIB		0
1975#define SET_LOCAL_MIB_TYPE_CEE_M		BIT(1)
1976#define SET_LOCAL_MIB_TYPE_CEE_WILLING		0
1977#define SET_LOCAL_MIB_TYPE_CEE_NON_WILLING	SET_LOCAL_MIB_TYPE_CEE_M
1978	u8 reserved0;
1979	__le16 length;
1980	u8 reserved1[4];
1981	__le32 addr_high;
1982	__le32 addr_low;
1983};
1984
1985/* Stop/Start LLDP Agent (direct 0x0A09)
1986 * Used for stopping/starting specific LLDP agent. e.g. DCBX.
1987 * The same structure is used for the response, with the command field
1988 * being used as the status field.
1989 */
1990struct ice_aqc_lldp_stop_start_specific_agent {
1991	u8 command;
1992#define ICE_AQC_START_STOP_AGENT_M		BIT(0)
1993#define ICE_AQC_START_STOP_AGENT_STOP_DCBX	0
1994#define ICE_AQC_START_STOP_AGENT_START_DCBX	ICE_AQC_START_STOP_AGENT_M
1995	u8 reserved[15];
1996};
1997
1998/* LLDP Filter Control (direct 0x0A0A) */
1999struct ice_aqc_lldp_filter_ctrl {
2000	u8 cmd_flags;
2001#define ICE_AQC_LLDP_FILTER_ACTION_ADD		0x0
2002#define ICE_AQC_LLDP_FILTER_ACTION_DELETE	0x1
2003	u8 reserved1;
2004	__le16 vsi_num;
2005	u8 reserved2[12];
2006};
2007
2008#define ICE_AQC_RSS_VSI_VALID BIT(15)
2009
2010/* Get/Set RSS key (indirect 0x0B04/0x0B02) */
2011struct ice_aqc_get_set_rss_key {
 
 
 
2012	__le16 vsi_id;
2013	u8 reserved[6];
2014	__le32 addr_high;
2015	__le32 addr_low;
2016};
2017
2018#define ICE_AQC_GET_SET_RSS_KEY_DATA_RSS_KEY_SIZE	0x28
2019#define ICE_AQC_GET_SET_RSS_KEY_DATA_HASH_KEY_SIZE	0xC
2020#define ICE_GET_SET_RSS_KEY_EXTEND_KEY_SIZE \
2021				(ICE_AQC_GET_SET_RSS_KEY_DATA_RSS_KEY_SIZE + \
2022				 ICE_AQC_GET_SET_RSS_KEY_DATA_HASH_KEY_SIZE)
2023
2024struct ice_aqc_get_set_rss_keys {
2025	u8 standard_rss_key[ICE_AQC_GET_SET_RSS_KEY_DATA_RSS_KEY_SIZE];
2026	u8 extended_hash_key[ICE_AQC_GET_SET_RSS_KEY_DATA_HASH_KEY_SIZE];
2027};
2028
2029enum ice_lut_type {
2030	ICE_LUT_VSI = 0,
2031	ICE_LUT_PF = 1,
2032	ICE_LUT_GLOBAL = 2,
2033};
2034
2035enum ice_lut_size {
2036	ICE_LUT_VSI_SIZE = 64,
2037	ICE_LUT_GLOBAL_SIZE = 512,
2038	ICE_LUT_PF_SIZE = 2048,
2039};
2040
2041/* enum ice_aqc_lut_flags combines constants used to fill
2042 * &ice_aqc_get_set_rss_lut ::flags, which is an amalgamation of global LUT ID,
2043 * LUT size and LUT type, last of which does not need neither shift nor mask.
2044 */
2045enum ice_aqc_lut_flags {
2046	ICE_AQC_LUT_SIZE_SMALL = 0, /* size = 64 or 128 */
2047	ICE_AQC_LUT_SIZE_512 = BIT(2),
2048	ICE_AQC_LUT_SIZE_2K = BIT(3),
2049
2050	ICE_AQC_LUT_GLOBAL_IDX = GENMASK(7, 4),
2051};
2052
2053/* Get/Set RSS LUT (indirect 0x0B05/0x0B03) */
2054struct ice_aqc_get_set_rss_lut {
 
 
 
2055	__le16 vsi_id;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2056	__le16 flags;
2057	__le32 reserved;
2058	__le32 addr_high;
2059	__le32 addr_low;
2060};
2061
2062/* Sideband Control Interface Commands */
2063/* Neighbor Device Request (indirect 0x0C00); also used for the response. */
2064struct ice_aqc_neigh_dev_req {
2065	__le16 sb_data_len;
2066	u8 reserved[6];
2067	__le32 addr_high;
2068	__le32 addr_low;
2069};
2070
2071/* Add Tx LAN Queues (indirect 0x0C30) */
2072struct ice_aqc_add_txqs {
2073	u8 num_qgrps;
2074	u8 reserved[3];
2075	__le32 reserved1;
2076	__le32 addr_high;
2077	__le32 addr_low;
2078};
2079
2080/* This is the descriptor of each queue entry for the Add Tx LAN Queues
2081 * command (0x0C30). Only used within struct ice_aqc_add_tx_qgrp.
2082 */
2083struct ice_aqc_add_txqs_perq {
2084	__le16 txq_id;
2085	u8 rsvd[2];
2086	__le32 q_teid;
2087	u8 txq_ctx[22];
2088	u8 rsvd2[2];
2089	struct ice_aqc_txsched_elem info;
2090};
2091
2092/* The format of the command buffer for Add Tx LAN Queues (0x0C30)
2093 * is an array of the following structs. Please note that the length of
2094 * each struct ice_aqc_add_tx_qgrp is variable due
2095 * to the variable number of queues in each group!
2096 */
2097struct ice_aqc_add_tx_qgrp {
2098	__le32 parent_teid;
2099	u8 num_txqs;
2100	u8 rsvd[3];
2101	struct ice_aqc_add_txqs_perq txqs[];
2102};
2103
2104/* Disable Tx LAN Queues (indirect 0x0C31) */
2105struct ice_aqc_dis_txqs {
2106	u8 cmd_type;
2107#define ICE_AQC_Q_DIS_CMD_S		0
2108#define ICE_AQC_Q_DIS_CMD_M		(0x3 << ICE_AQC_Q_DIS_CMD_S)
2109#define ICE_AQC_Q_DIS_CMD_NO_FUNC_RESET	(0 << ICE_AQC_Q_DIS_CMD_S)
2110#define ICE_AQC_Q_DIS_CMD_VM_RESET	BIT(ICE_AQC_Q_DIS_CMD_S)
2111#define ICE_AQC_Q_DIS_CMD_VF_RESET	(2 << ICE_AQC_Q_DIS_CMD_S)
2112#define ICE_AQC_Q_DIS_CMD_PF_RESET	(3 << ICE_AQC_Q_DIS_CMD_S)
2113#define ICE_AQC_Q_DIS_CMD_SUBSEQ_CALL	BIT(2)
2114#define ICE_AQC_Q_DIS_CMD_FLUSH_PIPE	BIT(3)
2115	u8 num_entries;
2116	__le16 vmvf_and_timeout;
2117#define ICE_AQC_Q_DIS_VMVF_NUM_S	0
2118#define ICE_AQC_Q_DIS_VMVF_NUM_M	(0x3FF << ICE_AQC_Q_DIS_VMVF_NUM_S)
2119#define ICE_AQC_Q_DIS_TIMEOUT_S		10
2120#define ICE_AQC_Q_DIS_TIMEOUT_M		(0x3F << ICE_AQC_Q_DIS_TIMEOUT_S)
2121	__le32 blocked_cgds;
2122	__le32 addr_high;
2123	__le32 addr_low;
2124};
2125
2126/* The buffer for Disable Tx LAN Queues (indirect 0x0C31)
2127 * contains the following structures, arrayed one after the
2128 * other.
2129 * Note: Since the q_id is 16 bits wide, if the
2130 * number of queues is even, then 2 bytes of alignment MUST be
2131 * added before the start of the next group, to allow correct
2132 * alignment of the parent_teid field.
2133 */
2134struct ice_aqc_dis_txq_item {
2135	__le32 parent_teid;
2136	u8 num_qs;
2137	u8 rsvd;
2138	/* The length of the q_id array varies according to num_qs */
2139#define ICE_AQC_Q_DIS_BUF_ELEM_TYPE_S		15
2140#define ICE_AQC_Q_DIS_BUF_ELEM_TYPE_LAN_Q	\
2141			(0 << ICE_AQC_Q_DIS_BUF_ELEM_TYPE_S)
2142#define ICE_AQC_Q_DIS_BUF_ELEM_TYPE_RDMA_QSET	\
2143			(1 << ICE_AQC_Q_DIS_BUF_ELEM_TYPE_S)
2144	__le16 q_id[];
2145} __packed;
2146
2147/* Move/Reconfigure Tx queue (indirect 0x0C32) */
2148struct ice_aqc_cfg_txqs {
2149	u8 cmd_type;
2150#define ICE_AQC_Q_CFG_MOVE_NODE		0x1
2151#define ICE_AQC_Q_CFG_TC_CHNG		0x2
2152#define ICE_AQC_Q_CFG_MOVE_TC_CHNG	0x3
2153#define ICE_AQC_Q_CFG_SUBSEQ_CALL	BIT(2)
2154#define ICE_AQC_Q_CFG_FLUSH		BIT(3)
2155	u8 num_qs;
2156	u8 port_num_chng;
2157#define ICE_AQC_Q_CFG_SRC_PRT_M		0x7
2158#define ICE_AQC_Q_CFG_DST_PRT_S		3
2159#define ICE_AQC_Q_CFG_DST_PRT_M		(0x7 << ICE_AQC_Q_CFG_DST_PRT_S)
2160	u8 time_out;
2161#define ICE_AQC_Q_CFG_TIMEOUT_S		2
2162#define ICE_AQC_Q_CFG_TIMEOUT_M		(0x1F << ICE_AQC_Q_CFG_TIMEOUT_S)
2163	__le32 blocked_cgds;
2164	__le32 addr_high;
2165	__le32 addr_low;
2166};
2167
2168/* Per Q struct for Move/Reconfigure Tx LAN Queues (indirect 0x0C32) */
2169struct ice_aqc_cfg_txq_perq {
2170	__le16 q_handle;
2171	u8 tc;
2172	u8 rsvd;
2173	__le32 q_teid;
2174};
2175
2176/* The buffer for Move/Reconfigure Tx LAN Queues (indirect 0x0C32) */
2177struct ice_aqc_cfg_txqs_buf {
2178	__le32 src_parent_teid;
2179	__le32 dst_parent_teid;
2180	struct ice_aqc_cfg_txq_perq queue_info[];
2181};
2182
2183/* Add Tx RDMA Queue Set (indirect 0x0C33) */
2184struct ice_aqc_add_rdma_qset {
2185	u8 num_qset_grps;
2186	u8 reserved[7];
2187	__le32 addr_high;
2188	__le32 addr_low;
2189};
2190
2191/* This is the descriptor of each Qset entry for the Add Tx RDMA Queue Set
2192 * command (0x0C33). Only used within struct ice_aqc_add_rdma_qset.
2193 */
2194struct ice_aqc_add_tx_rdma_qset_entry {
2195	__le16 tx_qset_id;
2196	u8 rsvd[2];
2197	__le32 qset_teid;
2198	struct ice_aqc_txsched_elem info;
2199};
2200
2201/* The format of the command buffer for Add Tx RDMA Queue Set(0x0C33)
2202 * is an array of the following structs. Please note that the length of
2203 * each struct ice_aqc_add_rdma_qset is variable due to the variable
2204 * number of queues in each group!
2205 */
2206struct ice_aqc_add_rdma_qset_data {
2207	__le32 parent_teid;
2208	__le16 num_qsets;
2209	u8 rsvd[2];
2210	struct ice_aqc_add_tx_rdma_qset_entry rdma_qsets[];
2211};
2212
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2213/* Download Package (indirect 0x0C40) */
2214/* Also used for Update Package (indirect 0x0C41 and 0x0C42) */
2215struct ice_aqc_download_pkg {
2216	u8 flags;
2217#define ICE_AQC_DOWNLOAD_PKG_LAST_BUF	0x01
2218	u8 reserved[3];
2219	__le32 reserved1;
2220	__le32 addr_high;
2221	__le32 addr_low;
2222};
2223
2224struct ice_aqc_download_pkg_resp {
2225	__le32 error_offset;
2226	__le32 error_info;
2227	__le32 addr_high;
2228	__le32 addr_low;
2229};
2230
2231/* Get Package Info List (indirect 0x0C43) */
2232struct ice_aqc_get_pkg_info_list {
2233	__le32 reserved1;
2234	__le32 reserved2;
2235	__le32 addr_high;
2236	__le32 addr_low;
2237};
2238
2239/* Version format for packages */
2240struct ice_pkg_ver {
2241	u8 major;
2242	u8 minor;
2243	u8 update;
2244	u8 draft;
2245};
2246
2247#define ICE_PKG_NAME_SIZE	32
2248#define ICE_SEG_ID_SIZE		28
2249#define ICE_SEG_NAME_SIZE	28
2250
2251struct ice_aqc_get_pkg_info {
2252	struct ice_pkg_ver ver;
2253	char name[ICE_SEG_NAME_SIZE];
2254	__le32 track_id;
2255	u8 is_in_nvm;
2256	u8 is_active;
2257	u8 is_active_at_boot;
2258	u8 is_modified;
2259};
2260
2261/* Get Package Info List response buffer format (0x0C43) */
2262struct ice_aqc_get_pkg_info_resp {
2263	__le32 count;
2264	struct ice_aqc_get_pkg_info pkg_info[];
2265};
2266
2267#define ICE_AQC_GET_CGU_MAX_PHASE_ADJ	GENMASK(30, 0)
2268
2269/* Get CGU abilities command response data structure (indirect 0x0C61) */
2270struct ice_aqc_get_cgu_abilities {
2271	u8 num_inputs;
2272	u8 num_outputs;
2273	u8 pps_dpll_idx;
2274	u8 eec_dpll_idx;
2275	__le32 max_in_freq;
2276	__le32 max_in_phase_adj;
2277	__le32 max_out_freq;
2278	__le32 max_out_phase_adj;
2279	u8 cgu_part_num;
2280	u8 rsvd[3];
2281};
2282
2283/* Set CGU input config (direct 0x0C62) */
2284struct ice_aqc_set_cgu_input_config {
2285	u8 input_idx;
2286	u8 flags1;
2287#define ICE_AQC_SET_CGU_IN_CFG_FLG1_UPDATE_FREQ		BIT(6)
2288#define ICE_AQC_SET_CGU_IN_CFG_FLG1_UPDATE_DELAY	BIT(7)
2289	u8 flags2;
2290#define ICE_AQC_SET_CGU_IN_CFG_FLG2_INPUT_EN		BIT(5)
2291#define ICE_AQC_SET_CGU_IN_CFG_FLG2_ESYNC_EN		BIT(6)
2292	u8 rsvd;
2293	__le32 freq;
2294	__le32 phase_delay;
2295	u8 rsvd2[2];
2296	__le16 node_handle;
2297};
2298
2299/* Get CGU input config response descriptor structure (direct 0x0C63) */
2300struct ice_aqc_get_cgu_input_config {
2301	u8 input_idx;
2302	u8 status;
2303#define ICE_AQC_GET_CGU_IN_CFG_STATUS_LOS		BIT(0)
2304#define ICE_AQC_GET_CGU_IN_CFG_STATUS_SCM_FAIL		BIT(1)
2305#define ICE_AQC_GET_CGU_IN_CFG_STATUS_CFM_FAIL		BIT(2)
2306#define ICE_AQC_GET_CGU_IN_CFG_STATUS_GST_FAIL		BIT(3)
2307#define ICE_AQC_GET_CGU_IN_CFG_STATUS_PFM_FAIL		BIT(4)
2308#define ICE_AQC_GET_CGU_IN_CFG_STATUS_ESYNC_FAIL	BIT(6)
2309#define ICE_AQC_GET_CGU_IN_CFG_STATUS_ESYNC_CAP		BIT(7)
2310	u8 type;
2311#define ICE_AQC_GET_CGU_IN_CFG_TYPE_READ_ONLY		BIT(0)
2312#define ICE_AQC_GET_CGU_IN_CFG_TYPE_GPS			BIT(4)
2313#define ICE_AQC_GET_CGU_IN_CFG_TYPE_EXTERNAL		BIT(5)
2314#define ICE_AQC_GET_CGU_IN_CFG_TYPE_PHY			BIT(6)
2315	u8 flags1;
2316#define ICE_AQC_GET_CGU_IN_CFG_FLG1_PHASE_DELAY_SUPP	BIT(0)
2317#define ICE_AQC_GET_CGU_IN_CFG_FLG1_1PPS_SUPP		BIT(2)
2318#define ICE_AQC_GET_CGU_IN_CFG_FLG1_10MHZ_SUPP		BIT(3)
2319#define ICE_AQC_GET_CGU_IN_CFG_FLG1_ANYFREQ		BIT(7)
2320	__le32 freq;
2321	__le32 phase_delay;
2322	u8 flags2;
2323#define ICE_AQC_GET_CGU_IN_CFG_FLG2_INPUT_EN		BIT(5)
2324#define ICE_AQC_GET_CGU_IN_CFG_FLG2_ESYNC_EN		BIT(6)
2325	u8 rsvd[1];
2326	__le16 node_handle;
2327};
2328
2329/* Set CGU output config (direct 0x0C64) */
2330struct ice_aqc_set_cgu_output_config {
2331	u8 output_idx;
2332	u8 flags;
2333#define ICE_AQC_SET_CGU_OUT_CFG_OUT_EN		BIT(0)
2334#define ICE_AQC_SET_CGU_OUT_CFG_ESYNC_EN	BIT(1)
2335#define ICE_AQC_SET_CGU_OUT_CFG_UPDATE_FREQ     BIT(2)
2336#define ICE_AQC_SET_CGU_OUT_CFG_UPDATE_PHASE    BIT(3)
2337#define ICE_AQC_SET_CGU_OUT_CFG_UPDATE_SRC_SEL  BIT(4)
2338	u8 src_sel;
2339#define ICE_AQC_SET_CGU_OUT_CFG_DPLL_SRC_SEL    ICE_M(0x1F, 0)
2340	u8 rsvd;
2341	__le32 freq;
2342	__le32 phase_delay;
2343	u8 rsvd2[2];
2344	__le16 node_handle;
2345};
2346
2347/* Get CGU output config (direct 0x0C65) */
2348struct ice_aqc_get_cgu_output_config {
2349	u8 output_idx;
2350	u8 flags;
2351#define ICE_AQC_GET_CGU_OUT_CFG_OUT_EN		BIT(0)
2352#define ICE_AQC_GET_CGU_OUT_CFG_ESYNC_EN	BIT(1)
2353#define ICE_AQC_GET_CGU_OUT_CFG_ESYNC_ABILITY	BIT(2)
2354	u8 src_sel;
2355#define ICE_AQC_GET_CGU_OUT_CFG_DPLL_SRC_SEL_SHIFT	0
2356#define ICE_AQC_GET_CGU_OUT_CFG_DPLL_SRC_SEL \
2357	ICE_M(0x1F, ICE_AQC_GET_CGU_OUT_CFG_DPLL_SRC_SEL_SHIFT)
2358#define ICE_AQC_GET_CGU_OUT_CFG_DPLL_MODE_SHIFT		5
2359#define ICE_AQC_GET_CGU_OUT_CFG_DPLL_MODE \
2360	ICE_M(0x7, ICE_AQC_GET_CGU_OUT_CFG_DPLL_MODE_SHIFT)
2361	u8 rsvd;
2362	__le32 freq;
2363	__le32 src_freq;
2364	u8 rsvd2[2];
2365	__le16 node_handle;
2366};
2367
2368/* Get CGU DPLL status (direct 0x0C66) */
2369struct ice_aqc_get_cgu_dpll_status {
2370	u8 dpll_num;
2371	u8 ref_state;
2372#define ICE_AQC_GET_CGU_DPLL_STATUS_REF_SW_LOS		BIT(0)
2373#define ICE_AQC_GET_CGU_DPLL_STATUS_REF_SW_SCM		BIT(1)
2374#define ICE_AQC_GET_CGU_DPLL_STATUS_REF_SW_CFM		BIT(2)
2375#define ICE_AQC_GET_CGU_DPLL_STATUS_REF_SW_GST		BIT(3)
2376#define ICE_AQC_GET_CGU_DPLL_STATUS_REF_SW_PFM		BIT(4)
2377#define ICE_AQC_GET_CGU_DPLL_STATUS_FAST_LOCK_EN	BIT(5)
2378#define ICE_AQC_GET_CGU_DPLL_STATUS_REF_SW_ESYNC	BIT(6)
2379	u8 dpll_state;
2380#define ICE_AQC_GET_CGU_DPLL_STATUS_STATE_LOCK		BIT(0)
2381#define ICE_AQC_GET_CGU_DPLL_STATUS_STATE_HO		BIT(1)
2382#define ICE_AQC_GET_CGU_DPLL_STATUS_STATE_HO_READY	BIT(2)
2383#define ICE_AQC_GET_CGU_DPLL_STATUS_STATE_FLHIT		BIT(5)
2384#define ICE_AQC_GET_CGU_DPLL_STATUS_STATE_PSLHIT	BIT(7)
2385	u8 config;
2386#define ICE_AQC_GET_CGU_DPLL_CONFIG_CLK_REF_SEL		ICE_M(0x1F, 0)
2387#define ICE_AQC_GET_CGU_DPLL_CONFIG_MODE_SHIFT		5
2388#define ICE_AQC_GET_CGU_DPLL_CONFIG_MODE		\
2389	ICE_M(0x7, ICE_AQC_GET_CGU_DPLL_CONFIG_MODE_SHIFT)
2390#define ICE_AQC_GET_CGU_DPLL_CONFIG_MODE_FREERUN	0
2391#define ICE_AQC_GET_CGU_DPLL_CONFIG_MODE_AUTOMATIC	\
2392	ICE_M(0x3, ICE_AQC_GET_CGU_DPLL_CONFIG_MODE_SHIFT)
2393	__le32 phase_offset_h;
2394	__le32 phase_offset_l;
2395	u8 eec_mode;
2396#define ICE_AQC_GET_CGU_DPLL_STATUS_EEC_MODE_1		0xA
2397#define ICE_AQC_GET_CGU_DPLL_STATUS_EEC_MODE_2		0xB
2398#define ICE_AQC_GET_CGU_DPLL_STATUS_EEC_MODE_UNKNOWN	0xF
2399	u8 rsvd[1];
2400	__le16 node_handle;
2401};
2402
2403/* Set CGU DPLL config (direct 0x0C67) */
2404struct ice_aqc_set_cgu_dpll_config {
2405	u8 dpll_num;
2406	u8 ref_state;
2407#define ICE_AQC_SET_CGU_DPLL_CONFIG_REF_SW_LOS		BIT(0)
2408#define ICE_AQC_SET_CGU_DPLL_CONFIG_REF_SW_SCM		BIT(1)
2409#define ICE_AQC_SET_CGU_DPLL_CONFIG_REF_SW_CFM		BIT(2)
2410#define ICE_AQC_SET_CGU_DPLL_CONFIG_REF_SW_GST		BIT(3)
2411#define ICE_AQC_SET_CGU_DPLL_CONFIG_REF_SW_PFM		BIT(4)
2412#define ICE_AQC_SET_CGU_DPLL_CONFIG_REF_FLOCK_EN	BIT(5)
2413#define ICE_AQC_SET_CGU_DPLL_CONFIG_REF_SW_ESYNC	BIT(6)
2414	u8 rsvd;
2415	u8 config;
2416#define ICE_AQC_SET_CGU_DPLL_CONFIG_CLK_REF_SEL		ICE_M(0x1F, 0)
2417#define ICE_AQC_SET_CGU_DPLL_CONFIG_MODE_SHIFT		5
2418#define ICE_AQC_SET_CGU_DPLL_CONFIG_MODE		\
2419	ICE_M(0x7, ICE_AQC_SET_CGU_DPLL_CONFIG_MODE_SHIFT)
2420#define ICE_AQC_SET_CGU_DPLL_CONFIG_MODE_FREERUN	0
2421#define ICE_AQC_SET_CGU_DPLL_CONFIG_MODE_AUTOMATIC	\
2422	ICE_M(0x3, ICE_AQC_SET_CGU_DPLL_CONFIG_MODE_SHIFT)
2423	u8 rsvd2[8];
2424	u8 eec_mode;
2425	u8 rsvd3[1];
2426	__le16 node_handle;
2427};
2428
2429/* Set CGU reference priority (direct 0x0C68) */
2430struct ice_aqc_set_cgu_ref_prio {
2431	u8 dpll_num;
2432	u8 ref_idx;
2433	u8 ref_priority;
2434	u8 rsvd[11];
2435	__le16 node_handle;
2436};
2437
2438/* Get CGU reference priority (direct 0x0C69) */
2439struct ice_aqc_get_cgu_ref_prio {
2440	u8 dpll_num;
2441	u8 ref_idx;
2442	u8 ref_priority; /* Valid only in response */
2443	u8 rsvd[13];
2444};
2445
2446/* Get CGU info (direct 0x0C6A) */
2447struct ice_aqc_get_cgu_info {
2448	__le32 cgu_id;
2449	__le32 cgu_cfg_ver;
2450	__le32 cgu_fw_ver;
2451	u8 node_part_num;
2452	u8 dev_rev;
2453	__le16 node_handle;
2454};
2455
2456/* Driver Shared Parameters (direct, 0x0C90) */
2457struct ice_aqc_driver_shared_params {
2458	u8 set_or_get_op;
2459#define ICE_AQC_DRIVER_PARAM_OP_MASK		BIT(0)
2460#define ICE_AQC_DRIVER_PARAM_SET		0
2461#define ICE_AQC_DRIVER_PARAM_GET		1
2462	u8 param_indx;
2463#define ICE_AQC_DRIVER_PARAM_MAX_IDX		15
2464	u8 rsvd[2];
2465	__le32 param_val;
2466	__le32 addr_high;
2467	__le32 addr_low;
2468};
2469
 
 
 
 
 
 
 
 
 
 
2470/* Lan Queue Overflow Event (direct, 0x1001) */
2471struct ice_aqc_event_lan_overflow {
2472	__le32 prtdcb_ruptq;
2473	__le32 qtx_ctl;
2474	u8 reserved[8];
2475};
2476
2477enum ice_aqc_fw_logging_mod {
2478	ICE_AQC_FW_LOG_ID_GENERAL = 0,
2479	ICE_AQC_FW_LOG_ID_CTRL,
2480	ICE_AQC_FW_LOG_ID_LINK,
2481	ICE_AQC_FW_LOG_ID_LINK_TOPO,
2482	ICE_AQC_FW_LOG_ID_DNL,
2483	ICE_AQC_FW_LOG_ID_I2C,
2484	ICE_AQC_FW_LOG_ID_SDP,
2485	ICE_AQC_FW_LOG_ID_MDIO,
2486	ICE_AQC_FW_LOG_ID_ADMINQ,
2487	ICE_AQC_FW_LOG_ID_HDMA,
2488	ICE_AQC_FW_LOG_ID_LLDP,
2489	ICE_AQC_FW_LOG_ID_DCBX,
2490	ICE_AQC_FW_LOG_ID_DCB,
2491	ICE_AQC_FW_LOG_ID_XLR,
2492	ICE_AQC_FW_LOG_ID_NVM,
2493	ICE_AQC_FW_LOG_ID_AUTH,
2494	ICE_AQC_FW_LOG_ID_VPD,
2495	ICE_AQC_FW_LOG_ID_IOSF,
2496	ICE_AQC_FW_LOG_ID_PARSER,
2497	ICE_AQC_FW_LOG_ID_SW,
2498	ICE_AQC_FW_LOG_ID_SCHEDULER,
2499	ICE_AQC_FW_LOG_ID_TXQ,
2500	ICE_AQC_FW_LOG_ID_RSVD,
2501	ICE_AQC_FW_LOG_ID_POST,
2502	ICE_AQC_FW_LOG_ID_WATCHDOG,
2503	ICE_AQC_FW_LOG_ID_TASK_DISPATCH,
2504	ICE_AQC_FW_LOG_ID_MNG,
2505	ICE_AQC_FW_LOG_ID_SYNCE,
2506	ICE_AQC_FW_LOG_ID_HEALTH,
2507	ICE_AQC_FW_LOG_ID_TSDRV,
2508	ICE_AQC_FW_LOG_ID_PFREG,
2509	ICE_AQC_FW_LOG_ID_MDLVER,
2510	ICE_AQC_FW_LOG_ID_MAX,
2511};
2512
2513/* Set FW Logging configuration (indirect 0xFF30)
2514 * Register for FW Logging (indirect 0xFF31)
2515 * Query FW Logging (indirect 0xFF32)
2516 * FW Log Event (indirect 0xFF33)
2517 */
2518struct ice_aqc_fw_log {
2519	u8 cmd_flags;
2520#define ICE_AQC_FW_LOG_CONF_UART_EN	BIT(0)
2521#define ICE_AQC_FW_LOG_CONF_AQ_EN	BIT(1)
2522#define ICE_AQC_FW_LOG_QUERY_REGISTERED	BIT(2)
2523#define ICE_AQC_FW_LOG_CONF_SET_VALID	BIT(3)
2524#define ICE_AQC_FW_LOG_AQ_REGISTER	BIT(0)
2525#define ICE_AQC_FW_LOG_AQ_QUERY		BIT(2)
2526
2527	u8 rsp_flag;
2528	__le16 fw_rt_msb;
2529	union {
2530		struct {
2531			__le32 fw_rt_lsb;
2532		} sync;
2533		struct {
2534			__le16 log_resolution;
2535#define ICE_AQC_FW_LOG_MIN_RESOLUTION		(1)
2536#define ICE_AQC_FW_LOG_MAX_RESOLUTION		(128)
2537
2538			__le16 mdl_cnt;
2539		} cfg;
2540	} ops;
2541	__le32 addr_high;
2542	__le32 addr_low;
2543};
2544
2545/* Response Buffer for:
2546 *    Set Firmware Logging Configuration (0xFF30)
2547 *    Query FW Logging (0xFF32)
2548 */
2549struct ice_aqc_fw_log_cfg_resp {
2550	__le16 module_identifier;
2551	u8 log_level;
2552	u8 rsvd0;
2553};
2554
2555/**
2556 * struct ice_aq_desc - Admin Queue (AQ) descriptor
2557 * @flags: ICE_AQ_FLAG_* flags
2558 * @opcode: AQ command opcode
2559 * @datalen: length in bytes of indirect/external data buffer
2560 * @retval: return value from firmware
2561 * @cookie_high: opaque data high-half
2562 * @cookie_low: opaque data low-half
2563 * @params: command-specific parameters
2564 *
2565 * Descriptor format for commands the driver posts on the Admin Transmit Queue
2566 * (ATQ). The firmware writes back onto the command descriptor and returns
2567 * the result of the command. Asynchronous events that are not an immediate
2568 * result of the command are written to the Admin Receive Queue (ARQ) using
2569 * the same descriptor format. Descriptors are in little-endian notation with
2570 * 32-bit words.
2571 */
2572struct ice_aq_desc {
2573	__le16 flags;
2574	__le16 opcode;
2575	__le16 datalen;
2576	__le16 retval;
2577	__le32 cookie_high;
2578	__le32 cookie_low;
2579	union {
2580		u8 raw[16];
2581		struct ice_aqc_generic generic;
2582		struct ice_aqc_get_ver get_ver;
2583		struct ice_aqc_driver_ver driver_ver;
2584		struct ice_aqc_q_shutdown q_shutdown;
2585		struct ice_aqc_req_res res_owner;
2586		struct ice_aqc_manage_mac_read mac_read;
2587		struct ice_aqc_manage_mac_write mac_write;
2588		struct ice_aqc_clear_pxe clear_pxe;
2589		struct ice_aqc_list_caps get_cap;
2590		struct ice_aqc_get_phy_caps get_phy;
2591		struct ice_aqc_set_phy_cfg set_phy;
2592		struct ice_aqc_restart_an restart_an;
2593		struct ice_aqc_set_phy_rec_clk_out set_phy_rec_clk_out;
2594		struct ice_aqc_get_phy_rec_clk_out get_phy_rec_clk_out;
2595		struct ice_aqc_get_sensor_reading get_sensor_reading;
2596		struct ice_aqc_get_sensor_reading_resp get_sensor_reading_resp;
2597		struct ice_aqc_gpio read_write_gpio;
2598		struct ice_aqc_sff_eeprom read_write_sff_param;
2599		struct ice_aqc_set_port_id_led set_port_id_led;
2600		struct ice_aqc_get_port_options get_port_options;
2601		struct ice_aqc_set_port_option set_port_option;
2602		struct ice_aqc_get_sw_cfg get_sw_conf;
2603		struct ice_aqc_set_port_params set_port_params;
2604		struct ice_aqc_sw_rules sw_rules;
2605		struct ice_aqc_add_get_recipe add_get_recipe;
2606		struct ice_aqc_recipe_to_profile recipe_to_profile;
2607		struct ice_aqc_get_topo get_topo;
2608		struct ice_aqc_sched_elem_cmd sched_elem_cmd;
2609		struct ice_aqc_query_txsched_res query_sched_res;
2610		struct ice_aqc_query_port_ets port_ets;
2611		struct ice_aqc_rl_profile rl_profile;
2612		struct ice_aqc_nvm nvm;
2613		struct ice_aqc_nvm_checksum nvm_checksum;
2614		struct ice_aqc_nvm_pkg_data pkg_data;
2615		struct ice_aqc_nvm_pass_comp_tbl pass_comp_tbl;
2616		struct ice_aqc_pf_vf_msg virt;
2617		struct ice_aqc_set_query_pfc_mode set_query_pfc_mode;
2618		struct ice_aqc_lldp_get_mib lldp_get_mib;
2619		struct ice_aqc_lldp_set_mib_change lldp_set_event;
2620		struct ice_aqc_lldp_stop lldp_stop;
2621		struct ice_aqc_lldp_start lldp_start;
2622		struct ice_aqc_lldp_set_local_mib lldp_set_mib;
2623		struct ice_aqc_lldp_stop_start_specific_agent lldp_agent_ctrl;
2624		struct ice_aqc_lldp_filter_ctrl lldp_filter_ctrl;
2625		struct ice_aqc_get_set_rss_lut get_set_rss_lut;
2626		struct ice_aqc_get_set_rss_key get_set_rss_key;
2627		struct ice_aqc_neigh_dev_req neigh_dev;
2628		struct ice_aqc_add_txqs add_txqs;
2629		struct ice_aqc_dis_txqs dis_txqs;
2630		struct ice_aqc_cfg_txqs cfg_txqs;
2631		struct ice_aqc_add_rdma_qset add_rdma_qset;
2632		struct ice_aqc_add_get_update_free_vsi vsi_cmd;
2633		struct ice_aqc_add_update_free_vsi_resp add_update_free_vsi_res;
 
 
2634		struct ice_aqc_download_pkg download_pkg;
2635		struct ice_aqc_set_cgu_input_config set_cgu_input_config;
2636		struct ice_aqc_get_cgu_input_config get_cgu_input_config;
2637		struct ice_aqc_set_cgu_output_config set_cgu_output_config;
2638		struct ice_aqc_get_cgu_output_config get_cgu_output_config;
2639		struct ice_aqc_get_cgu_dpll_status get_cgu_dpll_status;
2640		struct ice_aqc_set_cgu_dpll_config set_cgu_dpll_config;
2641		struct ice_aqc_set_cgu_ref_prio set_cgu_ref_prio;
2642		struct ice_aqc_get_cgu_ref_prio get_cgu_ref_prio;
2643		struct ice_aqc_get_cgu_info get_cgu_info;
2644		struct ice_aqc_driver_shared_params drv_shared_params;
2645		struct ice_aqc_fw_log fw_log;
2646		struct ice_aqc_set_mac_lb set_mac_lb;
2647		struct ice_aqc_alloc_free_res_cmd sw_res_ctrl;
2648		struct ice_aqc_set_mac_cfg set_mac_cfg;
2649		struct ice_aqc_set_event_mask set_event_mask;
2650		struct ice_aqc_get_link_status get_link_status;
2651		struct ice_aqc_event_lan_overflow lan_overflow;
2652		struct ice_aqc_get_link_topo get_link_topo;
2653		struct ice_aqc_dnl_call_command dnl_call;
2654		struct ice_aqc_i2c read_write_i2c;
2655		struct ice_aqc_read_i2c_resp read_i2c_resp;
2656		struct ice_aqc_get_set_tx_topo get_set_tx_topo;
2657	} params;
2658};
2659
2660/* FW defined boundary for a large buffer, 4k >= Large buffer > 512 bytes */
2661#define ICE_AQ_LG_BUF	512
2662
2663#define ICE_AQ_FLAG_DD_S	0
2664#define ICE_AQ_FLAG_CMP_S	1
2665#define ICE_AQ_FLAG_ERR_S	2
2666#define ICE_AQ_FLAG_LB_S	9
2667#define ICE_AQ_FLAG_RD_S	10
2668#define ICE_AQ_FLAG_BUF_S	12
2669#define ICE_AQ_FLAG_SI_S	13
2670
2671#define ICE_AQ_FLAG_DD		BIT(ICE_AQ_FLAG_DD_S)  /* 0x1    */
2672#define ICE_AQ_FLAG_CMP		BIT(ICE_AQ_FLAG_CMP_S) /* 0x2    */
2673#define ICE_AQ_FLAG_ERR		BIT(ICE_AQ_FLAG_ERR_S) /* 0x4    */
2674#define ICE_AQ_FLAG_LB		BIT(ICE_AQ_FLAG_LB_S)  /* 0x200  */
2675#define ICE_AQ_FLAG_RD		BIT(ICE_AQ_FLAG_RD_S)  /* 0x400  */
2676#define ICE_AQ_FLAG_BUF		BIT(ICE_AQ_FLAG_BUF_S) /* 0x1000 */
2677#define ICE_AQ_FLAG_SI		BIT(ICE_AQ_FLAG_SI_S)  /* 0x2000 */
2678
2679/* error codes */
2680enum ice_aq_err {
2681	ICE_AQ_RC_OK		= 0,  /* Success */
2682	ICE_AQ_RC_EPERM		= 1,  /* Operation not permitted */
2683	ICE_AQ_RC_ENOENT	= 2,  /* No such element */
2684	ICE_AQ_RC_ENOMEM	= 9,  /* Out of memory */
2685	ICE_AQ_RC_EBUSY		= 12, /* Device or resource busy */
2686	ICE_AQ_RC_EEXIST	= 13, /* Object already exists */
2687	ICE_AQ_RC_EINVAL	= 14, /* Invalid argument */
2688	ICE_AQ_RC_ENOSPC	= 16, /* No space left or allocation failure */
2689	ICE_AQ_RC_ENOSYS	= 17, /* Function not implemented */
2690	ICE_AQ_RC_EMODE		= 21, /* Op not allowed in current dev mode */
2691	ICE_AQ_RC_ENOSEC	= 24, /* Missing security manifest */
2692	ICE_AQ_RC_EBADSIG	= 25, /* Bad RSA signature */
2693	ICE_AQ_RC_ESVN		= 26, /* SVN number prohibits this package */
2694	ICE_AQ_RC_EBADMAN	= 27, /* Manifest hash mismatch */
2695	ICE_AQ_RC_EBADBUF	= 28, /* Buffer hash mismatches manifest */
2696};
2697
2698/* Admin Queue command opcodes */
2699enum ice_adminq_opc {
2700	/* AQ commands */
2701	ice_aqc_opc_get_ver				= 0x0001,
2702	ice_aqc_opc_driver_ver				= 0x0002,
2703	ice_aqc_opc_q_shutdown				= 0x0003,
2704
2705	/* resource ownership */
2706	ice_aqc_opc_req_res				= 0x0008,
2707	ice_aqc_opc_release_res				= 0x0009,
2708
2709	/* device/function capabilities */
2710	ice_aqc_opc_list_func_caps			= 0x000A,
2711	ice_aqc_opc_list_dev_caps			= 0x000B,
2712
2713	/* manage MAC address */
2714	ice_aqc_opc_manage_mac_read			= 0x0107,
2715	ice_aqc_opc_manage_mac_write			= 0x0108,
2716
2717	/* PXE */
2718	ice_aqc_opc_clear_pxe_mode			= 0x0110,
2719
2720	/* internal switch commands */
2721	ice_aqc_opc_get_sw_cfg				= 0x0200,
2722	ice_aqc_opc_set_port_params			= 0x0203,
2723
2724	/* Alloc/Free/Get Resources */
2725	ice_aqc_opc_alloc_res				= 0x0208,
2726	ice_aqc_opc_free_res				= 0x0209,
2727	ice_aqc_opc_share_res				= 0x020B,
2728	ice_aqc_opc_set_vlan_mode_parameters		= 0x020C,
2729	ice_aqc_opc_get_vlan_mode_parameters		= 0x020D,
2730
2731	/* VSI commands */
2732	ice_aqc_opc_add_vsi				= 0x0210,
2733	ice_aqc_opc_update_vsi				= 0x0211,
2734	ice_aqc_opc_free_vsi				= 0x0213,
2735
2736	/* recipe commands */
2737	ice_aqc_opc_add_recipe				= 0x0290,
2738	ice_aqc_opc_recipe_to_profile			= 0x0291,
2739	ice_aqc_opc_get_recipe				= 0x0292,
2740	ice_aqc_opc_get_recipe_to_profile		= 0x0293,
2741
2742	/* switch rules population commands */
2743	ice_aqc_opc_add_sw_rules			= 0x02A0,
2744	ice_aqc_opc_update_sw_rules			= 0x02A1,
2745	ice_aqc_opc_remove_sw_rules			= 0x02A2,
2746
2747	ice_aqc_opc_clear_pf_cfg			= 0x02A4,
2748
2749	/* DCB commands */
2750	ice_aqc_opc_query_pfc_mode			= 0x0302,
2751	ice_aqc_opc_set_pfc_mode			= 0x0303,
2752
2753	/* transmit scheduler commands */
2754	ice_aqc_opc_get_dflt_topo			= 0x0400,
2755	ice_aqc_opc_add_sched_elems			= 0x0401,
2756	ice_aqc_opc_cfg_sched_elems			= 0x0403,
2757	ice_aqc_opc_get_sched_elems			= 0x0404,
2758	ice_aqc_opc_move_sched_elems			= 0x0408,
2759	ice_aqc_opc_suspend_sched_elems			= 0x0409,
2760	ice_aqc_opc_resume_sched_elems			= 0x040A,
2761	ice_aqc_opc_query_port_ets			= 0x040E,
2762	ice_aqc_opc_delete_sched_elems			= 0x040F,
2763	ice_aqc_opc_add_rl_profiles			= 0x0410,
2764	ice_aqc_opc_query_sched_res			= 0x0412,
2765	ice_aqc_opc_remove_rl_profiles			= 0x0415,
2766
2767	/* tx topology commands */
2768	ice_aqc_opc_set_tx_topo				= 0x0417,
2769	ice_aqc_opc_get_tx_topo				= 0x0418,
2770
2771	/* PHY commands */
2772	ice_aqc_opc_get_phy_caps			= 0x0600,
2773	ice_aqc_opc_set_phy_cfg				= 0x0601,
2774	ice_aqc_opc_set_mac_cfg				= 0x0603,
2775	ice_aqc_opc_restart_an				= 0x0605,
2776	ice_aqc_opc_get_link_status			= 0x0607,
2777	ice_aqc_opc_set_event_mask			= 0x0613,
2778	ice_aqc_opc_set_mac_lb				= 0x0620,
2779	ice_aqc_opc_set_phy_rec_clk_out			= 0x0630,
2780	ice_aqc_opc_get_phy_rec_clk_out			= 0x0631,
2781	ice_aqc_opc_get_sensor_reading			= 0x0632,
2782	ice_aqc_opc_dnl_call                            = 0x0682,
2783	ice_aqc_opc_get_link_topo			= 0x06E0,
2784	ice_aqc_opc_read_i2c				= 0x06E2,
2785	ice_aqc_opc_write_i2c				= 0x06E3,
2786	ice_aqc_opc_set_port_id_led			= 0x06E9,
2787	ice_aqc_opc_get_port_options			= 0x06EA,
2788	ice_aqc_opc_set_port_option			= 0x06EB,
2789	ice_aqc_opc_set_gpio				= 0x06EC,
2790	ice_aqc_opc_get_gpio				= 0x06ED,
2791	ice_aqc_opc_sff_eeprom				= 0x06EE,
2792
2793	/* NVM commands */
2794	ice_aqc_opc_nvm_read				= 0x0701,
2795	ice_aqc_opc_nvm_erase				= 0x0702,
2796	ice_aqc_opc_nvm_write				= 0x0703,
2797	ice_aqc_opc_nvm_checksum			= 0x0706,
2798	ice_aqc_opc_nvm_write_activate			= 0x0707,
2799	ice_aqc_opc_nvm_update_empr			= 0x0709,
2800	ice_aqc_opc_nvm_pkg_data			= 0x070A,
2801	ice_aqc_opc_nvm_pass_component_tbl		= 0x070B,
2802
2803	/* PF/VF mailbox commands */
2804	ice_mbx_opc_send_msg_to_pf			= 0x0801,
2805	ice_mbx_opc_send_msg_to_vf			= 0x0802,
2806	/* LLDP commands */
2807	ice_aqc_opc_lldp_get_mib			= 0x0A00,
2808	ice_aqc_opc_lldp_set_mib_change			= 0x0A01,
2809	ice_aqc_opc_lldp_stop				= 0x0A05,
2810	ice_aqc_opc_lldp_start				= 0x0A06,
2811	ice_aqc_opc_get_cee_dcb_cfg			= 0x0A07,
2812	ice_aqc_opc_lldp_set_local_mib			= 0x0A08,
2813	ice_aqc_opc_lldp_stop_start_specific_agent	= 0x0A09,
2814	ice_aqc_opc_lldp_filter_ctrl			= 0x0A0A,
2815	ice_aqc_opc_lldp_execute_pending_mib		= 0x0A0B,
2816
2817	/* RSS commands */
2818	ice_aqc_opc_set_rss_key				= 0x0B02,
2819	ice_aqc_opc_set_rss_lut				= 0x0B03,
2820	ice_aqc_opc_get_rss_key				= 0x0B04,
2821	ice_aqc_opc_get_rss_lut				= 0x0B05,
2822
2823	/* Sideband Control Interface commands */
2824	ice_aqc_opc_neighbour_device_request		= 0x0C00,
2825
2826	/* Tx queue handling commands/events */
2827	ice_aqc_opc_add_txqs				= 0x0C30,
2828	ice_aqc_opc_dis_txqs				= 0x0C31,
2829	ice_aqc_opc_cfg_txqs				= 0x0C32,
2830	ice_aqc_opc_add_rdma_qset			= 0x0C33,
2831
2832	/* package commands */
2833	ice_aqc_opc_download_pkg			= 0x0C40,
2834	ice_aqc_opc_upload_section			= 0x0C41,
2835	ice_aqc_opc_update_pkg				= 0x0C42,
2836	ice_aqc_opc_get_pkg_info_list			= 0x0C43,
2837
2838	/* 1588/SyncE commands/events */
2839	ice_aqc_opc_get_cgu_abilities			= 0x0C61,
2840	ice_aqc_opc_set_cgu_input_config		= 0x0C62,
2841	ice_aqc_opc_get_cgu_input_config		= 0x0C63,
2842	ice_aqc_opc_set_cgu_output_config		= 0x0C64,
2843	ice_aqc_opc_get_cgu_output_config		= 0x0C65,
2844	ice_aqc_opc_get_cgu_dpll_status			= 0x0C66,
2845	ice_aqc_opc_set_cgu_dpll_config			= 0x0C67,
2846	ice_aqc_opc_set_cgu_ref_prio			= 0x0C68,
2847	ice_aqc_opc_get_cgu_ref_prio			= 0x0C69,
2848	ice_aqc_opc_get_cgu_info			= 0x0C6A,
2849
2850	ice_aqc_opc_driver_shared_params		= 0x0C90,
2851
2852	/* Standalone Commands/Events */
2853	ice_aqc_opc_event_lan_overflow			= 0x1001,
2854
2855	/* FW Logging Commands */
2856	ice_aqc_opc_fw_logs_config			= 0xFF30,
2857	ice_aqc_opc_fw_logs_register			= 0xFF31,
2858	ice_aqc_opc_fw_logs_query			= 0xFF32,
2859	ice_aqc_opc_fw_logs_event			= 0xFF33,
2860};
2861
2862#endif /* _ICE_ADMINQ_CMD_H_ */
v5.14.15
   1/* SPDX-License-Identifier: GPL-2.0 */
   2/* Copyright (c) 2018, Intel Corporation. */
   3
   4#ifndef _ICE_ADMINQ_CMD_H_
   5#define _ICE_ADMINQ_CMD_H_
   6
   7/* This header file defines the Admin Queue commands, error codes and
   8 * descriptor format. It is shared between Firmware and Software.
   9 */
  10
  11#define ICE_MAX_VSI			768
  12#define ICE_AQC_TOPO_MAX_LEVEL_NUM	0x9
  13#define ICE_AQ_SET_MAC_FRAME_SIZE_MAX	9728
  14
  15struct ice_aqc_generic {
  16	__le32 param0;
  17	__le32 param1;
  18	__le32 addr_high;
  19	__le32 addr_low;
  20};
  21
  22/* Get version (direct 0x0001) */
  23struct ice_aqc_get_ver {
  24	__le32 rom_ver;
  25	__le32 fw_build;
  26	u8 fw_branch;
  27	u8 fw_major;
  28	u8 fw_minor;
  29	u8 fw_patch;
  30	u8 api_branch;
  31	u8 api_major;
  32	u8 api_minor;
  33	u8 api_patch;
  34};
  35
  36/* Send driver version (indirect 0x0002) */
  37struct ice_aqc_driver_ver {
  38	u8 major_ver;
  39	u8 minor_ver;
  40	u8 build_ver;
  41	u8 subbuild_ver;
  42	u8 reserved[4];
  43	__le32 addr_high;
  44	__le32 addr_low;
  45};
  46
  47/* Queue Shutdown (direct 0x0003) */
  48struct ice_aqc_q_shutdown {
  49	u8 driver_unloading;
  50#define ICE_AQC_DRIVER_UNLOADING	BIT(0)
  51	u8 reserved[15];
  52};
  53
  54/* Request resource ownership (direct 0x0008)
  55 * Release resource ownership (direct 0x0009)
  56 */
  57struct ice_aqc_req_res {
  58	__le16 res_id;
  59#define ICE_AQC_RES_ID_NVM		1
  60#define ICE_AQC_RES_ID_SDP		2
  61#define ICE_AQC_RES_ID_CHNG_LOCK	3
  62#define ICE_AQC_RES_ID_GLBL_LOCK	4
  63	__le16 access_type;
  64#define ICE_AQC_RES_ACCESS_READ		1
  65#define ICE_AQC_RES_ACCESS_WRITE	2
  66
  67	/* Upon successful completion, FW writes this value and driver is
  68	 * expected to release resource before timeout. This value is provided
  69	 * in milliseconds.
  70	 */
  71	__le32 timeout;
  72#define ICE_AQ_RES_NVM_READ_DFLT_TIMEOUT_MS	3000
  73#define ICE_AQ_RES_NVM_WRITE_DFLT_TIMEOUT_MS	180000
  74#define ICE_AQ_RES_CHNG_LOCK_DFLT_TIMEOUT_MS	1000
  75#define ICE_AQ_RES_GLBL_LOCK_DFLT_TIMEOUT_MS	3000
  76	/* For SDP: pin ID of the SDP */
  77	__le32 res_number;
  78	/* Status is only used for ICE_AQC_RES_ID_GLBL_LOCK */
  79	__le16 status;
  80#define ICE_AQ_RES_GLBL_SUCCESS		0
  81#define ICE_AQ_RES_GLBL_IN_PROG		1
  82#define ICE_AQ_RES_GLBL_DONE		2
  83	u8 reserved[2];
  84};
  85
  86/* Get function capabilities (indirect 0x000A)
  87 * Get device capabilities (indirect 0x000B)
  88 */
  89struct ice_aqc_list_caps {
  90	u8 cmd_flags;
  91	u8 pf_index;
  92	u8 reserved[2];
  93	__le32 count;
  94	__le32 addr_high;
  95	__le32 addr_low;
  96};
  97
  98/* Device/Function buffer entry, repeated per reported capability */
  99struct ice_aqc_list_caps_elem {
 100	__le16 cap;
 101#define ICE_AQC_CAPS_VALID_FUNCTIONS			0x0005
 102#define ICE_AQC_CAPS_SRIOV				0x0012
 103#define ICE_AQC_CAPS_VF					0x0013
 104#define ICE_AQC_CAPS_VSI				0x0017
 105#define ICE_AQC_CAPS_DCB				0x0018
 106#define ICE_AQC_CAPS_RSS				0x0040
 107#define ICE_AQC_CAPS_RXQS				0x0041
 108#define ICE_AQC_CAPS_TXQS				0x0042
 109#define ICE_AQC_CAPS_MSIX				0x0043
 110#define ICE_AQC_CAPS_FD					0x0045
 111#define ICE_AQC_CAPS_1588				0x0046
 112#define ICE_AQC_CAPS_MAX_MTU				0x0047
 113#define ICE_AQC_CAPS_NVM_VER				0x0048
 114#define ICE_AQC_CAPS_PENDING_NVM_VER			0x0049
 115#define ICE_AQC_CAPS_OROM_VER				0x004A
 116#define ICE_AQC_CAPS_PENDING_OROM_VER			0x004B
 117#define ICE_AQC_CAPS_NET_VER				0x004C
 118#define ICE_AQC_CAPS_PENDING_NET_VER			0x004D
 119#define ICE_AQC_CAPS_RDMA				0x0051
 
 
 
 120#define ICE_AQC_CAPS_NVM_MGMT				0x0080
 
 
 
 
 
 121
 122	u8 major_ver;
 123	u8 minor_ver;
 124	/* Number of resources described by this capability */
 125	__le32 number;
 126	/* Only meaningful for some types of resources */
 127	__le32 logical_id;
 128	/* Only meaningful for some types of resources */
 129	__le32 phys_id;
 130	__le64 rsvd1;
 131	__le64 rsvd2;
 132};
 133
 134/* Manage MAC address, read command - indirect (0x0107)
 135 * This struct is also used for the response
 136 */
 137struct ice_aqc_manage_mac_read {
 138	__le16 flags; /* Zeroed by device driver */
 139#define ICE_AQC_MAN_MAC_LAN_ADDR_VALID		BIT(4)
 140#define ICE_AQC_MAN_MAC_SAN_ADDR_VALID		BIT(5)
 141#define ICE_AQC_MAN_MAC_PORT_ADDR_VALID		BIT(6)
 142#define ICE_AQC_MAN_MAC_WOL_ADDR_VALID		BIT(7)
 143#define ICE_AQC_MAN_MAC_READ_S			4
 144#define ICE_AQC_MAN_MAC_READ_M			(0xF << ICE_AQC_MAN_MAC_READ_S)
 145	u8 rsvd[2];
 146	u8 num_addr; /* Used in response */
 147	u8 rsvd1[3];
 148	__le32 addr_high;
 149	__le32 addr_low;
 150};
 151
 152/* Response buffer format for manage MAC read command */
 153struct ice_aqc_manage_mac_read_resp {
 154	u8 lport_num;
 155	u8 addr_type;
 156#define ICE_AQC_MAN_MAC_ADDR_TYPE_LAN		0
 157#define ICE_AQC_MAN_MAC_ADDR_TYPE_WOL		1
 158	u8 mac_addr[ETH_ALEN];
 159};
 160
 161/* Manage MAC address, write command - direct (0x0108) */
 162struct ice_aqc_manage_mac_write {
 163	u8 rsvd;
 164	u8 flags;
 165#define ICE_AQC_MAN_MAC_WR_MC_MAG_EN		BIT(0)
 166#define ICE_AQC_MAN_MAC_WR_WOL_LAA_PFR_KEEP	BIT(1)
 167#define ICE_AQC_MAN_MAC_WR_S		6
 168#define ICE_AQC_MAN_MAC_WR_M		ICE_M(3, ICE_AQC_MAN_MAC_WR_S)
 169#define ICE_AQC_MAN_MAC_UPDATE_LAA	0
 170#define ICE_AQC_MAN_MAC_UPDATE_LAA_WOL	BIT(ICE_AQC_MAN_MAC_WR_S)
 171	/* byte stream in network order */
 172	u8 mac_addr[ETH_ALEN];
 173	__le32 addr_high;
 174	__le32 addr_low;
 175};
 176
 177/* Clear PXE Command and response (direct 0x0110) */
 178struct ice_aqc_clear_pxe {
 179	u8 rx_cnt;
 180#define ICE_AQC_CLEAR_PXE_RX_CNT		0x2
 181	u8 reserved[15];
 182};
 183
 184/* Get switch configuration (0x0200) */
 185struct ice_aqc_get_sw_cfg {
 186	/* Reserved for command and copy of request flags for response */
 187	__le16 flags;
 188	/* First desc in case of command and next_elem in case of response
 189	 * In case of response, if it is not zero, means all the configuration
 190	 * was not returned and new command shall be sent with this value in
 191	 * the 'first desc' field
 192	 */
 193	__le16 element;
 194	/* Reserved for command, only used for response */
 195	__le16 num_elems;
 196	__le16 rsvd;
 197	__le32 addr_high;
 198	__le32 addr_low;
 199};
 200
 201/* Each entry in the response buffer is of the following type: */
 202struct ice_aqc_get_sw_cfg_resp_elem {
 203	/* VSI/Port Number */
 204	__le16 vsi_port_num;
 205#define ICE_AQC_GET_SW_CONF_RESP_VSI_PORT_NUM_S	0
 206#define ICE_AQC_GET_SW_CONF_RESP_VSI_PORT_NUM_M	\
 207			(0x3FF << ICE_AQC_GET_SW_CONF_RESP_VSI_PORT_NUM_S)
 208#define ICE_AQC_GET_SW_CONF_RESP_TYPE_S	14
 209#define ICE_AQC_GET_SW_CONF_RESP_TYPE_M	(0x3 << ICE_AQC_GET_SW_CONF_RESP_TYPE_S)
 210#define ICE_AQC_GET_SW_CONF_RESP_PHYS_PORT	0
 211#define ICE_AQC_GET_SW_CONF_RESP_VIRT_PORT	1
 212#define ICE_AQC_GET_SW_CONF_RESP_VSI		2
 213
 214	/* SWID VSI/Port belongs to */
 215	__le16 swid;
 216
 217	/* Bit 14..0 : PF/VF number VSI belongs to
 218	 * Bit 15 : VF indication bit
 219	 */
 220	__le16 pf_vf_num;
 221#define ICE_AQC_GET_SW_CONF_RESP_FUNC_NUM_S	0
 222#define ICE_AQC_GET_SW_CONF_RESP_FUNC_NUM_M	\
 223				(0x7FFF << ICE_AQC_GET_SW_CONF_RESP_FUNC_NUM_S)
 224#define ICE_AQC_GET_SW_CONF_RESP_IS_VF		BIT(15)
 225};
 226
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 227/* These resource type defines are used for all switch resource
 228 * commands where a resource type is required, such as:
 229 * Get Resource Allocation command (indirect 0x0204)
 230 * Allocate Resources command (indirect 0x0208)
 231 * Free Resources command (indirect 0x0209)
 232 * Get Allocated Resource Descriptors Command (indirect 0x020A)
 
 233 */
 234#define ICE_AQC_RES_TYPE_VSI_LIST_REP			0x03
 235#define ICE_AQC_RES_TYPE_VSI_LIST_PRUNE			0x04
 
 
 236#define ICE_AQC_RES_TYPE_FDIR_COUNTER_BLOCK		0x21
 237#define ICE_AQC_RES_TYPE_FDIR_GUARANTEED_ENTRIES	0x22
 238#define ICE_AQC_RES_TYPE_FDIR_SHARED_ENTRIES		0x23
 239#define ICE_AQC_RES_TYPE_FD_PROF_BLDR_PROFID		0x58
 240#define ICE_AQC_RES_TYPE_FD_PROF_BLDR_TCAM		0x59
 241#define ICE_AQC_RES_TYPE_HASH_PROF_BLDR_PROFID		0x60
 242#define ICE_AQC_RES_TYPE_HASH_PROF_BLDR_TCAM		0x61
 243
 
 244#define ICE_AQC_RES_TYPE_FLAG_SCAN_BOTTOM		BIT(12)
 245#define ICE_AQC_RES_TYPE_FLAG_IGNORE_INDEX		BIT(13)
 
 
 246
 247#define ICE_AQC_RES_TYPE_FLAG_DEDICATED			0x00
 248
 249#define ICE_AQC_RES_TYPE_S	0
 250#define ICE_AQC_RES_TYPE_M	(0x07F << ICE_AQC_RES_TYPE_S)
 251
 252/* Allocate Resources command (indirect 0x0208)
 253 * Free Resources command (indirect 0x0209)
 
 254 */
 255struct ice_aqc_alloc_free_res_cmd {
 256	__le16 num_entries; /* Number of Resource entries */
 257	u8 reserved[6];
 258	__le32 addr_high;
 259	__le32 addr_low;
 260};
 261
 262/* Resource descriptor */
 263struct ice_aqc_res_elem {
 264	union {
 265		__le16 sw_resp;
 266		__le16 flu_resp;
 267	} e;
 268};
 269
 270/* Buffer for Allocate/Free Resources commands */
 271struct ice_aqc_alloc_free_res_elem {
 272	__le16 res_type; /* Types defined above cmd 0x0204 */
 273#define ICE_AQC_RES_TYPE_SHARED_S	7
 274#define ICE_AQC_RES_TYPE_SHARED_M	(0x1 << ICE_AQC_RES_TYPE_SHARED_S)
 275#define ICE_AQC_RES_TYPE_VSI_PRUNE_LIST_S	8
 276#define ICE_AQC_RES_TYPE_VSI_PRUNE_LIST_M	\
 277				(0xF << ICE_AQC_RES_TYPE_VSI_PRUNE_LIST_S)
 278	__le16 num_elems;
 279	struct ice_aqc_res_elem elem[];
 280};
 281
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 282/* Add VSI (indirect 0x0210)
 283 * Update VSI (indirect 0x0211)
 284 * Get VSI (indirect 0x0212)
 285 * Free VSI (indirect 0x0213)
 286 */
 287struct ice_aqc_add_get_update_free_vsi {
 288	__le16 vsi_num;
 289#define ICE_AQ_VSI_NUM_S	0
 290#define ICE_AQ_VSI_NUM_M	(0x03FF << ICE_AQ_VSI_NUM_S)
 291#define ICE_AQ_VSI_IS_VALID	BIT(15)
 292	__le16 cmd_flags;
 293#define ICE_AQ_VSI_KEEP_ALLOC	0x1
 294	u8 vf_id;
 295	u8 reserved;
 296	__le16 vsi_flags;
 297#define ICE_AQ_VSI_TYPE_S	0
 298#define ICE_AQ_VSI_TYPE_M	(0x3 << ICE_AQ_VSI_TYPE_S)
 299#define ICE_AQ_VSI_TYPE_VF	0x0
 300#define ICE_AQ_VSI_TYPE_VMDQ2	0x1
 301#define ICE_AQ_VSI_TYPE_PF	0x2
 302#define ICE_AQ_VSI_TYPE_EMP_MNG	0x3
 303	__le32 addr_high;
 304	__le32 addr_low;
 305};
 306
 307/* Response descriptor for:
 308 * Add VSI (indirect 0x0210)
 309 * Update VSI (indirect 0x0211)
 310 * Free VSI (indirect 0x0213)
 311 */
 312struct ice_aqc_add_update_free_vsi_resp {
 313	__le16 vsi_num;
 314	__le16 ext_status;
 315	__le16 vsi_used;
 316	__le16 vsi_free;
 317	__le32 addr_high;
 318	__le32 addr_low;
 319};
 320
 321struct ice_aqc_vsi_props {
 322	__le16 valid_sections;
 323#define ICE_AQ_VSI_PROP_SW_VALID		BIT(0)
 324#define ICE_AQ_VSI_PROP_SECURITY_VALID		BIT(1)
 325#define ICE_AQ_VSI_PROP_VLAN_VALID		BIT(2)
 326#define ICE_AQ_VSI_PROP_OUTER_TAG_VALID		BIT(3)
 327#define ICE_AQ_VSI_PROP_INGRESS_UP_VALID	BIT(4)
 328#define ICE_AQ_VSI_PROP_EGRESS_UP_VALID		BIT(5)
 329#define ICE_AQ_VSI_PROP_RXQ_MAP_VALID		BIT(6)
 330#define ICE_AQ_VSI_PROP_Q_OPT_VALID		BIT(7)
 331#define ICE_AQ_VSI_PROP_OUTER_UP_VALID		BIT(8)
 332#define ICE_AQ_VSI_PROP_FLOW_DIR_VALID		BIT(11)
 333#define ICE_AQ_VSI_PROP_PASID_VALID		BIT(12)
 334	/* switch section */
 335	u8 sw_id;
 336	u8 sw_flags;
 337#define ICE_AQ_VSI_SW_FLAG_ALLOW_LB		BIT(5)
 338#define ICE_AQ_VSI_SW_FLAG_LOCAL_LB		BIT(6)
 339#define ICE_AQ_VSI_SW_FLAG_SRC_PRUNE		BIT(7)
 340	u8 sw_flags2;
 341#define ICE_AQ_VSI_SW_FLAG_RX_PRUNE_EN_S	0
 342#define ICE_AQ_VSI_SW_FLAG_RX_PRUNE_EN_M	\
 343				(0xF << ICE_AQ_VSI_SW_FLAG_RX_PRUNE_EN_S)
 344#define ICE_AQ_VSI_SW_FLAG_RX_VLAN_PRUNE_ENA	BIT(0)
 345#define ICE_AQ_VSI_SW_FLAG_LAN_ENA		BIT(4)
 346	u8 veb_stat_id;
 347#define ICE_AQ_VSI_SW_VEB_STAT_ID_S		0
 348#define ICE_AQ_VSI_SW_VEB_STAT_ID_M	(0x1F << ICE_AQ_VSI_SW_VEB_STAT_ID_S)
 349#define ICE_AQ_VSI_SW_VEB_STAT_ID_VALID		BIT(5)
 350	/* security section */
 351	u8 sec_flags;
 352#define ICE_AQ_VSI_SEC_FLAG_ALLOW_DEST_OVRD	BIT(0)
 353#define ICE_AQ_VSI_SEC_FLAG_ENA_MAC_ANTI_SPOOF	BIT(2)
 354#define ICE_AQ_VSI_SEC_TX_PRUNE_ENA_S	4
 355#define ICE_AQ_VSI_SEC_TX_PRUNE_ENA_M	(0xF << ICE_AQ_VSI_SEC_TX_PRUNE_ENA_S)
 356#define ICE_AQ_VSI_SEC_TX_VLAN_PRUNE_ENA	BIT(0)
 357	u8 sec_reserved;
 358	/* VLAN section */
 359	__le16 pvid; /* VLANS include priority bits */
 360	u8 pvlan_reserved[2];
 361	u8 vlan_flags;
 362#define ICE_AQ_VSI_VLAN_MODE_S	0
 363#define ICE_AQ_VSI_VLAN_MODE_M	(0x3 << ICE_AQ_VSI_VLAN_MODE_S)
 364#define ICE_AQ_VSI_VLAN_MODE_UNTAGGED	0x1
 365#define ICE_AQ_VSI_VLAN_MODE_TAGGED	0x2
 366#define ICE_AQ_VSI_VLAN_MODE_ALL	0x3
 367#define ICE_AQ_VSI_PVLAN_INSERT_PVID	BIT(2)
 368#define ICE_AQ_VSI_VLAN_EMOD_S		3
 369#define ICE_AQ_VSI_VLAN_EMOD_M		(0x3 << ICE_AQ_VSI_VLAN_EMOD_S)
 370#define ICE_AQ_VSI_VLAN_EMOD_STR_BOTH	(0x0 << ICE_AQ_VSI_VLAN_EMOD_S)
 371#define ICE_AQ_VSI_VLAN_EMOD_STR_UP	(0x1 << ICE_AQ_VSI_VLAN_EMOD_S)
 372#define ICE_AQ_VSI_VLAN_EMOD_STR	(0x2 << ICE_AQ_VSI_VLAN_EMOD_S)
 373#define ICE_AQ_VSI_VLAN_EMOD_NOTHING	(0x3 << ICE_AQ_VSI_VLAN_EMOD_S)
 374	u8 pvlan_reserved2[3];
 375	/* ingress egress up sections */
 376	__le32 ingress_table; /* bitmap, 3 bits per up */
 377#define ICE_AQ_VSI_UP_TABLE_UP0_S	0
 378#define ICE_AQ_VSI_UP_TABLE_UP0_M	(0x7 << ICE_AQ_VSI_UP_TABLE_UP0_S)
 379#define ICE_AQ_VSI_UP_TABLE_UP1_S	3
 380#define ICE_AQ_VSI_UP_TABLE_UP1_M	(0x7 << ICE_AQ_VSI_UP_TABLE_UP1_S)
 381#define ICE_AQ_VSI_UP_TABLE_UP2_S	6
 382#define ICE_AQ_VSI_UP_TABLE_UP2_M	(0x7 << ICE_AQ_VSI_UP_TABLE_UP2_S)
 383#define ICE_AQ_VSI_UP_TABLE_UP3_S	9
 384#define ICE_AQ_VSI_UP_TABLE_UP3_M	(0x7 << ICE_AQ_VSI_UP_TABLE_UP3_S)
 385#define ICE_AQ_VSI_UP_TABLE_UP4_S	12
 386#define ICE_AQ_VSI_UP_TABLE_UP4_M	(0x7 << ICE_AQ_VSI_UP_TABLE_UP4_S)
 387#define ICE_AQ_VSI_UP_TABLE_UP5_S	15
 388#define ICE_AQ_VSI_UP_TABLE_UP5_M	(0x7 << ICE_AQ_VSI_UP_TABLE_UP5_S)
 389#define ICE_AQ_VSI_UP_TABLE_UP6_S	18
 390#define ICE_AQ_VSI_UP_TABLE_UP6_M	(0x7 << ICE_AQ_VSI_UP_TABLE_UP6_S)
 391#define ICE_AQ_VSI_UP_TABLE_UP7_S	21
 392#define ICE_AQ_VSI_UP_TABLE_UP7_M	(0x7 << ICE_AQ_VSI_UP_TABLE_UP7_S)
 393	__le32 egress_table;   /* same defines as for ingress table */
 394	/* outer tags section */
 395	__le16 outer_tag;
 396	u8 outer_tag_flags;
 397#define ICE_AQ_VSI_OUTER_TAG_MODE_S	0
 398#define ICE_AQ_VSI_OUTER_TAG_MODE_M	(0x3 << ICE_AQ_VSI_OUTER_TAG_MODE_S)
 399#define ICE_AQ_VSI_OUTER_TAG_NOTHING	0x0
 400#define ICE_AQ_VSI_OUTER_TAG_REMOVE	0x1
 401#define ICE_AQ_VSI_OUTER_TAG_COPY	0x2
 402#define ICE_AQ_VSI_OUTER_TAG_TYPE_S	2
 403#define ICE_AQ_VSI_OUTER_TAG_TYPE_M	(0x3 << ICE_AQ_VSI_OUTER_TAG_TYPE_S)
 404#define ICE_AQ_VSI_OUTER_TAG_NONE	0x0
 405#define ICE_AQ_VSI_OUTER_TAG_STAG	0x1
 406#define ICE_AQ_VSI_OUTER_TAG_VLAN_8100	0x2
 407#define ICE_AQ_VSI_OUTER_TAG_VLAN_9100	0x3
 408#define ICE_AQ_VSI_OUTER_TAG_INSERT	BIT(4)
 409#define ICE_AQ_VSI_OUTER_TAG_ACCEPT_HOST BIT(6)
 410	u8 outer_tag_reserved;
 
 
 
 
 
 
 411	/* queue mapping section */
 412	__le16 mapping_flags;
 413#define ICE_AQ_VSI_Q_MAP_CONTIG	0x0
 414#define ICE_AQ_VSI_Q_MAP_NONCONTIG	BIT(0)
 415	__le16 q_mapping[16];
 416#define ICE_AQ_VSI_Q_S		0
 417#define ICE_AQ_VSI_Q_M		(0x7FF << ICE_AQ_VSI_Q_S)
 418	__le16 tc_mapping[8];
 419#define ICE_AQ_VSI_TC_Q_OFFSET_S	0
 420#define ICE_AQ_VSI_TC_Q_OFFSET_M	(0x7FF << ICE_AQ_VSI_TC_Q_OFFSET_S)
 421#define ICE_AQ_VSI_TC_Q_NUM_S		11
 422#define ICE_AQ_VSI_TC_Q_NUM_M		(0xF << ICE_AQ_VSI_TC_Q_NUM_S)
 423	/* queueing option section */
 424	u8 q_opt_rss;
 425#define ICE_AQ_VSI_Q_OPT_RSS_LUT_S	0
 426#define ICE_AQ_VSI_Q_OPT_RSS_LUT_M	(0x3 << ICE_AQ_VSI_Q_OPT_RSS_LUT_S)
 427#define ICE_AQ_VSI_Q_OPT_RSS_LUT_VSI	0x0
 428#define ICE_AQ_VSI_Q_OPT_RSS_LUT_PF	0x2
 429#define ICE_AQ_VSI_Q_OPT_RSS_LUT_GBL	0x3
 430#define ICE_AQ_VSI_Q_OPT_RSS_GBL_LUT_S	2
 431#define ICE_AQ_VSI_Q_OPT_RSS_GBL_LUT_M	(0xF << ICE_AQ_VSI_Q_OPT_RSS_GBL_LUT_S)
 432#define ICE_AQ_VSI_Q_OPT_RSS_HASH_S	6
 433#define ICE_AQ_VSI_Q_OPT_RSS_HASH_M	(0x3 << ICE_AQ_VSI_Q_OPT_RSS_HASH_S)
 434#define ICE_AQ_VSI_Q_OPT_RSS_TPLZ	(0x0 << ICE_AQ_VSI_Q_OPT_RSS_HASH_S)
 435#define ICE_AQ_VSI_Q_OPT_RSS_SYM_TPLZ	(0x1 << ICE_AQ_VSI_Q_OPT_RSS_HASH_S)
 436#define ICE_AQ_VSI_Q_OPT_RSS_XOR	(0x2 << ICE_AQ_VSI_Q_OPT_RSS_HASH_S)
 437#define ICE_AQ_VSI_Q_OPT_RSS_JHASH	(0x3 << ICE_AQ_VSI_Q_OPT_RSS_HASH_S)
 438	u8 q_opt_tc;
 439#define ICE_AQ_VSI_Q_OPT_TC_OVR_S	0
 440#define ICE_AQ_VSI_Q_OPT_TC_OVR_M	(0x1F << ICE_AQ_VSI_Q_OPT_TC_OVR_S)
 441#define ICE_AQ_VSI_Q_OPT_PROF_TC_OVR	BIT(7)
 442	u8 q_opt_flags;
 443#define ICE_AQ_VSI_Q_OPT_PE_FLTR_EN	BIT(0)
 444	u8 q_opt_reserved[3];
 445	/* outer up section */
 446	__le32 outer_up_table; /* same structure and defines as ingress tbl */
 447	/* section 10 */
 448	__le16 sect_10_reserved;
 449	/* flow director section */
 450	__le16 fd_options;
 451#define ICE_AQ_VSI_FD_ENABLE		BIT(0)
 452#define ICE_AQ_VSI_FD_TX_AUTO_ENABLE	BIT(1)
 453#define ICE_AQ_VSI_FD_PROG_ENABLE	BIT(3)
 454	__le16 max_fd_fltr_dedicated;
 455	__le16 max_fd_fltr_shared;
 456	__le16 fd_def_q;
 457#define ICE_AQ_VSI_FD_DEF_Q_S		0
 458#define ICE_AQ_VSI_FD_DEF_Q_M		(0x7FF << ICE_AQ_VSI_FD_DEF_Q_S)
 459#define ICE_AQ_VSI_FD_DEF_GRP_S	12
 460#define ICE_AQ_VSI_FD_DEF_GRP_M	(0x7 << ICE_AQ_VSI_FD_DEF_GRP_S)
 461	__le16 fd_report_opt;
 462#define ICE_AQ_VSI_FD_REPORT_Q_S	0
 463#define ICE_AQ_VSI_FD_REPORT_Q_M	(0x7FF << ICE_AQ_VSI_FD_REPORT_Q_S)
 464#define ICE_AQ_VSI_FD_DEF_PRIORITY_S	12
 465#define ICE_AQ_VSI_FD_DEF_PRIORITY_M	(0x7 << ICE_AQ_VSI_FD_DEF_PRIORITY_S)
 466#define ICE_AQ_VSI_FD_DEF_DROP		BIT(15)
 467	/* PASID section */
 468	__le32 pasid_id;
 469#define ICE_AQ_VSI_PASID_ID_S		0
 470#define ICE_AQ_VSI_PASID_ID_M		(0xFFFFF << ICE_AQ_VSI_PASID_ID_S)
 471#define ICE_AQ_VSI_PASID_ID_VALID	BIT(31)
 472	u8 reserved[24];
 473};
 474
 475#define ICE_MAX_NUM_RECIPES 64
 476
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 477/* Add/Update/Remove/Get switch rules (indirect 0x02A0, 0x02A1, 0x02A2, 0x02A3)
 478 */
 479struct ice_aqc_sw_rules {
 480	/* ops: add switch rules, referring the number of rules.
 481	 * ops: update switch rules, referring the number of filters
 482	 * ops: remove switch rules, referring the entry index.
 483	 * ops: get switch rules, referring to the number of filters.
 484	 */
 485	__le16 num_rules_fltr_entry_index;
 486	u8 reserved[6];
 487	__le32 addr_high;
 488	__le32 addr_low;
 489};
 490
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 491/* Add/Update/Get/Remove lookup Rx/Tx command/response entry
 492 * This structures describes the lookup rules and associated actions. "index"
 493 * is returned as part of a response to a successful Add command, and can be
 494 * used to identify the rule for Update/Get/Remove commands.
 495 */
 496struct ice_sw_rule_lkup_rx_tx {
 
 
 497	__le16 recipe_id;
 498#define ICE_SW_RECIPE_LOGICAL_PORT_FWD		10
 499	/* Source port for LOOKUP_RX and source VSI in case of LOOKUP_TX */
 500	__le16 src;
 501	__le32 act;
 502
 503	/* Bit 0:1 - Action type */
 504#define ICE_SINGLE_ACT_TYPE_S	0x00
 505#define ICE_SINGLE_ACT_TYPE_M	(0x3 << ICE_SINGLE_ACT_TYPE_S)
 506
 507	/* Bit 2 - Loop back enable
 508	 * Bit 3 - LAN enable
 509	 */
 510#define ICE_SINGLE_ACT_LB_ENABLE	BIT(2)
 511#define ICE_SINGLE_ACT_LAN_ENABLE	BIT(3)
 512
 513	/* Action type = 0 - Forward to VSI or VSI list */
 514#define ICE_SINGLE_ACT_VSI_FORWARDING	0x0
 515
 516#define ICE_SINGLE_ACT_VSI_ID_S		4
 517#define ICE_SINGLE_ACT_VSI_ID_M		(0x3FF << ICE_SINGLE_ACT_VSI_ID_S)
 518#define ICE_SINGLE_ACT_VSI_LIST_ID_S	4
 519#define ICE_SINGLE_ACT_VSI_LIST_ID_M	(0x3FF << ICE_SINGLE_ACT_VSI_LIST_ID_S)
 520	/* This bit needs to be set if action is forward to VSI list */
 521#define ICE_SINGLE_ACT_VSI_LIST		BIT(14)
 522#define ICE_SINGLE_ACT_VALID_BIT	BIT(17)
 523#define ICE_SINGLE_ACT_DROP		BIT(18)
 524
 525	/* Action type = 1 - Forward to Queue of Queue group */
 526#define ICE_SINGLE_ACT_TO_Q		0x1
 527#define ICE_SINGLE_ACT_Q_INDEX_S	4
 528#define ICE_SINGLE_ACT_Q_INDEX_M	(0x7FF << ICE_SINGLE_ACT_Q_INDEX_S)
 529#define ICE_SINGLE_ACT_Q_REGION_S	15
 530#define ICE_SINGLE_ACT_Q_REGION_M	(0x7 << ICE_SINGLE_ACT_Q_REGION_S)
 531#define ICE_SINGLE_ACT_Q_PRIORITY	BIT(18)
 532
 533	/* Action type = 2 - Prune */
 534#define ICE_SINGLE_ACT_PRUNE		0x2
 535#define ICE_SINGLE_ACT_EGRESS		BIT(15)
 536#define ICE_SINGLE_ACT_INGRESS		BIT(16)
 537#define ICE_SINGLE_ACT_PRUNET		BIT(17)
 538	/* Bit 18 should be set to 0 for this action */
 539
 540	/* Action type = 2 - Pointer */
 541#define ICE_SINGLE_ACT_PTR		0x2
 542#define ICE_SINGLE_ACT_PTR_VAL_S	4
 543#define ICE_SINGLE_ACT_PTR_VAL_M	(0x1FFF << ICE_SINGLE_ACT_PTR_VAL_S)
 544	/* Bit 18 should be set to 1 */
 545#define ICE_SINGLE_ACT_PTR_BIT		BIT(18)
 546
 547	/* Action type = 3 - Other actions. Last two bits
 548	 * are other action identifier
 549	 */
 550#define ICE_SINGLE_ACT_OTHER_ACTS		0x3
 551#define ICE_SINGLE_OTHER_ACT_IDENTIFIER_S	17
 552#define ICE_SINGLE_OTHER_ACT_IDENTIFIER_M	\
 553				(0x3 << ICE_SINGLE_OTHER_ACT_IDENTIFIER_S)
 554
 555	/* Bit 17:18 - Defines other actions */
 556	/* Other action = 0 - Mirror VSI */
 557#define ICE_SINGLE_OTHER_ACT_MIRROR		0
 558#define ICE_SINGLE_ACT_MIRROR_VSI_ID_S	4
 559#define ICE_SINGLE_ACT_MIRROR_VSI_ID_M	\
 560				(0x3FF << ICE_SINGLE_ACT_MIRROR_VSI_ID_S)
 561
 562	/* Other action = 3 - Set Stat count */
 563#define ICE_SINGLE_OTHER_ACT_STAT_COUNT		3
 564#define ICE_SINGLE_ACT_STAT_COUNT_INDEX_S	4
 565#define ICE_SINGLE_ACT_STAT_COUNT_INDEX_M	\
 566				(0x7F << ICE_SINGLE_ACT_STAT_COUNT_INDEX_S)
 567
 568	__le16 index; /* The index of the rule in the lookup table */
 569	/* Length and values of the header to be matched per recipe or
 570	 * lookup-type
 571	 */
 572	__le16 hdr_len;
 573	u8 hdr[];
 574};
 575
 576/* Add/Update/Remove large action command/response entry
 577 * "index" is returned as part of a response to a successful Add command, and
 578 * can be used to identify the action for Update/Get/Remove commands.
 579 */
 580struct ice_sw_rule_lg_act {
 
 
 581	__le16 index; /* Index in large action table */
 582	__le16 size;
 583	/* Max number of large actions */
 584#define ICE_MAX_LG_ACT	4
 585	/* Bit 0:1 - Action type */
 586#define ICE_LG_ACT_TYPE_S	0
 587#define ICE_LG_ACT_TYPE_M	(0x7 << ICE_LG_ACT_TYPE_S)
 588
 589	/* Action type = 0 - Forward to VSI or VSI list */
 590#define ICE_LG_ACT_VSI_FORWARDING	0
 591#define ICE_LG_ACT_VSI_ID_S		3
 592#define ICE_LG_ACT_VSI_ID_M		(0x3FF << ICE_LG_ACT_VSI_ID_S)
 593#define ICE_LG_ACT_VSI_LIST_ID_S	3
 594#define ICE_LG_ACT_VSI_LIST_ID_M	(0x3FF << ICE_LG_ACT_VSI_LIST_ID_S)
 595	/* This bit needs to be set if action is forward to VSI list */
 596#define ICE_LG_ACT_VSI_LIST		BIT(13)
 597
 598#define ICE_LG_ACT_VALID_BIT		BIT(16)
 599
 600	/* Action type = 1 - Forward to Queue of Queue group */
 601#define ICE_LG_ACT_TO_Q			0x1
 602#define ICE_LG_ACT_Q_INDEX_S		3
 603#define ICE_LG_ACT_Q_INDEX_M		(0x7FF << ICE_LG_ACT_Q_INDEX_S)
 604#define ICE_LG_ACT_Q_REGION_S		14
 605#define ICE_LG_ACT_Q_REGION_M		(0x7 << ICE_LG_ACT_Q_REGION_S)
 606#define ICE_LG_ACT_Q_PRIORITY_SET	BIT(17)
 607
 608	/* Action type = 2 - Prune */
 609#define ICE_LG_ACT_PRUNE		0x2
 610#define ICE_LG_ACT_EGRESS		BIT(14)
 611#define ICE_LG_ACT_INGRESS		BIT(15)
 612#define ICE_LG_ACT_PRUNET		BIT(16)
 613
 614	/* Action type = 3 - Mirror VSI */
 615#define ICE_LG_OTHER_ACT_MIRROR		0x3
 616#define ICE_LG_ACT_MIRROR_VSI_ID_S	3
 617#define ICE_LG_ACT_MIRROR_VSI_ID_M	(0x3FF << ICE_LG_ACT_MIRROR_VSI_ID_S)
 618
 619	/* Action type = 5 - Generic Value */
 620#define ICE_LG_ACT_GENERIC		0x5
 621#define ICE_LG_ACT_GENERIC_VALUE_S	3
 622#define ICE_LG_ACT_GENERIC_VALUE_M	(0xFFFF << ICE_LG_ACT_GENERIC_VALUE_S)
 623#define ICE_LG_ACT_GENERIC_OFFSET_S	19
 624#define ICE_LG_ACT_GENERIC_OFFSET_M	(0x7 << ICE_LG_ACT_GENERIC_OFFSET_S)
 625#define ICE_LG_ACT_GENERIC_PRIORITY_S	22
 626#define ICE_LG_ACT_GENERIC_PRIORITY_M	(0x7 << ICE_LG_ACT_GENERIC_PRIORITY_S)
 627#define ICE_LG_ACT_GENERIC_OFF_RX_DESC_PROF_IDX	7
 628
 629	/* Action = 7 - Set Stat count */
 630#define ICE_LG_ACT_STAT_COUNT		0x7
 631#define ICE_LG_ACT_STAT_COUNT_S		3
 632#define ICE_LG_ACT_STAT_COUNT_M		(0x7F << ICE_LG_ACT_STAT_COUNT_S)
 633	__le32 act[]; /* array of size for actions */
 634};
 635
 636/* Add/Update/Remove VSI list command/response entry
 637 * "index" is returned as part of a response to a successful Add command, and
 638 * can be used to identify the VSI list for Update/Get/Remove commands.
 639 */
 640struct ice_sw_rule_vsi_list {
 
 
 641	__le16 index; /* Index of VSI/Prune list */
 642	__le16 number_vsi;
 643	__le16 vsi[]; /* Array of number_vsi VSI numbers */
 644};
 645
 646/* Query VSI list command/response entry */
 647struct ice_sw_rule_vsi_list_query {
 648	__le16 index;
 649	DECLARE_BITMAP(vsi_list, ICE_MAX_VSI);
 650} __packed;
 651
 652/* Add switch rule response:
 653 * Content of return buffer is same as the input buffer. The status field and
 654 * LUT index are updated as part of the response
 655 */
 656struct ice_aqc_sw_rules_elem {
 657	__le16 type; /* Switch rule type, one of T_... */
 658#define ICE_AQC_SW_RULES_T_LKUP_RX		0x0
 659#define ICE_AQC_SW_RULES_T_LKUP_TX		0x1
 660#define ICE_AQC_SW_RULES_T_LG_ACT		0x2
 661#define ICE_AQC_SW_RULES_T_VSI_LIST_SET		0x3
 662#define ICE_AQC_SW_RULES_T_VSI_LIST_CLEAR	0x4
 663#define ICE_AQC_SW_RULES_T_PRUNE_LIST_SET	0x5
 664#define ICE_AQC_SW_RULES_T_PRUNE_LIST_CLEAR	0x6
 665	__le16 status;
 666	union {
 667		struct ice_sw_rule_lkup_rx_tx lkup_tx_rx;
 668		struct ice_sw_rule_lg_act lg_act;
 669		struct ice_sw_rule_vsi_list vsi_list;
 670		struct ice_sw_rule_vsi_list_query vsi_list_query;
 671	} __packed pdata;
 672};
 673
 674/* Get Default Topology (indirect 0x0400) */
 675struct ice_aqc_get_topo {
 676	u8 port_num;
 677	u8 num_branches;
 678	__le16 reserved1;
 679	__le32 reserved2;
 680	__le32 addr_high;
 681	__le32 addr_low;
 682};
 683
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 684/* Update TSE (indirect 0x0403)
 685 * Get TSE (indirect 0x0404)
 686 * Add TSE (indirect 0x0401)
 687 * Delete TSE (indirect 0x040F)
 688 * Move TSE (indirect 0x0408)
 689 * Suspend Nodes (indirect 0x0409)
 690 * Resume Nodes (indirect 0x040A)
 691 */
 692struct ice_aqc_sched_elem_cmd {
 693	__le16 num_elem_req;	/* Used by commands */
 694	__le16 num_elem_resp;	/* Used by responses */
 695	__le32 reserved;
 696	__le32 addr_high;
 697	__le32 addr_low;
 698};
 699
 700struct ice_aqc_txsched_move_grp_info_hdr {
 701	__le32 src_parent_teid;
 702	__le32 dest_parent_teid;
 703	__le16 num_elems;
 704	__le16 reserved;
 
 
 
 
 705};
 706
 707struct ice_aqc_move_elem {
 708	struct ice_aqc_txsched_move_grp_info_hdr hdr;
 709	__le32 teid[];
 710};
 711
 712struct ice_aqc_elem_info_bw {
 713	__le16 bw_profile_idx;
 714	__le16 bw_alloc;
 715};
 716
 717struct ice_aqc_txsched_elem {
 718	u8 elem_type; /* Special field, reserved for some aq calls */
 719#define ICE_AQC_ELEM_TYPE_UNDEFINED		0x0
 720#define ICE_AQC_ELEM_TYPE_ROOT_PORT		0x1
 721#define ICE_AQC_ELEM_TYPE_TC			0x2
 722#define ICE_AQC_ELEM_TYPE_SE_GENERIC		0x3
 723#define ICE_AQC_ELEM_TYPE_ENTRY_POINT		0x4
 724#define ICE_AQC_ELEM_TYPE_LEAF			0x5
 725#define ICE_AQC_ELEM_TYPE_SE_PADDED		0x6
 726	u8 valid_sections;
 727#define ICE_AQC_ELEM_VALID_GENERIC		BIT(0)
 728#define ICE_AQC_ELEM_VALID_CIR			BIT(1)
 729#define ICE_AQC_ELEM_VALID_EIR			BIT(2)
 730#define ICE_AQC_ELEM_VALID_SHARED		BIT(3)
 731	u8 generic;
 732#define ICE_AQC_ELEM_GENERIC_MODE_M		0x1
 733#define ICE_AQC_ELEM_GENERIC_PRIO_S		0x1
 734#define ICE_AQC_ELEM_GENERIC_PRIO_M	(0x7 << ICE_AQC_ELEM_GENERIC_PRIO_S)
 735#define ICE_AQC_ELEM_GENERIC_SP_S		0x4
 736#define ICE_AQC_ELEM_GENERIC_SP_M	(0x1 << ICE_AQC_ELEM_GENERIC_SP_S)
 737#define ICE_AQC_ELEM_GENERIC_ADJUST_VAL_S	0x5
 738#define ICE_AQC_ELEM_GENERIC_ADJUST_VAL_M	\
 739	(0x3 << ICE_AQC_ELEM_GENERIC_ADJUST_VAL_S)
 740	u8 flags; /* Special field, reserved for some aq calls */
 741#define ICE_AQC_ELEM_FLAG_SUSPEND_M		0x1
 742	struct ice_aqc_elem_info_bw cir_bw;
 743	struct ice_aqc_elem_info_bw eir_bw;
 744	__le16 srl_id;
 745	__le16 reserved2;
 746};
 747
 748struct ice_aqc_txsched_elem_data {
 749	__le32 parent_teid;
 750	__le32 node_teid;
 751	struct ice_aqc_txsched_elem data;
 752};
 753
 754struct ice_aqc_txsched_topo_grp_info_hdr {
 755	__le32 parent_teid;
 756	__le16 num_elems;
 757	__le16 reserved2;
 758};
 759
 760struct ice_aqc_add_elem {
 761	struct ice_aqc_txsched_topo_grp_info_hdr hdr;
 762	struct ice_aqc_txsched_elem_data generic[];
 763};
 764
 765struct ice_aqc_get_topo_elem {
 766	struct ice_aqc_txsched_topo_grp_info_hdr hdr;
 767	struct ice_aqc_txsched_elem_data
 768		generic[ICE_AQC_TOPO_MAX_LEVEL_NUM];
 769};
 770
 771struct ice_aqc_delete_elem {
 772	struct ice_aqc_txsched_topo_grp_info_hdr hdr;
 773	__le32 teid[];
 774};
 775
 776/* Query Port ETS (indirect 0x040E)
 777 *
 778 * This indirect command is used to query port TC node configuration.
 779 */
 780struct ice_aqc_query_port_ets {
 781	__le32 port_teid;
 782	__le32 reserved;
 783	__le32 addr_high;
 784	__le32 addr_low;
 785};
 786
 787struct ice_aqc_port_ets_elem {
 788	u8 tc_valid_bits;
 789	u8 reserved[3];
 790	/* 3 bits for UP per TC 0-7, 4th byte reserved */
 791	__le32 up2tc;
 792	u8 tc_bw_share[8];
 793	__le32 port_eir_prof_id;
 794	__le32 port_cir_prof_id;
 795	/* 3 bits per Node priority to TC 0-7, 4th byte reserved */
 796	__le32 tc_node_prio;
 797#define ICE_TC_NODE_PRIO_S	0x4
 798	u8 reserved1[4];
 799	__le32 tc_node_teid[8]; /* Used for response, reserved in command */
 800};
 801
 802/* Rate limiting profile for
 803 * Add RL profile (indirect 0x0410)
 804 * Query RL profile (indirect 0x0411)
 805 * Remove RL profile (indirect 0x0415)
 806 * These indirect commands acts on single or multiple
 807 * RL profiles with specified data.
 808 */
 809struct ice_aqc_rl_profile {
 810	__le16 num_profiles;
 811	__le16 num_processed; /* Only for response. Reserved in Command. */
 812	u8 reserved[4];
 813	__le32 addr_high;
 814	__le32 addr_low;
 815};
 816
 817struct ice_aqc_rl_profile_elem {
 818	u8 level;
 819	u8 flags;
 820#define ICE_AQC_RL_PROFILE_TYPE_S	0x0
 821#define ICE_AQC_RL_PROFILE_TYPE_M	(0x3 << ICE_AQC_RL_PROFILE_TYPE_S)
 822#define ICE_AQC_RL_PROFILE_TYPE_CIR	0
 823#define ICE_AQC_RL_PROFILE_TYPE_EIR	1
 824#define ICE_AQC_RL_PROFILE_TYPE_SRL	2
 825/* The following flag is used for Query RL Profile Data */
 826#define ICE_AQC_RL_PROFILE_INVAL_S	0x7
 827#define ICE_AQC_RL_PROFILE_INVAL_M	(0x1 << ICE_AQC_RL_PROFILE_INVAL_S)
 828
 829	__le16 profile_id;
 830	__le16 max_burst_size;
 831	__le16 rl_multiply;
 832	__le16 wake_up_calc;
 833	__le16 rl_encode;
 834};
 835
 836/* Query Scheduler Resource Allocation (indirect 0x0412)
 837 * This indirect command retrieves the scheduler resources allocated by
 838 * EMP Firmware to the given PF.
 839 */
 840struct ice_aqc_query_txsched_res {
 841	u8 reserved[8];
 842	__le32 addr_high;
 843	__le32 addr_low;
 844};
 845
 846struct ice_aqc_generic_sched_props {
 847	__le16 phys_levels;
 848	__le16 logical_levels;
 849	u8 flattening_bitmap;
 850	u8 max_device_cgds;
 851	u8 max_pf_cgds;
 852	u8 rsvd0;
 853	__le16 rdma_qsets;
 854	u8 rsvd1[22];
 855};
 856
 857struct ice_aqc_layer_props {
 858	u8 logical_layer;
 859	u8 chunk_size;
 860	__le16 max_device_nodes;
 861	__le16 max_pf_nodes;
 862	u8 rsvd0[4];
 863	__le16 max_sibl_grp_sz;
 864	__le16 max_cir_rl_profiles;
 865	__le16 max_eir_rl_profiles;
 866	__le16 max_srl_profiles;
 867	u8 rsvd1[14];
 868};
 869
 870struct ice_aqc_query_txsched_res_resp {
 871	struct ice_aqc_generic_sched_props sched_props;
 872	struct ice_aqc_layer_props layer_props[ICE_AQC_TOPO_MAX_LEVEL_NUM];
 873};
 874
 875/* Get PHY capabilities (indirect 0x0600) */
 876struct ice_aqc_get_phy_caps {
 877	u8 lport_num;
 878	u8 reserved;
 879	__le16 param0;
 880	/* 18.0 - Report qualified modules */
 881#define ICE_AQC_GET_PHY_RQM		BIT(0)
 882	/* 18.1 - 18.3 : Report mode
 883	 * 000b - Report NVM capabilities
 884	 * 001b - Report topology capabilities
 885	 * 010b - Report SW configured
 886	 * 100b - Report default capabilities
 887	 */
 888#define ICE_AQC_REPORT_MODE_S			1
 889#define ICE_AQC_REPORT_MODE_M			(7 << ICE_AQC_REPORT_MODE_S)
 890#define ICE_AQC_REPORT_TOPO_CAP_NO_MEDIA	0
 891#define ICE_AQC_REPORT_TOPO_CAP_MEDIA		BIT(1)
 892#define ICE_AQC_REPORT_ACTIVE_CFG		BIT(2)
 893#define ICE_AQC_REPORT_DFLT_CFG		BIT(3)
 894	__le32 reserved1;
 895	__le32 addr_high;
 896	__le32 addr_low;
 897};
 898
 899/* This is #define of PHY type (Extended):
 900 * The first set of defines is for phy_type_low.
 901 */
 902#define ICE_PHY_TYPE_LOW_100BASE_TX		BIT_ULL(0)
 903#define ICE_PHY_TYPE_LOW_100M_SGMII		BIT_ULL(1)
 904#define ICE_PHY_TYPE_LOW_1000BASE_T		BIT_ULL(2)
 905#define ICE_PHY_TYPE_LOW_1000BASE_SX		BIT_ULL(3)
 906#define ICE_PHY_TYPE_LOW_1000BASE_LX		BIT_ULL(4)
 907#define ICE_PHY_TYPE_LOW_1000BASE_KX		BIT_ULL(5)
 908#define ICE_PHY_TYPE_LOW_1G_SGMII		BIT_ULL(6)
 909#define ICE_PHY_TYPE_LOW_2500BASE_T		BIT_ULL(7)
 910#define ICE_PHY_TYPE_LOW_2500BASE_X		BIT_ULL(8)
 911#define ICE_PHY_TYPE_LOW_2500BASE_KX		BIT_ULL(9)
 912#define ICE_PHY_TYPE_LOW_5GBASE_T		BIT_ULL(10)
 913#define ICE_PHY_TYPE_LOW_5GBASE_KR		BIT_ULL(11)
 914#define ICE_PHY_TYPE_LOW_10GBASE_T		BIT_ULL(12)
 915#define ICE_PHY_TYPE_LOW_10G_SFI_DA		BIT_ULL(13)
 916#define ICE_PHY_TYPE_LOW_10GBASE_SR		BIT_ULL(14)
 917#define ICE_PHY_TYPE_LOW_10GBASE_LR		BIT_ULL(15)
 918#define ICE_PHY_TYPE_LOW_10GBASE_KR_CR1		BIT_ULL(16)
 919#define ICE_PHY_TYPE_LOW_10G_SFI_AOC_ACC	BIT_ULL(17)
 920#define ICE_PHY_TYPE_LOW_10G_SFI_C2C		BIT_ULL(18)
 921#define ICE_PHY_TYPE_LOW_25GBASE_T		BIT_ULL(19)
 922#define ICE_PHY_TYPE_LOW_25GBASE_CR		BIT_ULL(20)
 923#define ICE_PHY_TYPE_LOW_25GBASE_CR_S		BIT_ULL(21)
 924#define ICE_PHY_TYPE_LOW_25GBASE_CR1		BIT_ULL(22)
 925#define ICE_PHY_TYPE_LOW_25GBASE_SR		BIT_ULL(23)
 926#define ICE_PHY_TYPE_LOW_25GBASE_LR		BIT_ULL(24)
 927#define ICE_PHY_TYPE_LOW_25GBASE_KR		BIT_ULL(25)
 928#define ICE_PHY_TYPE_LOW_25GBASE_KR_S		BIT_ULL(26)
 929#define ICE_PHY_TYPE_LOW_25GBASE_KR1		BIT_ULL(27)
 930#define ICE_PHY_TYPE_LOW_25G_AUI_AOC_ACC	BIT_ULL(28)
 931#define ICE_PHY_TYPE_LOW_25G_AUI_C2C		BIT_ULL(29)
 932#define ICE_PHY_TYPE_LOW_40GBASE_CR4		BIT_ULL(30)
 933#define ICE_PHY_TYPE_LOW_40GBASE_SR4		BIT_ULL(31)
 934#define ICE_PHY_TYPE_LOW_40GBASE_LR4		BIT_ULL(32)
 935#define ICE_PHY_TYPE_LOW_40GBASE_KR4		BIT_ULL(33)
 936#define ICE_PHY_TYPE_LOW_40G_XLAUI_AOC_ACC	BIT_ULL(34)
 937#define ICE_PHY_TYPE_LOW_40G_XLAUI		BIT_ULL(35)
 938#define ICE_PHY_TYPE_LOW_50GBASE_CR2		BIT_ULL(36)
 939#define ICE_PHY_TYPE_LOW_50GBASE_SR2		BIT_ULL(37)
 940#define ICE_PHY_TYPE_LOW_50GBASE_LR2		BIT_ULL(38)
 941#define ICE_PHY_TYPE_LOW_50GBASE_KR2		BIT_ULL(39)
 942#define ICE_PHY_TYPE_LOW_50G_LAUI2_AOC_ACC	BIT_ULL(40)
 943#define ICE_PHY_TYPE_LOW_50G_LAUI2		BIT_ULL(41)
 944#define ICE_PHY_TYPE_LOW_50G_AUI2_AOC_ACC	BIT_ULL(42)
 945#define ICE_PHY_TYPE_LOW_50G_AUI2		BIT_ULL(43)
 946#define ICE_PHY_TYPE_LOW_50GBASE_CP		BIT_ULL(44)
 947#define ICE_PHY_TYPE_LOW_50GBASE_SR		BIT_ULL(45)
 948#define ICE_PHY_TYPE_LOW_50GBASE_FR		BIT_ULL(46)
 949#define ICE_PHY_TYPE_LOW_50GBASE_LR		BIT_ULL(47)
 950#define ICE_PHY_TYPE_LOW_50GBASE_KR_PAM4	BIT_ULL(48)
 951#define ICE_PHY_TYPE_LOW_50G_AUI1_AOC_ACC	BIT_ULL(49)
 952#define ICE_PHY_TYPE_LOW_50G_AUI1		BIT_ULL(50)
 953#define ICE_PHY_TYPE_LOW_100GBASE_CR4		BIT_ULL(51)
 954#define ICE_PHY_TYPE_LOW_100GBASE_SR4		BIT_ULL(52)
 955#define ICE_PHY_TYPE_LOW_100GBASE_LR4		BIT_ULL(53)
 956#define ICE_PHY_TYPE_LOW_100GBASE_KR4		BIT_ULL(54)
 957#define ICE_PHY_TYPE_LOW_100G_CAUI4_AOC_ACC	BIT_ULL(55)
 958#define ICE_PHY_TYPE_LOW_100G_CAUI4		BIT_ULL(56)
 959#define ICE_PHY_TYPE_LOW_100G_AUI4_AOC_ACC	BIT_ULL(57)
 960#define ICE_PHY_TYPE_LOW_100G_AUI4		BIT_ULL(58)
 961#define ICE_PHY_TYPE_LOW_100GBASE_CR_PAM4	BIT_ULL(59)
 962#define ICE_PHY_TYPE_LOW_100GBASE_KR_PAM4	BIT_ULL(60)
 963#define ICE_PHY_TYPE_LOW_100GBASE_CP2		BIT_ULL(61)
 964#define ICE_PHY_TYPE_LOW_100GBASE_SR2		BIT_ULL(62)
 965#define ICE_PHY_TYPE_LOW_100GBASE_DR		BIT_ULL(63)
 966#define ICE_PHY_TYPE_LOW_MAX_INDEX		63
 967/* The second set of defines is for phy_type_high. */
 968#define ICE_PHY_TYPE_HIGH_100GBASE_KR2_PAM4	BIT_ULL(0)
 969#define ICE_PHY_TYPE_HIGH_100G_CAUI2_AOC_ACC	BIT_ULL(1)
 970#define ICE_PHY_TYPE_HIGH_100G_CAUI2		BIT_ULL(2)
 971#define ICE_PHY_TYPE_HIGH_100G_AUI2_AOC_ACC	BIT_ULL(3)
 972#define ICE_PHY_TYPE_HIGH_100G_AUI2		BIT_ULL(4)
 973#define ICE_PHY_TYPE_HIGH_MAX_INDEX		5
 
 
 
 
 
 
 
 
 974
 975struct ice_aqc_get_phy_caps_data {
 976	__le64 phy_type_low; /* Use values from ICE_PHY_TYPE_LOW_* */
 977	__le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */
 978	u8 caps;
 979#define ICE_AQC_PHY_EN_TX_LINK_PAUSE			BIT(0)
 980#define ICE_AQC_PHY_EN_RX_LINK_PAUSE			BIT(1)
 981#define ICE_AQC_PHY_LOW_POWER_MODE			BIT(2)
 982#define ICE_AQC_PHY_EN_LINK				BIT(3)
 983#define ICE_AQC_PHY_AN_MODE				BIT(4)
 984#define ICE_AQC_GET_PHY_EN_MOD_QUAL			BIT(5)
 985#define ICE_AQC_PHY_EN_AUTO_FEC				BIT(7)
 986#define ICE_AQC_PHY_CAPS_MASK				ICE_M(0xff, 0)
 987	u8 low_power_ctrl_an;
 988#define ICE_AQC_PHY_EN_D3COLD_LOW_POWER_AUTONEG		BIT(0)
 989#define ICE_AQC_PHY_AN_EN_CLAUSE28			BIT(1)
 990#define ICE_AQC_PHY_AN_EN_CLAUSE73			BIT(2)
 991#define ICE_AQC_PHY_AN_EN_CLAUSE37			BIT(3)
 992	__le16 eee_cap;
 993#define ICE_AQC_PHY_EEE_EN_100BASE_TX			BIT(0)
 994#define ICE_AQC_PHY_EEE_EN_1000BASE_T			BIT(1)
 995#define ICE_AQC_PHY_EEE_EN_10GBASE_T			BIT(2)
 996#define ICE_AQC_PHY_EEE_EN_1000BASE_KX			BIT(3)
 997#define ICE_AQC_PHY_EEE_EN_10GBASE_KR			BIT(4)
 998#define ICE_AQC_PHY_EEE_EN_25GBASE_KR			BIT(5)
 999#define ICE_AQC_PHY_EEE_EN_40GBASE_KR4			BIT(6)
1000	__le16 eeer_value;
1001	u8 phy_id_oui[4]; /* PHY/Module ID connected on the port */
1002	u8 phy_fw_ver[8];
1003	u8 link_fec_options;
1004#define ICE_AQC_PHY_FEC_10G_KR_40G_KR4_EN		BIT(0)
1005#define ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ		BIT(1)
1006#define ICE_AQC_PHY_FEC_25G_RS_528_REQ			BIT(2)
1007#define ICE_AQC_PHY_FEC_25G_KR_REQ			BIT(3)
1008#define ICE_AQC_PHY_FEC_25G_RS_544_REQ			BIT(4)
1009#define ICE_AQC_PHY_FEC_25G_RS_CLAUSE91_EN		BIT(6)
1010#define ICE_AQC_PHY_FEC_25G_KR_CLAUSE74_EN		BIT(7)
1011#define ICE_AQC_PHY_FEC_MASK				ICE_M(0xdf, 0)
1012	u8 module_compliance_enforcement;
1013#define ICE_AQC_MOD_ENFORCE_STRICT_MODE			BIT(0)
1014	u8 extended_compliance_code;
1015#define ICE_MODULE_TYPE_TOTAL_BYTE			3
1016	u8 module_type[ICE_MODULE_TYPE_TOTAL_BYTE];
1017#define ICE_AQC_MOD_TYPE_BYTE0_SFP_PLUS			0xA0
1018#define ICE_AQC_MOD_TYPE_BYTE0_QSFP_PLUS		0x80
1019#define ICE_AQC_MOD_TYPE_IDENT				1
1020#define ICE_AQC_MOD_TYPE_BYTE1_SFP_PLUS_CU_PASSIVE	BIT(0)
1021#define ICE_AQC_MOD_TYPE_BYTE1_SFP_PLUS_CU_ACTIVE	BIT(1)
1022#define ICE_AQC_MOD_TYPE_BYTE1_10G_BASE_SR		BIT(4)
1023#define ICE_AQC_MOD_TYPE_BYTE1_10G_BASE_LR		BIT(5)
1024#define ICE_AQC_MOD_TYPE_BYTE1_10G_BASE_LRM		BIT(6)
1025#define ICE_AQC_MOD_TYPE_BYTE1_10G_BASE_ER		BIT(7)
1026#define ICE_AQC_MOD_TYPE_BYTE2_SFP_PLUS			0xA0
1027#define ICE_AQC_MOD_TYPE_BYTE2_QSFP_PLUS		0x86
1028	u8 qualified_module_count;
1029	u8 rsvd2[7];	/* Bytes 47:41 reserved */
1030#define ICE_AQC_QUAL_MOD_COUNT_MAX			16
1031	struct {
1032		u8 v_oui[3];
1033		u8 rsvd3;
1034		u8 v_part[16];
1035		__le32 v_rev;
1036		__le64 rsvd4;
1037	} qual_modules[ICE_AQC_QUAL_MOD_COUNT_MAX];
1038};
1039
1040/* Set PHY capabilities (direct 0x0601)
1041 * NOTE: This command must be followed by setup link and restart auto-neg
1042 */
1043struct ice_aqc_set_phy_cfg {
1044	u8 lport_num;
1045	u8 reserved[7];
1046	__le32 addr_high;
1047	__le32 addr_low;
1048};
1049
1050/* Set PHY config command data structure */
1051struct ice_aqc_set_phy_cfg_data {
1052	__le64 phy_type_low; /* Use values from ICE_PHY_TYPE_LOW_* */
1053	__le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */
1054	u8 caps;
1055#define ICE_AQ_PHY_ENA_VALID_MASK	ICE_M(0xef, 0)
1056#define ICE_AQ_PHY_ENA_TX_PAUSE_ABILITY	BIT(0)
1057#define ICE_AQ_PHY_ENA_RX_PAUSE_ABILITY	BIT(1)
1058#define ICE_AQ_PHY_ENA_LOW_POWER	BIT(2)
1059#define ICE_AQ_PHY_ENA_LINK		BIT(3)
1060#define ICE_AQ_PHY_ENA_AUTO_LINK_UPDT	BIT(5)
1061#define ICE_AQ_PHY_ENA_LESM		BIT(6)
1062#define ICE_AQ_PHY_ENA_AUTO_FEC		BIT(7)
1063	u8 low_power_ctrl_an;
1064	__le16 eee_cap; /* Value from ice_aqc_get_phy_caps */
1065	__le16 eeer_value;
1066	u8 link_fec_opt; /* Use defines from ice_aqc_get_phy_caps */
1067	u8 module_compliance_enforcement;
1068};
1069
1070/* Set MAC Config command data structure (direct 0x0603) */
1071struct ice_aqc_set_mac_cfg {
1072	__le16 max_frame_size;
1073	u8 params;
1074#define ICE_AQ_SET_MAC_PACE_S		3
1075#define ICE_AQ_SET_MAC_PACE_M		(0xF << ICE_AQ_SET_MAC_PACE_S)
1076#define ICE_AQ_SET_MAC_PACE_TYPE_M	BIT(7)
1077#define ICE_AQ_SET_MAC_PACE_TYPE_RATE	0
1078#define ICE_AQ_SET_MAC_PACE_TYPE_FIXED	ICE_AQ_SET_MAC_PACE_TYPE_M
1079	u8 tx_tmr_priority;
1080	__le16 tx_tmr_value;
1081	__le16 fc_refresh_threshold;
1082	u8 drop_opts;
1083#define ICE_AQ_SET_MAC_AUTO_DROP_MASK		BIT(0)
1084#define ICE_AQ_SET_MAC_AUTO_DROP_NONE		0
1085#define ICE_AQ_SET_MAC_AUTO_DROP_BLOCKING_PKTS	BIT(0)
1086	u8 reserved[7];
1087};
1088
1089/* Restart AN command data structure (direct 0x0605)
1090 * Also used for response, with only the lport_num field present.
1091 */
1092struct ice_aqc_restart_an {
1093	u8 lport_num;
1094	u8 reserved;
1095	u8 cmd_flags;
1096#define ICE_AQC_RESTART_AN_LINK_RESTART	BIT(1)
1097#define ICE_AQC_RESTART_AN_LINK_ENABLE	BIT(2)
1098	u8 reserved2[13];
1099};
1100
1101/* Get link status (indirect 0x0607), also used for Link Status Event */
1102struct ice_aqc_get_link_status {
1103	u8 lport_num;
1104	u8 reserved;
1105	__le16 cmd_flags;
1106#define ICE_AQ_LSE_M			0x3
1107#define ICE_AQ_LSE_NOP			0x0
1108#define ICE_AQ_LSE_DIS			0x2
1109#define ICE_AQ_LSE_ENA			0x3
1110	/* only response uses this flag */
1111#define ICE_AQ_LSE_IS_ENABLED		0x1
1112	__le32 reserved2;
1113	__le32 addr_high;
1114	__le32 addr_low;
1115};
1116
1117/* Get link status response data structure, also used for Link Status Event */
1118struct ice_aqc_get_link_status_data {
1119	u8 topo_media_conflict;
1120#define ICE_AQ_LINK_TOPO_CONFLICT	BIT(0)
1121#define ICE_AQ_LINK_MEDIA_CONFLICT	BIT(1)
1122#define ICE_AQ_LINK_TOPO_CORRUPT	BIT(2)
1123#define ICE_AQ_LINK_TOPO_UNREACH_PRT	BIT(4)
1124#define ICE_AQ_LINK_TOPO_UNDRUTIL_PRT	BIT(5)
1125#define ICE_AQ_LINK_TOPO_UNDRUTIL_MEDIA	BIT(6)
1126#define ICE_AQ_LINK_TOPO_UNSUPP_MEDIA	BIT(7)
1127	u8 link_cfg_err;
1128#define ICE_AQ_LINK_MODULE_POWER_UNSUPPORTED	BIT(5)
 
1129#define ICE_AQ_LINK_INVAL_MAX_POWER_LIMIT	BIT(7)
1130	u8 link_info;
1131#define ICE_AQ_LINK_UP			BIT(0)	/* Link Status */
1132#define ICE_AQ_LINK_FAULT		BIT(1)
1133#define ICE_AQ_LINK_FAULT_TX		BIT(2)
1134#define ICE_AQ_LINK_FAULT_RX		BIT(3)
1135#define ICE_AQ_LINK_FAULT_REMOTE	BIT(4)
1136#define ICE_AQ_LINK_UP_PORT		BIT(5)	/* External Port Link Status */
1137#define ICE_AQ_MEDIA_AVAILABLE		BIT(6)
1138#define ICE_AQ_SIGNAL_DETECT		BIT(7)
1139	u8 an_info;
1140#define ICE_AQ_AN_COMPLETED		BIT(0)
1141#define ICE_AQ_LP_AN_ABILITY		BIT(1)
1142#define ICE_AQ_PD_FAULT			BIT(2)	/* Parallel Detection Fault */
1143#define ICE_AQ_FEC_EN			BIT(3)
1144#define ICE_AQ_PHY_LOW_POWER		BIT(4)	/* Low Power State */
1145#define ICE_AQ_LINK_PAUSE_TX		BIT(5)
1146#define ICE_AQ_LINK_PAUSE_RX		BIT(6)
1147#define ICE_AQ_QUALIFIED_MODULE		BIT(7)
1148	u8 ext_info;
1149#define ICE_AQ_LINK_PHY_TEMP_ALARM	BIT(0)
1150#define ICE_AQ_LINK_EXCESSIVE_ERRORS	BIT(1)	/* Excessive Link Errors */
1151	/* Port Tx Suspended */
1152#define ICE_AQ_LINK_TX_S		2
1153#define ICE_AQ_LINK_TX_M		(0x03 << ICE_AQ_LINK_TX_S)
1154#define ICE_AQ_LINK_TX_ACTIVE		0
1155#define ICE_AQ_LINK_TX_DRAINED		1
1156#define ICE_AQ_LINK_TX_FLUSHED		3
1157	u8 reserved2;
1158	__le16 max_frame_size;
1159	u8 cfg;
1160#define ICE_AQ_LINK_25G_KR_FEC_EN	BIT(0)
1161#define ICE_AQ_LINK_25G_RS_528_FEC_EN	BIT(1)
1162#define ICE_AQ_LINK_25G_RS_544_FEC_EN	BIT(2)
1163#define ICE_AQ_FEC_MASK			ICE_M(0x7, 0)
1164	/* Pacing Config */
1165#define ICE_AQ_CFG_PACING_S		3
1166#define ICE_AQ_CFG_PACING_M		(0xF << ICE_AQ_CFG_PACING_S)
1167#define ICE_AQ_CFG_PACING_TYPE_M	BIT(7)
1168#define ICE_AQ_CFG_PACING_TYPE_AVG	0
1169#define ICE_AQ_CFG_PACING_TYPE_FIXED	ICE_AQ_CFG_PACING_TYPE_M
1170	/* External Device Power Ability */
1171	u8 power_desc;
1172#define ICE_AQ_PWR_CLASS_M		0x3F
1173#define ICE_AQ_LINK_PWR_BASET_LOW_HIGH	0
1174#define ICE_AQ_LINK_PWR_BASET_HIGH	1
1175#define ICE_AQ_LINK_PWR_QSFP_CLASS_1	0
1176#define ICE_AQ_LINK_PWR_QSFP_CLASS_2	1
1177#define ICE_AQ_LINK_PWR_QSFP_CLASS_3	2
1178#define ICE_AQ_LINK_PWR_QSFP_CLASS_4	3
1179	__le16 link_speed;
1180#define ICE_AQ_LINK_SPEED_M		0x7FF
1181#define ICE_AQ_LINK_SPEED_10MB		BIT(0)
1182#define ICE_AQ_LINK_SPEED_100MB		BIT(1)
1183#define ICE_AQ_LINK_SPEED_1000MB	BIT(2)
1184#define ICE_AQ_LINK_SPEED_2500MB	BIT(3)
1185#define ICE_AQ_LINK_SPEED_5GB		BIT(4)
1186#define ICE_AQ_LINK_SPEED_10GB		BIT(5)
1187#define ICE_AQ_LINK_SPEED_20GB		BIT(6)
1188#define ICE_AQ_LINK_SPEED_25GB		BIT(7)
1189#define ICE_AQ_LINK_SPEED_40GB		BIT(8)
1190#define ICE_AQ_LINK_SPEED_50GB		BIT(9)
1191#define ICE_AQ_LINK_SPEED_100GB		BIT(10)
 
1192#define ICE_AQ_LINK_SPEED_UNKNOWN	BIT(15)
1193	__le32 reserved3; /* Aligns next field to 8-byte boundary */
1194	__le64 phy_type_low; /* Use values from ICE_PHY_TYPE_LOW_* */
1195	__le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */
1196};
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1197
1198/* Set event mask command (direct 0x0613) */
1199struct ice_aqc_set_event_mask {
1200	u8	lport_num;
1201	u8	reserved[7];
1202	__le16	event_mask;
1203#define ICE_AQ_LINK_EVENT_UPDOWN		BIT(1)
1204#define ICE_AQ_LINK_EVENT_MEDIA_NA		BIT(2)
1205#define ICE_AQ_LINK_EVENT_LINK_FAULT		BIT(3)
1206#define ICE_AQ_LINK_EVENT_PHY_TEMP_ALARM	BIT(4)
1207#define ICE_AQ_LINK_EVENT_EXCESSIVE_ERRORS	BIT(5)
1208#define ICE_AQ_LINK_EVENT_SIGNAL_DETECT		BIT(6)
1209#define ICE_AQ_LINK_EVENT_AN_COMPLETED		BIT(7)
1210#define ICE_AQ_LINK_EVENT_MODULE_QUAL_FAIL	BIT(8)
1211#define ICE_AQ_LINK_EVENT_PORT_TX_SUSPENDED	BIT(9)
 
1212	u8	reserved1[6];
1213};
1214
1215/* Set MAC Loopback command (direct 0x0620) */
1216struct ice_aqc_set_mac_lb {
1217	u8 lb_mode;
1218#define ICE_AQ_MAC_LB_EN		BIT(0)
1219#define ICE_AQ_MAC_LB_OSC_CLK		BIT(1)
1220	u8 reserved[15];
1221};
1222
1223struct ice_aqc_link_topo_addr {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1224	u8 lport_num;
1225	u8 lport_num_valid;
1226#define ICE_AQC_LINK_TOPO_PORT_NUM_VALID	BIT(0)
1227	u8 node_type_ctx;
1228#define ICE_AQC_LINK_TOPO_NODE_TYPE_S		0
1229#define ICE_AQC_LINK_TOPO_NODE_TYPE_M	(0xF << ICE_AQC_LINK_TOPO_NODE_TYPE_S)
1230#define ICE_AQC_LINK_TOPO_NODE_TYPE_PHY		0
1231#define ICE_AQC_LINK_TOPO_NODE_TYPE_GPIO_CTRL	1
1232#define ICE_AQC_LINK_TOPO_NODE_TYPE_MUX_CTRL	2
1233#define ICE_AQC_LINK_TOPO_NODE_TYPE_LED_CTRL	3
1234#define ICE_AQC_LINK_TOPO_NODE_TYPE_LED		4
1235#define ICE_AQC_LINK_TOPO_NODE_TYPE_THERMAL	5
1236#define ICE_AQC_LINK_TOPO_NODE_TYPE_CAGE	6
1237#define ICE_AQC_LINK_TOPO_NODE_TYPE_MEZZ	7
1238#define ICE_AQC_LINK_TOPO_NODE_TYPE_ID_EEPROM	8
 
 
 
1239#define ICE_AQC_LINK_TOPO_NODE_CTX_S		4
1240#define ICE_AQC_LINK_TOPO_NODE_CTX_M		\
1241				(0xF << ICE_AQC_LINK_TOPO_NODE_CTX_S)
1242#define ICE_AQC_LINK_TOPO_NODE_CTX_GLOBAL	0
1243#define ICE_AQC_LINK_TOPO_NODE_CTX_BOARD	1
1244#define ICE_AQC_LINK_TOPO_NODE_CTX_PORT		2
1245#define ICE_AQC_LINK_TOPO_NODE_CTX_NODE		3
1246#define ICE_AQC_LINK_TOPO_NODE_CTX_PROVIDED	4
1247#define ICE_AQC_LINK_TOPO_NODE_CTX_OVERRIDE	5
1248	u8 index;
 
 
 
 
1249	__le16 handle;
1250#define ICE_AQC_LINK_TOPO_HANDLE_S	0
1251#define ICE_AQC_LINK_TOPO_HANDLE_M	(0x3FF << ICE_AQC_LINK_TOPO_HANDLE_S)
1252/* Used to decode the handle field */
1253#define ICE_AQC_LINK_TOPO_HANDLE_BRD_TYPE_M	BIT(9)
1254#define ICE_AQC_LINK_TOPO_HANDLE_BRD_TYPE_LOM	BIT(9)
1255#define ICE_AQC_LINK_TOPO_HANDLE_BRD_TYPE_MEZZ	0
1256#define ICE_AQC_LINK_TOPO_HANDLE_NODE_S		0
1257/* In case of a Mezzanine type */
1258#define ICE_AQC_LINK_TOPO_HANDLE_MEZZ_NODE_M	\
1259				(0x3F << ICE_AQC_LINK_TOPO_HANDLE_NODE_S)
1260#define ICE_AQC_LINK_TOPO_HANDLE_MEZZ_S	6
1261#define ICE_AQC_LINK_TOPO_HANDLE_MEZZ_M	(0x7 << ICE_AQC_LINK_TOPO_HANDLE_MEZZ_S)
1262/* In case of a LOM type */
1263#define ICE_AQC_LINK_TOPO_HANDLE_LOM_NODE_M	\
1264				(0x1FF << ICE_AQC_LINK_TOPO_HANDLE_NODE_S)
1265};
1266
1267/* Get Link Topology Handle (direct, 0x06E0) */
1268struct ice_aqc_get_link_topo {
1269	struct ice_aqc_link_topo_addr addr;
1270	u8 node_part_num;
 
 
 
 
 
 
 
1271	u8 rsvd[9];
1272};
1273
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1274/* Set Port Identification LED (direct, 0x06E9) */
1275struct ice_aqc_set_port_id_led {
1276	u8 lport_num;
1277	u8 lport_num_valid;
1278	u8 ident_mode;
1279#define ICE_AQC_PORT_IDENT_LED_BLINK	BIT(0)
1280#define ICE_AQC_PORT_IDENT_LED_ORIG	0
1281	u8 rsvd[13];
1282};
1283
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1284/* Read/Write SFF EEPROM command (indirect 0x06EE) */
1285struct ice_aqc_sff_eeprom {
1286	u8 lport_num;
1287	u8 lport_num_valid;
1288#define ICE_AQC_SFF_PORT_NUM_VALID	BIT(0)
1289	__le16 i2c_bus_addr;
1290#define ICE_AQC_SFF_I2CBUS_7BIT_M	0x7F
1291#define ICE_AQC_SFF_I2CBUS_10BIT_M	0x3FF
1292#define ICE_AQC_SFF_I2CBUS_TYPE_M	BIT(10)
1293#define ICE_AQC_SFF_I2CBUS_TYPE_7BIT	0
1294#define ICE_AQC_SFF_I2CBUS_TYPE_10BIT	ICE_AQC_SFF_I2CBUS_TYPE_M
1295#define ICE_AQC_SFF_SET_EEPROM_PAGE_S	11
1296#define ICE_AQC_SFF_SET_EEPROM_PAGE_M	(0x3 << ICE_AQC_SFF_SET_EEPROM_PAGE_S)
1297#define ICE_AQC_SFF_NO_PAGE_CHANGE	0
1298#define ICE_AQC_SFF_SET_23_ON_MISMATCH	1
1299#define ICE_AQC_SFF_SET_22_ON_MISMATCH	2
1300#define ICE_AQC_SFF_IS_WRITE		BIT(15)
1301	__le16 i2c_mem_addr;
1302	__le16 eeprom_page;
1303#define  ICE_AQC_SFF_EEPROM_BANK_S 0
1304#define  ICE_AQC_SFF_EEPROM_BANK_M (0xFF << ICE_AQC_SFF_EEPROM_BANK_S)
1305#define  ICE_AQC_SFF_EEPROM_PAGE_S 8
1306#define  ICE_AQC_SFF_EEPROM_PAGE_M (0xFF << ICE_AQC_SFF_EEPROM_PAGE_S)
1307	__le32 addr_high;
1308	__le32 addr_low;
1309};
1310
1311/* NVM Read command (indirect 0x0701)
1312 * NVM Erase commands (direct 0x0702)
1313 * NVM Update commands (indirect 0x0703)
1314 */
1315struct ice_aqc_nvm {
1316#define ICE_AQC_NVM_MAX_OFFSET		0xFFFFFF
1317	__le16 offset_low;
1318	u8 offset_high;
1319	u8 cmd_flags;
1320#define ICE_AQC_NVM_LAST_CMD		BIT(0)
1321#define ICE_AQC_NVM_PCIR_REQ		BIT(0)	/* Used by NVM Update reply */
1322#define ICE_AQC_NVM_PRESERVATION_S	1
1323#define ICE_AQC_NVM_PRESERVATION_M	(3 << ICE_AQC_NVM_PRESERVATION_S)
1324#define ICE_AQC_NVM_NO_PRESERVATION	(0 << ICE_AQC_NVM_PRESERVATION_S)
1325#define ICE_AQC_NVM_PRESERVE_ALL	BIT(1)
1326#define ICE_AQC_NVM_FACTORY_DEFAULT	(2 << ICE_AQC_NVM_PRESERVATION_S)
1327#define ICE_AQC_NVM_PRESERVE_SELECTED	(3 << ICE_AQC_NVM_PRESERVATION_S)
1328#define ICE_AQC_NVM_ACTIV_SEL_NVM	BIT(3) /* Write Activate/SR Dump only */
1329#define ICE_AQC_NVM_ACTIV_SEL_OROM	BIT(4)
1330#define ICE_AQC_NVM_ACTIV_SEL_NETLIST	BIT(5)
1331#define ICE_AQC_NVM_SPECIAL_UPDATE	BIT(6)
1332#define ICE_AQC_NVM_REVERT_LAST_ACTIV	BIT(6) /* Write Activate only */
1333#define ICE_AQC_NVM_ACTIV_SEL_MASK	ICE_M(0x7, 3)
1334#define ICE_AQC_NVM_FLASH_ONLY		BIT(7)
 
 
 
 
 
 
 
 
 
 
 
1335	__le16 module_typeid;
1336	__le16 length;
1337#define ICE_AQC_NVM_ERASE_LEN	0xFFFF
1338	__le32 addr_high;
1339	__le32 addr_low;
1340};
1341
1342#define ICE_AQC_NVM_START_POINT			0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1343
1344/* NVM Checksum Command (direct, 0x0706) */
1345struct ice_aqc_nvm_checksum {
1346	u8 flags;
1347#define ICE_AQC_NVM_CHECKSUM_VERIFY	BIT(0)
1348#define ICE_AQC_NVM_CHECKSUM_RECALC	BIT(1)
1349	u8 rsvd;
1350	__le16 checksum; /* Used only by response */
1351#define ICE_AQC_NVM_CHECKSUM_CORRECT	0xBABA
1352	u8 rsvd2[12];
1353};
1354
1355/* Used for NVM Set Package Data command - 0x070A */
1356struct ice_aqc_nvm_pkg_data {
1357	u8 reserved[3];
1358	u8 cmd_flags;
1359#define ICE_AQC_NVM_PKG_DELETE		BIT(0) /* used for command call */
1360#define ICE_AQC_NVM_PKG_SKIPPED		BIT(0) /* used for command response */
1361
1362	u32 reserved1;
1363	__le32 addr_high;
1364	__le32 addr_low;
1365};
1366
1367/* Used for Pass Component Table command - 0x070B */
1368struct ice_aqc_nvm_pass_comp_tbl {
1369	u8 component_response; /* Response only */
1370#define ICE_AQ_NVM_PASS_COMP_CAN_BE_UPDATED		0x0
1371#define ICE_AQ_NVM_PASS_COMP_CAN_MAY_BE_UPDATEABLE	0x1
1372#define ICE_AQ_NVM_PASS_COMP_CAN_NOT_BE_UPDATED		0x2
1373	u8 component_response_code; /* Response only */
1374#define ICE_AQ_NVM_PASS_COMP_CAN_BE_UPDATED_CODE	0x0
1375#define ICE_AQ_NVM_PASS_COMP_STAMP_IDENTICAL_CODE	0x1
1376#define ICE_AQ_NVM_PASS_COMP_STAMP_LOWER		0x2
1377#define ICE_AQ_NVM_PASS_COMP_INVALID_STAMP_CODE		0x3
1378#define ICE_AQ_NVM_PASS_COMP_CONFLICT_CODE		0x4
1379#define ICE_AQ_NVM_PASS_COMP_PRE_REQ_NOT_MET_CODE	0x5
1380#define ICE_AQ_NVM_PASS_COMP_NOT_SUPPORTED_CODE		0x6
1381#define ICE_AQ_NVM_PASS_COMP_CANNOT_DOWNGRADE_CODE	0x7
1382#define ICE_AQ_NVM_PASS_COMP_INCOMPLETE_IMAGE_CODE	0x8
1383#define ICE_AQ_NVM_PASS_COMP_VER_STR_IDENTICAL_CODE	0xA
1384#define ICE_AQ_NVM_PASS_COMP_VER_STR_LOWER_CODE		0xB
1385	u8 reserved;
1386	u8 transfer_flag;
1387#define ICE_AQ_NVM_PASS_COMP_TBL_START			0x1
1388#define ICE_AQ_NVM_PASS_COMP_TBL_MIDDLE			0x2
1389#define ICE_AQ_NVM_PASS_COMP_TBL_END			0x4
1390#define ICE_AQ_NVM_PASS_COMP_TBL_START_AND_END		0x5
1391	__le32 reserved1;
1392	__le32 addr_high;
1393	__le32 addr_low;
1394};
1395
1396struct ice_aqc_nvm_comp_tbl {
1397	__le16 comp_class;
1398#define NVM_COMP_CLASS_ALL_FW	0x000A
1399
1400	__le16 comp_id;
1401#define NVM_COMP_ID_OROM	0x5
1402#define NVM_COMP_ID_NVM		0x6
1403#define NVM_COMP_ID_NETLIST	0x8
1404
1405	u8 comp_class_idx;
1406#define FWU_COMP_CLASS_IDX_NOT_USE 0x0
1407
1408	__le32 comp_cmp_stamp;
1409	u8 cvs_type;
1410#define NVM_CVS_TYPE_ASCII	0x1
1411
1412	u8 cvs_len;
1413	u8 cvs[]; /* Component Version String */
1414} __packed;
1415
1416/* Send to PF command (indirect 0x0801) ID is only used by PF
1417 *
1418 * Send to VF command (indirect 0x0802) ID is only used by PF
1419 *
1420 */
1421struct ice_aqc_pf_vf_msg {
1422	__le32 id;
1423	u32 reserved;
1424	__le32 addr_high;
1425	__le32 addr_low;
1426};
1427
1428/* Get LLDP MIB (indirect 0x0A00)
1429 * Note: This is also used by the LLDP MIB Change Event (0x0A01)
1430 * as the format is the same.
1431 */
1432struct ice_aqc_lldp_get_mib {
1433	u8 type;
1434#define ICE_AQ_LLDP_MIB_TYPE_S			0
1435#define ICE_AQ_LLDP_MIB_TYPE_M			(0x3 << ICE_AQ_LLDP_MIB_TYPE_S)
1436#define ICE_AQ_LLDP_MIB_LOCAL			0
1437#define ICE_AQ_LLDP_MIB_REMOTE			1
1438#define ICE_AQ_LLDP_MIB_LOCAL_AND_REMOTE	2
1439#define ICE_AQ_LLDP_BRID_TYPE_S			2
1440#define ICE_AQ_LLDP_BRID_TYPE_M			(0x3 << ICE_AQ_LLDP_BRID_TYPE_S)
1441#define ICE_AQ_LLDP_BRID_TYPE_NEAREST_BRID	0
1442#define ICE_AQ_LLDP_BRID_TYPE_NON_TPMR		1
1443/* Tx pause flags in the 0xA01 event use ICE_AQ_LLDP_TX_* */
1444#define ICE_AQ_LLDP_TX_S			0x4
1445#define ICE_AQ_LLDP_TX_M			(0x03 << ICE_AQ_LLDP_TX_S)
1446#define ICE_AQ_LLDP_TX_ACTIVE			0
1447#define ICE_AQ_LLDP_TX_SUSPENDED		1
1448#define ICE_AQ_LLDP_TX_FLUSHED			3
 
 
 
 
 
 
 
 
 
 
 
1449/* The following bytes are reserved for the Get LLDP MIB command (0x0A00)
1450 * and in the LLDP MIB Change Event (0x0A01). They are valid for the
1451 * Get LLDP MIB (0x0A00) response only.
1452 */
1453	u8 reserved1;
1454	__le16 local_len;
1455	__le16 remote_len;
1456	u8 reserved2[2];
1457	__le32 addr_high;
1458	__le32 addr_low;
1459};
1460
1461/* Configure LLDP MIB Change Event (direct 0x0A01) */
1462/* For MIB Change Event use ice_aqc_lldp_get_mib structure above */
1463struct ice_aqc_lldp_set_mib_change {
1464	u8 command;
1465#define ICE_AQ_LLDP_MIB_UPDATE_ENABLE		0x0
1466#define ICE_AQ_LLDP_MIB_UPDATE_DIS		0x1
 
 
 
1467	u8 reserved[15];
1468};
1469
1470/* Stop LLDP (direct 0x0A05) */
1471struct ice_aqc_lldp_stop {
1472	u8 command;
1473#define ICE_AQ_LLDP_AGENT_STATE_MASK	BIT(0)
1474#define ICE_AQ_LLDP_AGENT_STOP		0x0
1475#define ICE_AQ_LLDP_AGENT_SHUTDOWN	ICE_AQ_LLDP_AGENT_STATE_MASK
1476#define ICE_AQ_LLDP_AGENT_PERSIST_DIS	BIT(1)
1477	u8 reserved[15];
1478};
1479
1480/* Start LLDP (direct 0x0A06) */
1481struct ice_aqc_lldp_start {
1482	u8 command;
1483#define ICE_AQ_LLDP_AGENT_START		BIT(0)
1484#define ICE_AQ_LLDP_AGENT_PERSIST_ENA	BIT(1)
1485	u8 reserved[15];
1486};
1487
1488/* Get CEE DCBX Oper Config (0x0A07)
1489 * The command uses the generic descriptor struct and
1490 * returns the struct below as an indirect response.
1491 */
1492struct ice_aqc_get_cee_dcb_cfg_resp {
1493	u8 oper_num_tc;
1494	u8 oper_prio_tc[4];
1495	u8 oper_tc_bw[8];
1496	u8 oper_pfc_en;
1497	__le16 oper_app_prio;
1498#define ICE_AQC_CEE_APP_FCOE_S		0
1499#define ICE_AQC_CEE_APP_FCOE_M		(0x7 << ICE_AQC_CEE_APP_FCOE_S)
1500#define ICE_AQC_CEE_APP_ISCSI_S		3
1501#define ICE_AQC_CEE_APP_ISCSI_M		(0x7 << ICE_AQC_CEE_APP_ISCSI_S)
1502#define ICE_AQC_CEE_APP_FIP_S		8
1503#define ICE_AQC_CEE_APP_FIP_M		(0x7 << ICE_AQC_CEE_APP_FIP_S)
1504	__le32 tlv_status;
1505#define ICE_AQC_CEE_PG_STATUS_S		0
1506#define ICE_AQC_CEE_PG_STATUS_M		(0x7 << ICE_AQC_CEE_PG_STATUS_S)
1507#define ICE_AQC_CEE_PFC_STATUS_S	3
1508#define ICE_AQC_CEE_PFC_STATUS_M	(0x7 << ICE_AQC_CEE_PFC_STATUS_S)
1509#define ICE_AQC_CEE_FCOE_STATUS_S	8
1510#define ICE_AQC_CEE_FCOE_STATUS_M	(0x7 << ICE_AQC_CEE_FCOE_STATUS_S)
1511#define ICE_AQC_CEE_ISCSI_STATUS_S	11
1512#define ICE_AQC_CEE_ISCSI_STATUS_M	(0x7 << ICE_AQC_CEE_ISCSI_STATUS_S)
1513#define ICE_AQC_CEE_FIP_STATUS_S	16
1514#define ICE_AQC_CEE_FIP_STATUS_M	(0x7 << ICE_AQC_CEE_FIP_STATUS_S)
1515	u8 reserved[12];
1516};
1517
1518/* Set Local LLDP MIB (indirect 0x0A08)
1519 * Used to replace the local MIB of a given LLDP agent. e.g. DCBX
1520 */
1521struct ice_aqc_lldp_set_local_mib {
1522	u8 type;
1523#define SET_LOCAL_MIB_TYPE_DCBX_M		BIT(0)
1524#define SET_LOCAL_MIB_TYPE_LOCAL_MIB		0
1525#define SET_LOCAL_MIB_TYPE_CEE_M		BIT(1)
1526#define SET_LOCAL_MIB_TYPE_CEE_WILLING		0
1527#define SET_LOCAL_MIB_TYPE_CEE_NON_WILLING	SET_LOCAL_MIB_TYPE_CEE_M
1528	u8 reserved0;
1529	__le16 length;
1530	u8 reserved1[4];
1531	__le32 addr_high;
1532	__le32 addr_low;
1533};
1534
1535/* Stop/Start LLDP Agent (direct 0x0A09)
1536 * Used for stopping/starting specific LLDP agent. e.g. DCBX.
1537 * The same structure is used for the response, with the command field
1538 * being used as the status field.
1539 */
1540struct ice_aqc_lldp_stop_start_specific_agent {
1541	u8 command;
1542#define ICE_AQC_START_STOP_AGENT_M		BIT(0)
1543#define ICE_AQC_START_STOP_AGENT_STOP_DCBX	0
1544#define ICE_AQC_START_STOP_AGENT_START_DCBX	ICE_AQC_START_STOP_AGENT_M
1545	u8 reserved[15];
1546};
1547
1548/* LLDP Filter Control (direct 0x0A0A) */
1549struct ice_aqc_lldp_filter_ctrl {
1550	u8 cmd_flags;
1551#define ICE_AQC_LLDP_FILTER_ACTION_ADD		0x0
1552#define ICE_AQC_LLDP_FILTER_ACTION_DELETE	0x1
1553	u8 reserved1;
1554	__le16 vsi_num;
1555	u8 reserved2[12];
1556};
1557
 
 
1558/* Get/Set RSS key (indirect 0x0B04/0x0B02) */
1559struct ice_aqc_get_set_rss_key {
1560#define ICE_AQC_GSET_RSS_KEY_VSI_VALID	BIT(15)
1561#define ICE_AQC_GSET_RSS_KEY_VSI_ID_S	0
1562#define ICE_AQC_GSET_RSS_KEY_VSI_ID_M	(0x3FF << ICE_AQC_GSET_RSS_KEY_VSI_ID_S)
1563	__le16 vsi_id;
1564	u8 reserved[6];
1565	__le32 addr_high;
1566	__le32 addr_low;
1567};
1568
1569#define ICE_AQC_GET_SET_RSS_KEY_DATA_RSS_KEY_SIZE	0x28
1570#define ICE_AQC_GET_SET_RSS_KEY_DATA_HASH_KEY_SIZE	0xC
1571#define ICE_GET_SET_RSS_KEY_EXTEND_KEY_SIZE \
1572				(ICE_AQC_GET_SET_RSS_KEY_DATA_RSS_KEY_SIZE + \
1573				 ICE_AQC_GET_SET_RSS_KEY_DATA_HASH_KEY_SIZE)
1574
1575struct ice_aqc_get_set_rss_keys {
1576	u8 standard_rss_key[ICE_AQC_GET_SET_RSS_KEY_DATA_RSS_KEY_SIZE];
1577	u8 extended_hash_key[ICE_AQC_GET_SET_RSS_KEY_DATA_HASH_KEY_SIZE];
1578};
1579
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1580/* Get/Set RSS LUT (indirect 0x0B05/0x0B03) */
1581struct ice_aqc_get_set_rss_lut {
1582#define ICE_AQC_GSET_RSS_LUT_VSI_VALID	BIT(15)
1583#define ICE_AQC_GSET_RSS_LUT_VSI_ID_S	0
1584#define ICE_AQC_GSET_RSS_LUT_VSI_ID_M	(0x3FF << ICE_AQC_GSET_RSS_LUT_VSI_ID_S)
1585	__le16 vsi_id;
1586#define ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_S	0
1587#define ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_M	\
1588				(0x3 << ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_S)
1589
1590#define ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_VSI	 0
1591#define ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_PF	 1
1592#define ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_GLOBAL	 2
1593
1594#define ICE_AQC_GSET_RSS_LUT_TABLE_SIZE_S	 2
1595#define ICE_AQC_GSET_RSS_LUT_TABLE_SIZE_M	 \
1596				(0x3 << ICE_AQC_GSET_RSS_LUT_TABLE_SIZE_S)
1597
1598#define ICE_AQC_GSET_RSS_LUT_TABLE_SIZE_128	 128
1599#define ICE_AQC_GSET_RSS_LUT_TABLE_SIZE_128_FLAG 0
1600#define ICE_AQC_GSET_RSS_LUT_TABLE_SIZE_512	 512
1601#define ICE_AQC_GSET_RSS_LUT_TABLE_SIZE_512_FLAG 1
1602#define ICE_AQC_GSET_RSS_LUT_TABLE_SIZE_2K	 2048
1603#define ICE_AQC_GSET_RSS_LUT_TABLE_SIZE_2K_FLAG	 2
1604
1605#define ICE_AQC_GSET_RSS_LUT_GLOBAL_IDX_S	 4
1606#define ICE_AQC_GSET_RSS_LUT_GLOBAL_IDX_M	 \
1607				(0xF << ICE_AQC_GSET_RSS_LUT_GLOBAL_IDX_S)
1608
1609	__le16 flags;
1610	__le32 reserved;
1611	__le32 addr_high;
1612	__le32 addr_low;
1613};
1614
1615/* Sideband Control Interface Commands */
1616/* Neighbor Device Request (indirect 0x0C00); also used for the response. */
1617struct ice_aqc_neigh_dev_req {
1618	__le16 sb_data_len;
1619	u8 reserved[6];
1620	__le32 addr_high;
1621	__le32 addr_low;
1622};
1623
1624/* Add Tx LAN Queues (indirect 0x0C30) */
1625struct ice_aqc_add_txqs {
1626	u8 num_qgrps;
1627	u8 reserved[3];
1628	__le32 reserved1;
1629	__le32 addr_high;
1630	__le32 addr_low;
1631};
1632
1633/* This is the descriptor of each queue entry for the Add Tx LAN Queues
1634 * command (0x0C30). Only used within struct ice_aqc_add_tx_qgrp.
1635 */
1636struct ice_aqc_add_txqs_perq {
1637	__le16 txq_id;
1638	u8 rsvd[2];
1639	__le32 q_teid;
1640	u8 txq_ctx[22];
1641	u8 rsvd2[2];
1642	struct ice_aqc_txsched_elem info;
1643};
1644
1645/* The format of the command buffer for Add Tx LAN Queues (0x0C30)
1646 * is an array of the following structs. Please note that the length of
1647 * each struct ice_aqc_add_tx_qgrp is variable due
1648 * to the variable number of queues in each group!
1649 */
1650struct ice_aqc_add_tx_qgrp {
1651	__le32 parent_teid;
1652	u8 num_txqs;
1653	u8 rsvd[3];
1654	struct ice_aqc_add_txqs_perq txqs[];
1655};
1656
1657/* Disable Tx LAN Queues (indirect 0x0C31) */
1658struct ice_aqc_dis_txqs {
1659	u8 cmd_type;
1660#define ICE_AQC_Q_DIS_CMD_S		0
1661#define ICE_AQC_Q_DIS_CMD_M		(0x3 << ICE_AQC_Q_DIS_CMD_S)
1662#define ICE_AQC_Q_DIS_CMD_NO_FUNC_RESET	(0 << ICE_AQC_Q_DIS_CMD_S)
1663#define ICE_AQC_Q_DIS_CMD_VM_RESET	BIT(ICE_AQC_Q_DIS_CMD_S)
1664#define ICE_AQC_Q_DIS_CMD_VF_RESET	(2 << ICE_AQC_Q_DIS_CMD_S)
1665#define ICE_AQC_Q_DIS_CMD_PF_RESET	(3 << ICE_AQC_Q_DIS_CMD_S)
1666#define ICE_AQC_Q_DIS_CMD_SUBSEQ_CALL	BIT(2)
1667#define ICE_AQC_Q_DIS_CMD_FLUSH_PIPE	BIT(3)
1668	u8 num_entries;
1669	__le16 vmvf_and_timeout;
1670#define ICE_AQC_Q_DIS_VMVF_NUM_S	0
1671#define ICE_AQC_Q_DIS_VMVF_NUM_M	(0x3FF << ICE_AQC_Q_DIS_VMVF_NUM_S)
1672#define ICE_AQC_Q_DIS_TIMEOUT_S		10
1673#define ICE_AQC_Q_DIS_TIMEOUT_M		(0x3F << ICE_AQC_Q_DIS_TIMEOUT_S)
1674	__le32 blocked_cgds;
1675	__le32 addr_high;
1676	__le32 addr_low;
1677};
1678
1679/* The buffer for Disable Tx LAN Queues (indirect 0x0C31)
1680 * contains the following structures, arrayed one after the
1681 * other.
1682 * Note: Since the q_id is 16 bits wide, if the
1683 * number of queues is even, then 2 bytes of alignment MUST be
1684 * added before the start of the next group, to allow correct
1685 * alignment of the parent_teid field.
1686 */
1687struct ice_aqc_dis_txq_item {
1688	__le32 parent_teid;
1689	u8 num_qs;
1690	u8 rsvd;
1691	/* The length of the q_id array varies according to num_qs */
1692#define ICE_AQC_Q_DIS_BUF_ELEM_TYPE_S		15
1693#define ICE_AQC_Q_DIS_BUF_ELEM_TYPE_LAN_Q	\
1694			(0 << ICE_AQC_Q_DIS_BUF_ELEM_TYPE_S)
1695#define ICE_AQC_Q_DIS_BUF_ELEM_TYPE_RDMA_QSET	\
1696			(1 << ICE_AQC_Q_DIS_BUF_ELEM_TYPE_S)
1697	__le16 q_id[];
1698} __packed;
1699
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1700/* Add Tx RDMA Queue Set (indirect 0x0C33) */
1701struct ice_aqc_add_rdma_qset {
1702	u8 num_qset_grps;
1703	u8 reserved[7];
1704	__le32 addr_high;
1705	__le32 addr_low;
1706};
1707
1708/* This is the descriptor of each Qset entry for the Add Tx RDMA Queue Set
1709 * command (0x0C33). Only used within struct ice_aqc_add_rdma_qset.
1710 */
1711struct ice_aqc_add_tx_rdma_qset_entry {
1712	__le16 tx_qset_id;
1713	u8 rsvd[2];
1714	__le32 qset_teid;
1715	struct ice_aqc_txsched_elem info;
1716};
1717
1718/* The format of the command buffer for Add Tx RDMA Queue Set(0x0C33)
1719 * is an array of the following structs. Please note that the length of
1720 * each struct ice_aqc_add_rdma_qset is variable due to the variable
1721 * number of queues in each group!
1722 */
1723struct ice_aqc_add_rdma_qset_data {
1724	__le32 parent_teid;
1725	__le16 num_qsets;
1726	u8 rsvd[2];
1727	struct ice_aqc_add_tx_rdma_qset_entry rdma_qsets[];
1728};
1729
1730/* Configure Firmware Logging Command (indirect 0xFF09)
1731 * Logging Information Read Response (indirect 0xFF10)
1732 * Note: The 0xFF10 command has no input parameters.
1733 */
1734struct ice_aqc_fw_logging {
1735	u8 log_ctrl;
1736#define ICE_AQC_FW_LOG_AQ_EN		BIT(0)
1737#define ICE_AQC_FW_LOG_UART_EN		BIT(1)
1738	u8 rsvd0;
1739	u8 log_ctrl_valid; /* Not used by 0xFF10 Response */
1740#define ICE_AQC_FW_LOG_AQ_VALID		BIT(0)
1741#define ICE_AQC_FW_LOG_UART_VALID	BIT(1)
1742	u8 rsvd1[5];
1743	__le32 addr_high;
1744	__le32 addr_low;
1745};
1746
1747enum ice_aqc_fw_logging_mod {
1748	ICE_AQC_FW_LOG_ID_GENERAL = 0,
1749	ICE_AQC_FW_LOG_ID_CTRL,
1750	ICE_AQC_FW_LOG_ID_LINK,
1751	ICE_AQC_FW_LOG_ID_LINK_TOPO,
1752	ICE_AQC_FW_LOG_ID_DNL,
1753	ICE_AQC_FW_LOG_ID_I2C,
1754	ICE_AQC_FW_LOG_ID_SDP,
1755	ICE_AQC_FW_LOG_ID_MDIO,
1756	ICE_AQC_FW_LOG_ID_ADMINQ,
1757	ICE_AQC_FW_LOG_ID_HDMA,
1758	ICE_AQC_FW_LOG_ID_LLDP,
1759	ICE_AQC_FW_LOG_ID_DCBX,
1760	ICE_AQC_FW_LOG_ID_DCB,
1761	ICE_AQC_FW_LOG_ID_NETPROXY,
1762	ICE_AQC_FW_LOG_ID_NVM,
1763	ICE_AQC_FW_LOG_ID_AUTH,
1764	ICE_AQC_FW_LOG_ID_VPD,
1765	ICE_AQC_FW_LOG_ID_IOSF,
1766	ICE_AQC_FW_LOG_ID_PARSER,
1767	ICE_AQC_FW_LOG_ID_SW,
1768	ICE_AQC_FW_LOG_ID_SCHEDULER,
1769	ICE_AQC_FW_LOG_ID_TXQ,
1770	ICE_AQC_FW_LOG_ID_RSVD,
1771	ICE_AQC_FW_LOG_ID_POST,
1772	ICE_AQC_FW_LOG_ID_WATCHDOG,
1773	ICE_AQC_FW_LOG_ID_TASK_DISPATCH,
1774	ICE_AQC_FW_LOG_ID_MNG,
1775	ICE_AQC_FW_LOG_ID_MAX,
1776};
1777
1778/* Defines for both above FW logging command/response buffers */
1779#define ICE_AQC_FW_LOG_ID_S		0
1780#define ICE_AQC_FW_LOG_ID_M		(0xFFF << ICE_AQC_FW_LOG_ID_S)
1781
1782#define ICE_AQC_FW_LOG_CONF_SUCCESS	0	/* Used by response */
1783#define ICE_AQC_FW_LOG_CONF_BAD_INDX	BIT(12)	/* Used by response */
1784
1785#define ICE_AQC_FW_LOG_EN_S		12
1786#define ICE_AQC_FW_LOG_EN_M		(0xF << ICE_AQC_FW_LOG_EN_S)
1787#define ICE_AQC_FW_LOG_INFO_EN		BIT(12)	/* Used by command */
1788#define ICE_AQC_FW_LOG_INIT_EN		BIT(13)	/* Used by command */
1789#define ICE_AQC_FW_LOG_FLOW_EN		BIT(14)	/* Used by command */
1790#define ICE_AQC_FW_LOG_ERR_EN		BIT(15)	/* Used by command */
1791
1792/* Get/Clear FW Log (indirect 0xFF11) */
1793struct ice_aqc_get_clear_fw_log {
1794	u8 flags;
1795#define ICE_AQC_FW_LOG_CLEAR		BIT(0)
1796#define ICE_AQC_FW_LOG_MORE_DATA_AVAIL	BIT(1)
1797	u8 rsvd1[7];
1798	__le32 addr_high;
1799	__le32 addr_low;
1800};
1801
1802/* Download Package (indirect 0x0C40) */
1803/* Also used for Update Package (indirect 0x0C42) */
1804struct ice_aqc_download_pkg {
1805	u8 flags;
1806#define ICE_AQC_DOWNLOAD_PKG_LAST_BUF	0x01
1807	u8 reserved[3];
1808	__le32 reserved1;
1809	__le32 addr_high;
1810	__le32 addr_low;
1811};
1812
1813struct ice_aqc_download_pkg_resp {
1814	__le32 error_offset;
1815	__le32 error_info;
1816	__le32 addr_high;
1817	__le32 addr_low;
1818};
1819
1820/* Get Package Info List (indirect 0x0C43) */
1821struct ice_aqc_get_pkg_info_list {
1822	__le32 reserved1;
1823	__le32 reserved2;
1824	__le32 addr_high;
1825	__le32 addr_low;
1826};
1827
1828/* Version format for packages */
1829struct ice_pkg_ver {
1830	u8 major;
1831	u8 minor;
1832	u8 update;
1833	u8 draft;
1834};
1835
1836#define ICE_PKG_NAME_SIZE	32
1837#define ICE_SEG_ID_SIZE		28
1838#define ICE_SEG_NAME_SIZE	28
1839
1840struct ice_aqc_get_pkg_info {
1841	struct ice_pkg_ver ver;
1842	char name[ICE_SEG_NAME_SIZE];
1843	__le32 track_id;
1844	u8 is_in_nvm;
1845	u8 is_active;
1846	u8 is_active_at_boot;
1847	u8 is_modified;
1848};
1849
1850/* Get Package Info List response buffer format (0x0C43) */
1851struct ice_aqc_get_pkg_info_resp {
1852	__le32 count;
1853	struct ice_aqc_get_pkg_info pkg_info[];
1854};
1855
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1856/* Driver Shared Parameters (direct, 0x0C90) */
1857struct ice_aqc_driver_shared_params {
1858	u8 set_or_get_op;
1859#define ICE_AQC_DRIVER_PARAM_OP_MASK		BIT(0)
1860#define ICE_AQC_DRIVER_PARAM_SET		0
1861#define ICE_AQC_DRIVER_PARAM_GET		1
1862	u8 param_indx;
1863#define ICE_AQC_DRIVER_PARAM_MAX_IDX		15
1864	u8 rsvd[2];
1865	__le32 param_val;
1866	__le32 addr_high;
1867	__le32 addr_low;
1868};
1869
1870enum ice_aqc_driver_params {
1871	/* OS clock index for PTP timer Domain 0 */
1872	ICE_AQC_DRIVER_PARAM_CLK_IDX_TMR0 = 0,
1873	/* OS clock index for PTP timer Domain 1 */
1874	ICE_AQC_DRIVER_PARAM_CLK_IDX_TMR1,
1875
1876	/* Add new parameters above */
1877	ICE_AQC_DRIVER_PARAM_MAX = 16,
1878};
1879
1880/* Lan Queue Overflow Event (direct, 0x1001) */
1881struct ice_aqc_event_lan_overflow {
1882	__le32 prtdcb_ruptq;
1883	__le32 qtx_ctl;
1884	u8 reserved[8];
1885};
1886
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1887/**
1888 * struct ice_aq_desc - Admin Queue (AQ) descriptor
1889 * @flags: ICE_AQ_FLAG_* flags
1890 * @opcode: AQ command opcode
1891 * @datalen: length in bytes of indirect/external data buffer
1892 * @retval: return value from firmware
1893 * @cookie_high: opaque data high-half
1894 * @cookie_low: opaque data low-half
1895 * @params: command-specific parameters
1896 *
1897 * Descriptor format for commands the driver posts on the Admin Transmit Queue
1898 * (ATQ). The firmware writes back onto the command descriptor and returns
1899 * the result of the command. Asynchronous events that are not an immediate
1900 * result of the command are written to the Admin Receive Queue (ARQ) using
1901 * the same descriptor format. Descriptors are in little-endian notation with
1902 * 32-bit words.
1903 */
1904struct ice_aq_desc {
1905	__le16 flags;
1906	__le16 opcode;
1907	__le16 datalen;
1908	__le16 retval;
1909	__le32 cookie_high;
1910	__le32 cookie_low;
1911	union {
1912		u8 raw[16];
1913		struct ice_aqc_generic generic;
1914		struct ice_aqc_get_ver get_ver;
1915		struct ice_aqc_driver_ver driver_ver;
1916		struct ice_aqc_q_shutdown q_shutdown;
1917		struct ice_aqc_req_res res_owner;
1918		struct ice_aqc_manage_mac_read mac_read;
1919		struct ice_aqc_manage_mac_write mac_write;
1920		struct ice_aqc_clear_pxe clear_pxe;
1921		struct ice_aqc_list_caps get_cap;
1922		struct ice_aqc_get_phy_caps get_phy;
1923		struct ice_aqc_set_phy_cfg set_phy;
1924		struct ice_aqc_restart_an restart_an;
 
 
 
 
 
1925		struct ice_aqc_sff_eeprom read_write_sff_param;
1926		struct ice_aqc_set_port_id_led set_port_id_led;
 
 
1927		struct ice_aqc_get_sw_cfg get_sw_conf;
 
1928		struct ice_aqc_sw_rules sw_rules;
 
 
1929		struct ice_aqc_get_topo get_topo;
1930		struct ice_aqc_sched_elem_cmd sched_elem_cmd;
1931		struct ice_aqc_query_txsched_res query_sched_res;
1932		struct ice_aqc_query_port_ets port_ets;
1933		struct ice_aqc_rl_profile rl_profile;
1934		struct ice_aqc_nvm nvm;
1935		struct ice_aqc_nvm_checksum nvm_checksum;
1936		struct ice_aqc_nvm_pkg_data pkg_data;
1937		struct ice_aqc_nvm_pass_comp_tbl pass_comp_tbl;
1938		struct ice_aqc_pf_vf_msg virt;
 
1939		struct ice_aqc_lldp_get_mib lldp_get_mib;
1940		struct ice_aqc_lldp_set_mib_change lldp_set_event;
1941		struct ice_aqc_lldp_stop lldp_stop;
1942		struct ice_aqc_lldp_start lldp_start;
1943		struct ice_aqc_lldp_set_local_mib lldp_set_mib;
1944		struct ice_aqc_lldp_stop_start_specific_agent lldp_agent_ctrl;
1945		struct ice_aqc_lldp_filter_ctrl lldp_filter_ctrl;
1946		struct ice_aqc_get_set_rss_lut get_set_rss_lut;
1947		struct ice_aqc_get_set_rss_key get_set_rss_key;
1948		struct ice_aqc_neigh_dev_req neigh_dev;
1949		struct ice_aqc_add_txqs add_txqs;
1950		struct ice_aqc_dis_txqs dis_txqs;
 
1951		struct ice_aqc_add_rdma_qset add_rdma_qset;
1952		struct ice_aqc_add_get_update_free_vsi vsi_cmd;
1953		struct ice_aqc_add_update_free_vsi_resp add_update_free_vsi_res;
1954		struct ice_aqc_fw_logging fw_logging;
1955		struct ice_aqc_get_clear_fw_log get_clear_fw_log;
1956		struct ice_aqc_download_pkg download_pkg;
 
 
 
 
 
 
 
 
 
1957		struct ice_aqc_driver_shared_params drv_shared_params;
 
1958		struct ice_aqc_set_mac_lb set_mac_lb;
1959		struct ice_aqc_alloc_free_res_cmd sw_res_ctrl;
1960		struct ice_aqc_set_mac_cfg set_mac_cfg;
1961		struct ice_aqc_set_event_mask set_event_mask;
1962		struct ice_aqc_get_link_status get_link_status;
1963		struct ice_aqc_event_lan_overflow lan_overflow;
1964		struct ice_aqc_get_link_topo get_link_topo;
 
 
 
 
1965	} params;
1966};
1967
1968/* FW defined boundary for a large buffer, 4k >= Large buffer > 512 bytes */
1969#define ICE_AQ_LG_BUF	512
1970
 
 
1971#define ICE_AQ_FLAG_ERR_S	2
1972#define ICE_AQ_FLAG_LB_S	9
1973#define ICE_AQ_FLAG_RD_S	10
1974#define ICE_AQ_FLAG_BUF_S	12
1975#define ICE_AQ_FLAG_SI_S	13
1976
 
 
1977#define ICE_AQ_FLAG_ERR		BIT(ICE_AQ_FLAG_ERR_S) /* 0x4    */
1978#define ICE_AQ_FLAG_LB		BIT(ICE_AQ_FLAG_LB_S)  /* 0x200  */
1979#define ICE_AQ_FLAG_RD		BIT(ICE_AQ_FLAG_RD_S)  /* 0x400  */
1980#define ICE_AQ_FLAG_BUF		BIT(ICE_AQ_FLAG_BUF_S) /* 0x1000 */
1981#define ICE_AQ_FLAG_SI		BIT(ICE_AQ_FLAG_SI_S)  /* 0x2000 */
1982
1983/* error codes */
1984enum ice_aq_err {
1985	ICE_AQ_RC_OK		= 0,  /* Success */
1986	ICE_AQ_RC_EPERM		= 1,  /* Operation not permitted */
1987	ICE_AQ_RC_ENOENT	= 2,  /* No such element */
1988	ICE_AQ_RC_ENOMEM	= 9,  /* Out of memory */
1989	ICE_AQ_RC_EBUSY		= 12, /* Device or resource busy */
1990	ICE_AQ_RC_EEXIST	= 13, /* Object already exists */
1991	ICE_AQ_RC_EINVAL	= 14, /* Invalid argument */
1992	ICE_AQ_RC_ENOSPC	= 16, /* No space left or allocation failure */
1993	ICE_AQ_RC_ENOSYS	= 17, /* Function not implemented */
1994	ICE_AQ_RC_EMODE		= 21, /* Op not allowed in current dev mode */
1995	ICE_AQ_RC_ENOSEC	= 24, /* Missing security manifest */
1996	ICE_AQ_RC_EBADSIG	= 25, /* Bad RSA signature */
1997	ICE_AQ_RC_ESVN		= 26, /* SVN number prohibits this package */
1998	ICE_AQ_RC_EBADMAN	= 27, /* Manifest hash mismatch */
1999	ICE_AQ_RC_EBADBUF	= 28, /* Buffer hash mismatches manifest */
2000};
2001
2002/* Admin Queue command opcodes */
2003enum ice_adminq_opc {
2004	/* AQ commands */
2005	ice_aqc_opc_get_ver				= 0x0001,
2006	ice_aqc_opc_driver_ver				= 0x0002,
2007	ice_aqc_opc_q_shutdown				= 0x0003,
2008
2009	/* resource ownership */
2010	ice_aqc_opc_req_res				= 0x0008,
2011	ice_aqc_opc_release_res				= 0x0009,
2012
2013	/* device/function capabilities */
2014	ice_aqc_opc_list_func_caps			= 0x000A,
2015	ice_aqc_opc_list_dev_caps			= 0x000B,
2016
2017	/* manage MAC address */
2018	ice_aqc_opc_manage_mac_read			= 0x0107,
2019	ice_aqc_opc_manage_mac_write			= 0x0108,
2020
2021	/* PXE */
2022	ice_aqc_opc_clear_pxe_mode			= 0x0110,
2023
2024	/* internal switch commands */
2025	ice_aqc_opc_get_sw_cfg				= 0x0200,
 
2026
2027	/* Alloc/Free/Get Resources */
2028	ice_aqc_opc_alloc_res				= 0x0208,
2029	ice_aqc_opc_free_res				= 0x0209,
 
 
 
2030
2031	/* VSI commands */
2032	ice_aqc_opc_add_vsi				= 0x0210,
2033	ice_aqc_opc_update_vsi				= 0x0211,
2034	ice_aqc_opc_free_vsi				= 0x0213,
2035
 
 
 
 
 
 
2036	/* switch rules population commands */
2037	ice_aqc_opc_add_sw_rules			= 0x02A0,
2038	ice_aqc_opc_update_sw_rules			= 0x02A1,
2039	ice_aqc_opc_remove_sw_rules			= 0x02A2,
2040
2041	ice_aqc_opc_clear_pf_cfg			= 0x02A4,
2042
 
 
 
 
2043	/* transmit scheduler commands */
2044	ice_aqc_opc_get_dflt_topo			= 0x0400,
2045	ice_aqc_opc_add_sched_elems			= 0x0401,
2046	ice_aqc_opc_cfg_sched_elems			= 0x0403,
2047	ice_aqc_opc_get_sched_elems			= 0x0404,
2048	ice_aqc_opc_move_sched_elems			= 0x0408,
2049	ice_aqc_opc_suspend_sched_elems			= 0x0409,
2050	ice_aqc_opc_resume_sched_elems			= 0x040A,
2051	ice_aqc_opc_query_port_ets			= 0x040E,
2052	ice_aqc_opc_delete_sched_elems			= 0x040F,
2053	ice_aqc_opc_add_rl_profiles			= 0x0410,
2054	ice_aqc_opc_query_sched_res			= 0x0412,
2055	ice_aqc_opc_remove_rl_profiles			= 0x0415,
2056
 
 
 
 
2057	/* PHY commands */
2058	ice_aqc_opc_get_phy_caps			= 0x0600,
2059	ice_aqc_opc_set_phy_cfg				= 0x0601,
2060	ice_aqc_opc_set_mac_cfg				= 0x0603,
2061	ice_aqc_opc_restart_an				= 0x0605,
2062	ice_aqc_opc_get_link_status			= 0x0607,
2063	ice_aqc_opc_set_event_mask			= 0x0613,
2064	ice_aqc_opc_set_mac_lb				= 0x0620,
 
 
 
 
2065	ice_aqc_opc_get_link_topo			= 0x06E0,
 
 
2066	ice_aqc_opc_set_port_id_led			= 0x06E9,
 
 
 
 
2067	ice_aqc_opc_sff_eeprom				= 0x06EE,
2068
2069	/* NVM commands */
2070	ice_aqc_opc_nvm_read				= 0x0701,
2071	ice_aqc_opc_nvm_erase				= 0x0702,
2072	ice_aqc_opc_nvm_write				= 0x0703,
2073	ice_aqc_opc_nvm_checksum			= 0x0706,
2074	ice_aqc_opc_nvm_write_activate			= 0x0707,
2075	ice_aqc_opc_nvm_update_empr			= 0x0709,
2076	ice_aqc_opc_nvm_pkg_data			= 0x070A,
2077	ice_aqc_opc_nvm_pass_component_tbl		= 0x070B,
2078
2079	/* PF/VF mailbox commands */
2080	ice_mbx_opc_send_msg_to_pf			= 0x0801,
2081	ice_mbx_opc_send_msg_to_vf			= 0x0802,
2082	/* LLDP commands */
2083	ice_aqc_opc_lldp_get_mib			= 0x0A00,
2084	ice_aqc_opc_lldp_set_mib_change			= 0x0A01,
2085	ice_aqc_opc_lldp_stop				= 0x0A05,
2086	ice_aqc_opc_lldp_start				= 0x0A06,
2087	ice_aqc_opc_get_cee_dcb_cfg			= 0x0A07,
2088	ice_aqc_opc_lldp_set_local_mib			= 0x0A08,
2089	ice_aqc_opc_lldp_stop_start_specific_agent	= 0x0A09,
2090	ice_aqc_opc_lldp_filter_ctrl			= 0x0A0A,
 
2091
2092	/* RSS commands */
2093	ice_aqc_opc_set_rss_key				= 0x0B02,
2094	ice_aqc_opc_set_rss_lut				= 0x0B03,
2095	ice_aqc_opc_get_rss_key				= 0x0B04,
2096	ice_aqc_opc_get_rss_lut				= 0x0B05,
2097
2098	/* Sideband Control Interface commands */
2099	ice_aqc_opc_neighbour_device_request		= 0x0C00,
2100
2101	/* Tx queue handling commands/events */
2102	ice_aqc_opc_add_txqs				= 0x0C30,
2103	ice_aqc_opc_dis_txqs				= 0x0C31,
 
2104	ice_aqc_opc_add_rdma_qset			= 0x0C33,
2105
2106	/* package commands */
2107	ice_aqc_opc_download_pkg			= 0x0C40,
 
2108	ice_aqc_opc_update_pkg				= 0x0C42,
2109	ice_aqc_opc_get_pkg_info_list			= 0x0C43,
2110
 
 
 
 
 
 
 
 
 
 
 
 
2111	ice_aqc_opc_driver_shared_params		= 0x0C90,
2112
2113	/* Standalone Commands/Events */
2114	ice_aqc_opc_event_lan_overflow			= 0x1001,
2115
2116	/* debug commands */
2117	ice_aqc_opc_fw_logging				= 0xFF09,
2118	ice_aqc_opc_fw_logging_info			= 0xFF10,
 
 
2119};
2120
2121#endif /* _ICE_ADMINQ_CMD_H_ */