Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /* Copyright (c) 2018, Intel Corporation. */
0003 
0004 #ifndef _ICE_ADMINQ_CMD_H_
0005 #define _ICE_ADMINQ_CMD_H_
0006 
0007 /* This header file defines the Admin Queue commands, error codes and
0008  * descriptor format. It is shared between Firmware and Software.
0009  */
0010 
0011 #define ICE_MAX_VSI         768
0012 #define ICE_AQC_TOPO_MAX_LEVEL_NUM  0x9
0013 #define ICE_AQ_SET_MAC_FRAME_SIZE_MAX   9728
0014 
0015 struct ice_aqc_generic {
0016     __le32 param0;
0017     __le32 param1;
0018     __le32 addr_high;
0019     __le32 addr_low;
0020 };
0021 
0022 /* Get version (direct 0x0001) */
0023 struct ice_aqc_get_ver {
0024     __le32 rom_ver;
0025     __le32 fw_build;
0026     u8 fw_branch;
0027     u8 fw_major;
0028     u8 fw_minor;
0029     u8 fw_patch;
0030     u8 api_branch;
0031     u8 api_major;
0032     u8 api_minor;
0033     u8 api_patch;
0034 };
0035 
0036 /* Send driver version (indirect 0x0002) */
0037 struct ice_aqc_driver_ver {
0038     u8 major_ver;
0039     u8 minor_ver;
0040     u8 build_ver;
0041     u8 subbuild_ver;
0042     u8 reserved[4];
0043     __le32 addr_high;
0044     __le32 addr_low;
0045 };
0046 
0047 /* Queue Shutdown (direct 0x0003) */
0048 struct ice_aqc_q_shutdown {
0049     u8 driver_unloading;
0050 #define ICE_AQC_DRIVER_UNLOADING    BIT(0)
0051     u8 reserved[15];
0052 };
0053 
0054 /* Request resource ownership (direct 0x0008)
0055  * Release resource ownership (direct 0x0009)
0056  */
0057 struct ice_aqc_req_res {
0058     __le16 res_id;
0059 #define ICE_AQC_RES_ID_NVM      1
0060 #define ICE_AQC_RES_ID_SDP      2
0061 #define ICE_AQC_RES_ID_CHNG_LOCK    3
0062 #define ICE_AQC_RES_ID_GLBL_LOCK    4
0063     __le16 access_type;
0064 #define ICE_AQC_RES_ACCESS_READ     1
0065 #define ICE_AQC_RES_ACCESS_WRITE    2
0066 
0067     /* Upon successful completion, FW writes this value and driver is
0068      * expected to release resource before timeout. This value is provided
0069      * in milliseconds.
0070      */
0071     __le32 timeout;
0072 #define ICE_AQ_RES_NVM_READ_DFLT_TIMEOUT_MS 3000
0073 #define ICE_AQ_RES_NVM_WRITE_DFLT_TIMEOUT_MS    180000
0074 #define ICE_AQ_RES_CHNG_LOCK_DFLT_TIMEOUT_MS    1000
0075 #define ICE_AQ_RES_GLBL_LOCK_DFLT_TIMEOUT_MS    3000
0076     /* For SDP: pin ID of the SDP */
0077     __le32 res_number;
0078     /* Status is only used for ICE_AQC_RES_ID_GLBL_LOCK */
0079     __le16 status;
0080 #define ICE_AQ_RES_GLBL_SUCCESS     0
0081 #define ICE_AQ_RES_GLBL_IN_PROG     1
0082 #define ICE_AQ_RES_GLBL_DONE        2
0083     u8 reserved[2];
0084 };
0085 
0086 /* Get function capabilities (indirect 0x000A)
0087  * Get device capabilities (indirect 0x000B)
0088  */
0089 struct ice_aqc_list_caps {
0090     u8 cmd_flags;
0091     u8 pf_index;
0092     u8 reserved[2];
0093     __le32 count;
0094     __le32 addr_high;
0095     __le32 addr_low;
0096 };
0097 
0098 /* Device/Function buffer entry, repeated per reported capability */
0099 struct ice_aqc_list_caps_elem {
0100     __le16 cap;
0101 #define ICE_AQC_CAPS_VALID_FUNCTIONS            0x0005
0102 #define ICE_AQC_CAPS_SRIOV              0x0012
0103 #define ICE_AQC_CAPS_VF                 0x0013
0104 #define ICE_AQC_CAPS_VSI                0x0017
0105 #define ICE_AQC_CAPS_DCB                0x0018
0106 #define ICE_AQC_CAPS_RSS                0x0040
0107 #define ICE_AQC_CAPS_RXQS               0x0041
0108 #define ICE_AQC_CAPS_TXQS               0x0042
0109 #define ICE_AQC_CAPS_MSIX               0x0043
0110 #define ICE_AQC_CAPS_FD                 0x0045
0111 #define ICE_AQC_CAPS_1588               0x0046
0112 #define ICE_AQC_CAPS_MAX_MTU                0x0047
0113 #define ICE_AQC_CAPS_NVM_VER                0x0048
0114 #define ICE_AQC_CAPS_PENDING_NVM_VER            0x0049
0115 #define ICE_AQC_CAPS_OROM_VER               0x004A
0116 #define ICE_AQC_CAPS_PENDING_OROM_VER           0x004B
0117 #define ICE_AQC_CAPS_NET_VER                0x004C
0118 #define ICE_AQC_CAPS_PENDING_NET_VER            0x004D
0119 #define ICE_AQC_CAPS_RDMA               0x0051
0120 #define ICE_AQC_CAPS_PCIE_RESET_AVOIDANCE       0x0076
0121 #define ICE_AQC_CAPS_POST_UPDATE_RESET_RESTRICT     0x0077
0122 #define ICE_AQC_CAPS_NVM_MGMT               0x0080
0123 
0124     u8 major_ver;
0125     u8 minor_ver;
0126     /* Number of resources described by this capability */
0127     __le32 number;
0128     /* Only meaningful for some types of resources */
0129     __le32 logical_id;
0130     /* Only meaningful for some types of resources */
0131     __le32 phys_id;
0132     __le64 rsvd1;
0133     __le64 rsvd2;
0134 };
0135 
0136 /* Manage MAC address, read command - indirect (0x0107)
0137  * This struct is also used for the response
0138  */
0139 struct ice_aqc_manage_mac_read {
0140     __le16 flags; /* Zeroed by device driver */
0141 #define ICE_AQC_MAN_MAC_LAN_ADDR_VALID      BIT(4)
0142 #define ICE_AQC_MAN_MAC_SAN_ADDR_VALID      BIT(5)
0143 #define ICE_AQC_MAN_MAC_PORT_ADDR_VALID     BIT(6)
0144 #define ICE_AQC_MAN_MAC_WOL_ADDR_VALID      BIT(7)
0145 #define ICE_AQC_MAN_MAC_READ_S          4
0146 #define ICE_AQC_MAN_MAC_READ_M          (0xF << ICE_AQC_MAN_MAC_READ_S)
0147     u8 rsvd[2];
0148     u8 num_addr; /* Used in response */
0149     u8 rsvd1[3];
0150     __le32 addr_high;
0151     __le32 addr_low;
0152 };
0153 
0154 /* Response buffer format for manage MAC read command */
0155 struct ice_aqc_manage_mac_read_resp {
0156     u8 lport_num;
0157     u8 addr_type;
0158 #define ICE_AQC_MAN_MAC_ADDR_TYPE_LAN       0
0159 #define ICE_AQC_MAN_MAC_ADDR_TYPE_WOL       1
0160     u8 mac_addr[ETH_ALEN];
0161 };
0162 
0163 /* Manage MAC address, write command - direct (0x0108) */
0164 struct ice_aqc_manage_mac_write {
0165     u8 rsvd;
0166     u8 flags;
0167 #define ICE_AQC_MAN_MAC_WR_MC_MAG_EN        BIT(0)
0168 #define ICE_AQC_MAN_MAC_WR_WOL_LAA_PFR_KEEP BIT(1)
0169 #define ICE_AQC_MAN_MAC_WR_S        6
0170 #define ICE_AQC_MAN_MAC_WR_M        ICE_M(3, ICE_AQC_MAN_MAC_WR_S)
0171 #define ICE_AQC_MAN_MAC_UPDATE_LAA  0
0172 #define ICE_AQC_MAN_MAC_UPDATE_LAA_WOL  BIT(ICE_AQC_MAN_MAC_WR_S)
0173     /* byte stream in network order */
0174     u8 mac_addr[ETH_ALEN];
0175     __le32 addr_high;
0176     __le32 addr_low;
0177 };
0178 
0179 /* Clear PXE Command and response (direct 0x0110) */
0180 struct ice_aqc_clear_pxe {
0181     u8 rx_cnt;
0182 #define ICE_AQC_CLEAR_PXE_RX_CNT        0x2
0183     u8 reserved[15];
0184 };
0185 
0186 /* Get switch configuration (0x0200) */
0187 struct ice_aqc_get_sw_cfg {
0188     /* Reserved for command and copy of request flags for response */
0189     __le16 flags;
0190     /* First desc in case of command and next_elem in case of response
0191      * In case of response, if it is not zero, means all the configuration
0192      * was not returned and new command shall be sent with this value in
0193      * the 'first desc' field
0194      */
0195     __le16 element;
0196     /* Reserved for command, only used for response */
0197     __le16 num_elems;
0198     __le16 rsvd;
0199     __le32 addr_high;
0200     __le32 addr_low;
0201 };
0202 
0203 /* Each entry in the response buffer is of the following type: */
0204 struct ice_aqc_get_sw_cfg_resp_elem {
0205     /* VSI/Port Number */
0206     __le16 vsi_port_num;
0207 #define ICE_AQC_GET_SW_CONF_RESP_VSI_PORT_NUM_S 0
0208 #define ICE_AQC_GET_SW_CONF_RESP_VSI_PORT_NUM_M \
0209             (0x3FF << ICE_AQC_GET_SW_CONF_RESP_VSI_PORT_NUM_S)
0210 #define ICE_AQC_GET_SW_CONF_RESP_TYPE_S 14
0211 #define ICE_AQC_GET_SW_CONF_RESP_TYPE_M (0x3 << ICE_AQC_GET_SW_CONF_RESP_TYPE_S)
0212 #define ICE_AQC_GET_SW_CONF_RESP_PHYS_PORT  0
0213 #define ICE_AQC_GET_SW_CONF_RESP_VIRT_PORT  1
0214 #define ICE_AQC_GET_SW_CONF_RESP_VSI        2
0215 
0216     /* SWID VSI/Port belongs to */
0217     __le16 swid;
0218 
0219     /* Bit 14..0 : PF/VF number VSI belongs to
0220      * Bit 15 : VF indication bit
0221      */
0222     __le16 pf_vf_num;
0223 #define ICE_AQC_GET_SW_CONF_RESP_FUNC_NUM_S 0
0224 #define ICE_AQC_GET_SW_CONF_RESP_FUNC_NUM_M \
0225                 (0x7FFF << ICE_AQC_GET_SW_CONF_RESP_FUNC_NUM_S)
0226 #define ICE_AQC_GET_SW_CONF_RESP_IS_VF      BIT(15)
0227 };
0228 
0229 /* Set Port parameters, (direct, 0x0203) */
0230 struct ice_aqc_set_port_params {
0231     __le16 cmd_flags;
0232 #define ICE_AQC_SET_P_PARAMS_DOUBLE_VLAN_ENA    BIT(2)
0233     __le16 bad_frame_vsi;
0234     __le16 swid;
0235     u8 reserved[10];
0236 };
0237 
0238 /* These resource type defines are used for all switch resource
0239  * commands where a resource type is required, such as:
0240  * Get Resource Allocation command (indirect 0x0204)
0241  * Allocate Resources command (indirect 0x0208)
0242  * Free Resources command (indirect 0x0209)
0243  * Get Allocated Resource Descriptors Command (indirect 0x020A)
0244  */
0245 #define ICE_AQC_RES_TYPE_VSI_LIST_REP           0x03
0246 #define ICE_AQC_RES_TYPE_VSI_LIST_PRUNE         0x04
0247 #define ICE_AQC_RES_TYPE_RECIPE             0x05
0248 #define ICE_AQC_RES_TYPE_FDIR_COUNTER_BLOCK     0x21
0249 #define ICE_AQC_RES_TYPE_FDIR_GUARANTEED_ENTRIES    0x22
0250 #define ICE_AQC_RES_TYPE_FDIR_SHARED_ENTRIES        0x23
0251 #define ICE_AQC_RES_TYPE_FD_PROF_BLDR_PROFID        0x58
0252 #define ICE_AQC_RES_TYPE_FD_PROF_BLDR_TCAM      0x59
0253 #define ICE_AQC_RES_TYPE_HASH_PROF_BLDR_PROFID      0x60
0254 #define ICE_AQC_RES_TYPE_HASH_PROF_BLDR_TCAM        0x61
0255 
0256 #define ICE_AQC_RES_TYPE_FLAG_SHARED            BIT(7)
0257 #define ICE_AQC_RES_TYPE_FLAG_SCAN_BOTTOM       BIT(12)
0258 #define ICE_AQC_RES_TYPE_FLAG_IGNORE_INDEX      BIT(13)
0259 
0260 #define ICE_AQC_RES_TYPE_FLAG_DEDICATED         0x00
0261 
0262 #define ICE_AQC_RES_TYPE_S  0
0263 #define ICE_AQC_RES_TYPE_M  (0x07F << ICE_AQC_RES_TYPE_S)
0264 
0265 /* Allocate Resources command (indirect 0x0208)
0266  * Free Resources command (indirect 0x0209)
0267  */
0268 struct ice_aqc_alloc_free_res_cmd {
0269     __le16 num_entries; /* Number of Resource entries */
0270     u8 reserved[6];
0271     __le32 addr_high;
0272     __le32 addr_low;
0273 };
0274 
0275 /* Resource descriptor */
0276 struct ice_aqc_res_elem {
0277     union {
0278         __le16 sw_resp;
0279         __le16 flu_resp;
0280     } e;
0281 };
0282 
0283 /* Buffer for Allocate/Free Resources commands */
0284 struct ice_aqc_alloc_free_res_elem {
0285     __le16 res_type; /* Types defined above cmd 0x0204 */
0286 #define ICE_AQC_RES_TYPE_SHARED_S   7
0287 #define ICE_AQC_RES_TYPE_SHARED_M   (0x1 << ICE_AQC_RES_TYPE_SHARED_S)
0288 #define ICE_AQC_RES_TYPE_VSI_PRUNE_LIST_S   8
0289 #define ICE_AQC_RES_TYPE_VSI_PRUNE_LIST_M   \
0290                 (0xF << ICE_AQC_RES_TYPE_VSI_PRUNE_LIST_S)
0291     __le16 num_elems;
0292     struct ice_aqc_res_elem elem[];
0293 };
0294 
0295 /* Request buffer for Set VLAN Mode AQ command (indirect 0x020C) */
0296 struct ice_aqc_set_vlan_mode {
0297     u8 reserved;
0298     u8 l2tag_prio_tagging;
0299 #define ICE_AQ_VLAN_PRIO_TAG_S          0
0300 #define ICE_AQ_VLAN_PRIO_TAG_M          (0x7 << ICE_AQ_VLAN_PRIO_TAG_S)
0301 #define ICE_AQ_VLAN_PRIO_TAG_NOT_SUPPORTED  0x0
0302 #define ICE_AQ_VLAN_PRIO_TAG_STAG       0x1
0303 #define ICE_AQ_VLAN_PRIO_TAG_OUTER_CTAG     0x2
0304 #define ICE_AQ_VLAN_PRIO_TAG_OUTER_VLAN     0x3
0305 #define ICE_AQ_VLAN_PRIO_TAG_INNER_CTAG     0x4
0306 #define ICE_AQ_VLAN_PRIO_TAG_MAX        0x4
0307 #define ICE_AQ_VLAN_PRIO_TAG_ERROR      0x7
0308     u8 l2tag_reserved[64];
0309     u8 rdma_packet;
0310 #define ICE_AQ_VLAN_RDMA_TAG_S          0
0311 #define ICE_AQ_VLAN_RDMA_TAG_M          (0x3F << ICE_AQ_VLAN_RDMA_TAG_S)
0312 #define ICE_AQ_SVM_VLAN_RDMA_PKT_FLAG_SETTING   0x10
0313 #define ICE_AQ_DVM_VLAN_RDMA_PKT_FLAG_SETTING   0x1A
0314     u8 rdma_reserved[2];
0315     u8 mng_vlan_prot_id;
0316 #define ICE_AQ_VLAN_MNG_PROTOCOL_ID_OUTER   0x10
0317 #define ICE_AQ_VLAN_MNG_PROTOCOL_ID_INNER   0x11
0318     u8 prot_id_reserved[30];
0319 };
0320 
0321 /* Response buffer for Get VLAN Mode AQ command (indirect 0x020D) */
0322 struct ice_aqc_get_vlan_mode {
0323     u8 vlan_mode;
0324 #define ICE_AQ_VLAN_MODE_DVM_ENA    BIT(0)
0325     u8 l2tag_prio_tagging;
0326     u8 reserved[98];
0327 };
0328 
0329 /* Add VSI (indirect 0x0210)
0330  * Update VSI (indirect 0x0211)
0331  * Get VSI (indirect 0x0212)
0332  * Free VSI (indirect 0x0213)
0333  */
0334 struct ice_aqc_add_get_update_free_vsi {
0335     __le16 vsi_num;
0336 #define ICE_AQ_VSI_NUM_S    0
0337 #define ICE_AQ_VSI_NUM_M    (0x03FF << ICE_AQ_VSI_NUM_S)
0338 #define ICE_AQ_VSI_IS_VALID BIT(15)
0339     __le16 cmd_flags;
0340 #define ICE_AQ_VSI_KEEP_ALLOC   0x1
0341     u8 vf_id;
0342     u8 reserved;
0343     __le16 vsi_flags;
0344 #define ICE_AQ_VSI_TYPE_S   0
0345 #define ICE_AQ_VSI_TYPE_M   (0x3 << ICE_AQ_VSI_TYPE_S)
0346 #define ICE_AQ_VSI_TYPE_VF  0x0
0347 #define ICE_AQ_VSI_TYPE_VMDQ2   0x1
0348 #define ICE_AQ_VSI_TYPE_PF  0x2
0349 #define ICE_AQ_VSI_TYPE_EMP_MNG 0x3
0350     __le32 addr_high;
0351     __le32 addr_low;
0352 };
0353 
0354 /* Response descriptor for:
0355  * Add VSI (indirect 0x0210)
0356  * Update VSI (indirect 0x0211)
0357  * Free VSI (indirect 0x0213)
0358  */
0359 struct ice_aqc_add_update_free_vsi_resp {
0360     __le16 vsi_num;
0361     __le16 ext_status;
0362     __le16 vsi_used;
0363     __le16 vsi_free;
0364     __le32 addr_high;
0365     __le32 addr_low;
0366 };
0367 
0368 struct ice_aqc_vsi_props {
0369     __le16 valid_sections;
0370 #define ICE_AQ_VSI_PROP_SW_VALID        BIT(0)
0371 #define ICE_AQ_VSI_PROP_SECURITY_VALID      BIT(1)
0372 #define ICE_AQ_VSI_PROP_VLAN_VALID      BIT(2)
0373 #define ICE_AQ_VSI_PROP_OUTER_TAG_VALID     BIT(3)
0374 #define ICE_AQ_VSI_PROP_INGRESS_UP_VALID    BIT(4)
0375 #define ICE_AQ_VSI_PROP_EGRESS_UP_VALID     BIT(5)
0376 #define ICE_AQ_VSI_PROP_RXQ_MAP_VALID       BIT(6)
0377 #define ICE_AQ_VSI_PROP_Q_OPT_VALID     BIT(7)
0378 #define ICE_AQ_VSI_PROP_OUTER_UP_VALID      BIT(8)
0379 #define ICE_AQ_VSI_PROP_FLOW_DIR_VALID      BIT(11)
0380 #define ICE_AQ_VSI_PROP_PASID_VALID     BIT(12)
0381     /* switch section */
0382     u8 sw_id;
0383     u8 sw_flags;
0384 #define ICE_AQ_VSI_SW_FLAG_ALLOW_LB     BIT(5)
0385 #define ICE_AQ_VSI_SW_FLAG_LOCAL_LB     BIT(6)
0386 #define ICE_AQ_VSI_SW_FLAG_SRC_PRUNE        BIT(7)
0387     u8 sw_flags2;
0388 #define ICE_AQ_VSI_SW_FLAG_RX_PRUNE_EN_S    0
0389 #define ICE_AQ_VSI_SW_FLAG_RX_PRUNE_EN_M    (0xF << ICE_AQ_VSI_SW_FLAG_RX_PRUNE_EN_S)
0390 #define ICE_AQ_VSI_SW_FLAG_RX_VLAN_PRUNE_ENA    BIT(0)
0391 #define ICE_AQ_VSI_SW_FLAG_LAN_ENA      BIT(4)
0392     u8 veb_stat_id;
0393 #define ICE_AQ_VSI_SW_VEB_STAT_ID_S     0
0394 #define ICE_AQ_VSI_SW_VEB_STAT_ID_M     (0x1F << ICE_AQ_VSI_SW_VEB_STAT_ID_S)
0395 #define ICE_AQ_VSI_SW_VEB_STAT_ID_VALID     BIT(5)
0396     /* security section */
0397     u8 sec_flags;
0398 #define ICE_AQ_VSI_SEC_FLAG_ALLOW_DEST_OVRD BIT(0)
0399 #define ICE_AQ_VSI_SEC_FLAG_ENA_MAC_ANTI_SPOOF  BIT(2)
0400 #define ICE_AQ_VSI_SEC_TX_PRUNE_ENA_S       4
0401 #define ICE_AQ_VSI_SEC_TX_PRUNE_ENA_M       (0xF << ICE_AQ_VSI_SEC_TX_PRUNE_ENA_S)
0402 #define ICE_AQ_VSI_SEC_TX_VLAN_PRUNE_ENA    BIT(0)
0403     u8 sec_reserved;
0404     /* VLAN section */
0405     __le16 port_based_inner_vlan; /* VLANS include priority bits */
0406     u8 inner_vlan_reserved[2];
0407     u8 inner_vlan_flags;
0408 #define ICE_AQ_VSI_INNER_VLAN_TX_MODE_S     0
0409 #define ICE_AQ_VSI_INNER_VLAN_TX_MODE_M     (0x3 << ICE_AQ_VSI_INNER_VLAN_TX_MODE_S)
0410 #define ICE_AQ_VSI_INNER_VLAN_TX_MODE_ACCEPTUNTAGGED    0x1
0411 #define ICE_AQ_VSI_INNER_VLAN_TX_MODE_ACCEPTTAGGED  0x2
0412 #define ICE_AQ_VSI_INNER_VLAN_TX_MODE_ALL   0x3
0413 #define ICE_AQ_VSI_INNER_VLAN_INSERT_PVID   BIT(2)
0414 #define ICE_AQ_VSI_INNER_VLAN_EMODE_S       3
0415 #define ICE_AQ_VSI_INNER_VLAN_EMODE_M       (0x3 << ICE_AQ_VSI_INNER_VLAN_EMODE_S)
0416 #define ICE_AQ_VSI_INNER_VLAN_EMODE_STR_BOTH    (0x0 << ICE_AQ_VSI_INNER_VLAN_EMODE_S)
0417 #define ICE_AQ_VSI_INNER_VLAN_EMODE_STR_UP  (0x1 << ICE_AQ_VSI_INNER_VLAN_EMODE_S)
0418 #define ICE_AQ_VSI_INNER_VLAN_EMODE_STR     (0x2 << ICE_AQ_VSI_INNER_VLAN_EMODE_S)
0419 #define ICE_AQ_VSI_INNER_VLAN_EMODE_NOTHING (0x3 << ICE_AQ_VSI_INNER_VLAN_EMODE_S)
0420     u8 inner_vlan_reserved2[3];
0421     /* ingress egress up sections */
0422     __le32 ingress_table; /* bitmap, 3 bits per up */
0423 #define ICE_AQ_VSI_UP_TABLE_UP0_S       0
0424 #define ICE_AQ_VSI_UP_TABLE_UP0_M       (0x7 << ICE_AQ_VSI_UP_TABLE_UP0_S)
0425 #define ICE_AQ_VSI_UP_TABLE_UP1_S       3
0426 #define ICE_AQ_VSI_UP_TABLE_UP1_M       (0x7 << ICE_AQ_VSI_UP_TABLE_UP1_S)
0427 #define ICE_AQ_VSI_UP_TABLE_UP2_S       6
0428 #define ICE_AQ_VSI_UP_TABLE_UP2_M       (0x7 << ICE_AQ_VSI_UP_TABLE_UP2_S)
0429 #define ICE_AQ_VSI_UP_TABLE_UP3_S       9
0430 #define ICE_AQ_VSI_UP_TABLE_UP3_M       (0x7 << ICE_AQ_VSI_UP_TABLE_UP3_S)
0431 #define ICE_AQ_VSI_UP_TABLE_UP4_S       12
0432 #define ICE_AQ_VSI_UP_TABLE_UP4_M       (0x7 << ICE_AQ_VSI_UP_TABLE_UP4_S)
0433 #define ICE_AQ_VSI_UP_TABLE_UP5_S       15
0434 #define ICE_AQ_VSI_UP_TABLE_UP5_M       (0x7 << ICE_AQ_VSI_UP_TABLE_UP5_S)
0435 #define ICE_AQ_VSI_UP_TABLE_UP6_S       18
0436 #define ICE_AQ_VSI_UP_TABLE_UP6_M       (0x7 << ICE_AQ_VSI_UP_TABLE_UP6_S)
0437 #define ICE_AQ_VSI_UP_TABLE_UP7_S       21
0438 #define ICE_AQ_VSI_UP_TABLE_UP7_M       (0x7 << ICE_AQ_VSI_UP_TABLE_UP7_S)
0439     __le32 egress_table;   /* same defines as for ingress table */
0440     /* outer tags section */
0441     __le16 port_based_outer_vlan;
0442     u8 outer_vlan_flags;
0443 #define ICE_AQ_VSI_OUTER_VLAN_EMODE_S       0
0444 #define ICE_AQ_VSI_OUTER_VLAN_EMODE_M       (0x3 << ICE_AQ_VSI_OUTER_VLAN_EMODE_S)
0445 #define ICE_AQ_VSI_OUTER_VLAN_EMODE_SHOW_BOTH   0x0
0446 #define ICE_AQ_VSI_OUTER_VLAN_EMODE_SHOW_UP 0x1
0447 #define ICE_AQ_VSI_OUTER_VLAN_EMODE_SHOW    0x2
0448 #define ICE_AQ_VSI_OUTER_VLAN_EMODE_NOTHING 0x3
0449 #define ICE_AQ_VSI_OUTER_TAG_TYPE_S     2
0450 #define ICE_AQ_VSI_OUTER_TAG_TYPE_M     (0x3 << ICE_AQ_VSI_OUTER_TAG_TYPE_S)
0451 #define ICE_AQ_VSI_OUTER_TAG_NONE       0x0
0452 #define ICE_AQ_VSI_OUTER_TAG_STAG       0x1
0453 #define ICE_AQ_VSI_OUTER_TAG_VLAN_8100      0x2
0454 #define ICE_AQ_VSI_OUTER_TAG_VLAN_9100      0x3
0455 #define ICE_AQ_VSI_OUTER_VLAN_PORT_BASED_INSERT     BIT(4)
0456 #define ICE_AQ_VSI_OUTER_VLAN_TX_MODE_S         5
0457 #define ICE_AQ_VSI_OUTER_VLAN_TX_MODE_M         (0x3 << ICE_AQ_VSI_OUTER_VLAN_TX_MODE_S)
0458 #define ICE_AQ_VSI_OUTER_VLAN_TX_MODE_ACCEPTUNTAGGED    0x1
0459 #define ICE_AQ_VSI_OUTER_VLAN_TX_MODE_ACCEPTTAGGED  0x2
0460 #define ICE_AQ_VSI_OUTER_VLAN_TX_MODE_ALL       0x3
0461 #define ICE_AQ_VSI_OUTER_VLAN_BLOCK_TX_DESC     BIT(7)
0462     u8 outer_vlan_reserved;
0463     /* queue mapping section */
0464     __le16 mapping_flags;
0465 #define ICE_AQ_VSI_Q_MAP_CONTIG         0x0
0466 #define ICE_AQ_VSI_Q_MAP_NONCONTIG      BIT(0)
0467     __le16 q_mapping[16];
0468 #define ICE_AQ_VSI_Q_S              0
0469 #define ICE_AQ_VSI_Q_M              (0x7FF << ICE_AQ_VSI_Q_S)
0470     __le16 tc_mapping[8];
0471 #define ICE_AQ_VSI_TC_Q_OFFSET_S        0
0472 #define ICE_AQ_VSI_TC_Q_OFFSET_M        (0x7FF << ICE_AQ_VSI_TC_Q_OFFSET_S)
0473 #define ICE_AQ_VSI_TC_Q_NUM_S           11
0474 #define ICE_AQ_VSI_TC_Q_NUM_M           (0xF << ICE_AQ_VSI_TC_Q_NUM_S)
0475     /* queueing option section */
0476     u8 q_opt_rss;
0477 #define ICE_AQ_VSI_Q_OPT_RSS_LUT_S      0
0478 #define ICE_AQ_VSI_Q_OPT_RSS_LUT_M      (0x3 << ICE_AQ_VSI_Q_OPT_RSS_LUT_S)
0479 #define ICE_AQ_VSI_Q_OPT_RSS_LUT_VSI        0x0
0480 #define ICE_AQ_VSI_Q_OPT_RSS_LUT_PF     0x2
0481 #define ICE_AQ_VSI_Q_OPT_RSS_LUT_GBL        0x3
0482 #define ICE_AQ_VSI_Q_OPT_RSS_GBL_LUT_S      2
0483 #define ICE_AQ_VSI_Q_OPT_RSS_GBL_LUT_M      (0xF << ICE_AQ_VSI_Q_OPT_RSS_GBL_LUT_S)
0484 #define ICE_AQ_VSI_Q_OPT_RSS_HASH_S     6
0485 #define ICE_AQ_VSI_Q_OPT_RSS_HASH_M     (0x3 << ICE_AQ_VSI_Q_OPT_RSS_HASH_S)
0486 #define ICE_AQ_VSI_Q_OPT_RSS_TPLZ       (0x0 << ICE_AQ_VSI_Q_OPT_RSS_HASH_S)
0487 #define ICE_AQ_VSI_Q_OPT_RSS_SYM_TPLZ       (0x1 << ICE_AQ_VSI_Q_OPT_RSS_HASH_S)
0488 #define ICE_AQ_VSI_Q_OPT_RSS_XOR        (0x2 << ICE_AQ_VSI_Q_OPT_RSS_HASH_S)
0489 #define ICE_AQ_VSI_Q_OPT_RSS_JHASH      (0x3 << ICE_AQ_VSI_Q_OPT_RSS_HASH_S)
0490     u8 q_opt_tc;
0491 #define ICE_AQ_VSI_Q_OPT_TC_OVR_S       0
0492 #define ICE_AQ_VSI_Q_OPT_TC_OVR_M       (0x1F << ICE_AQ_VSI_Q_OPT_TC_OVR_S)
0493 #define ICE_AQ_VSI_Q_OPT_PROF_TC_OVR        BIT(7)
0494     u8 q_opt_flags;
0495 #define ICE_AQ_VSI_Q_OPT_PE_FLTR_EN     BIT(0)
0496     u8 q_opt_reserved[3];
0497     /* outer up section */
0498     __le32 outer_up_table; /* same structure and defines as ingress tbl */
0499     /* section 10 */
0500     __le16 sect_10_reserved;
0501     /* flow director section */
0502     __le16 fd_options;
0503 #define ICE_AQ_VSI_FD_ENABLE            BIT(0)
0504 #define ICE_AQ_VSI_FD_TX_AUTO_ENABLE        BIT(1)
0505 #define ICE_AQ_VSI_FD_PROG_ENABLE       BIT(3)
0506     __le16 max_fd_fltr_dedicated;
0507     __le16 max_fd_fltr_shared;
0508     __le16 fd_def_q;
0509 #define ICE_AQ_VSI_FD_DEF_Q_S           0
0510 #define ICE_AQ_VSI_FD_DEF_Q_M           (0x7FF << ICE_AQ_VSI_FD_DEF_Q_S)
0511 #define ICE_AQ_VSI_FD_DEF_GRP_S         12
0512 #define ICE_AQ_VSI_FD_DEF_GRP_M         (0x7 << ICE_AQ_VSI_FD_DEF_GRP_S)
0513     __le16 fd_report_opt;
0514 #define ICE_AQ_VSI_FD_REPORT_Q_S        0
0515 #define ICE_AQ_VSI_FD_REPORT_Q_M        (0x7FF << ICE_AQ_VSI_FD_REPORT_Q_S)
0516 #define ICE_AQ_VSI_FD_DEF_PRIORITY_S        12
0517 #define ICE_AQ_VSI_FD_DEF_PRIORITY_M        (0x7 << ICE_AQ_VSI_FD_DEF_PRIORITY_S)
0518 #define ICE_AQ_VSI_FD_DEF_DROP          BIT(15)
0519     /* PASID section */
0520     __le32 pasid_id;
0521 #define ICE_AQ_VSI_PASID_ID_S           0
0522 #define ICE_AQ_VSI_PASID_ID_M           (0xFFFFF << ICE_AQ_VSI_PASID_ID_S)
0523 #define ICE_AQ_VSI_PASID_ID_VALID       BIT(31)
0524     u8 reserved[24];
0525 };
0526 
0527 #define ICE_MAX_NUM_RECIPES 64
0528 
0529 /* Add/Get Recipe (indirect 0x0290/0x0292) */
0530 struct ice_aqc_add_get_recipe {
0531     __le16 num_sub_recipes; /* Input in Add cmd, Output in Get cmd */
0532     __le16 return_index;    /* Input, used for Get cmd only */
0533     u8 reserved[4];
0534     __le32 addr_high;
0535     __le32 addr_low;
0536 };
0537 
0538 struct ice_aqc_recipe_content {
0539     u8 rid;
0540 #define ICE_AQ_RECIPE_ID_S      0
0541 #define ICE_AQ_RECIPE_ID_M      (0x3F << ICE_AQ_RECIPE_ID_S)
0542 #define ICE_AQ_RECIPE_ID_IS_ROOT    BIT(7)
0543 #define ICE_AQ_SW_ID_LKUP_IDX       0
0544     u8 lkup_indx[5];
0545 #define ICE_AQ_RECIPE_LKUP_DATA_S   0
0546 #define ICE_AQ_RECIPE_LKUP_DATA_M   (0x3F << ICE_AQ_RECIPE_LKUP_DATA_S)
0547 #define ICE_AQ_RECIPE_LKUP_IGNORE   BIT(7)
0548 #define ICE_AQ_SW_ID_LKUP_MASK      0x00FF
0549     __le16 mask[5];
0550     u8 result_indx;
0551 #define ICE_AQ_RECIPE_RESULT_DATA_S 0
0552 #define ICE_AQ_RECIPE_RESULT_DATA_M (0x3F << ICE_AQ_RECIPE_RESULT_DATA_S)
0553 #define ICE_AQ_RECIPE_RESULT_EN     BIT(7)
0554     u8 rsvd0[3];
0555     u8 act_ctrl_join_priority;
0556     u8 act_ctrl_fwd_priority;
0557 #define ICE_AQ_RECIPE_FWD_PRIORITY_S    0
0558 #define ICE_AQ_RECIPE_FWD_PRIORITY_M    (0xF << ICE_AQ_RECIPE_FWD_PRIORITY_S)
0559     u8 act_ctrl;
0560 #define ICE_AQ_RECIPE_ACT_NEED_PASS_L2  BIT(0)
0561 #define ICE_AQ_RECIPE_ACT_ALLOW_PASS_L2 BIT(1)
0562 #define ICE_AQ_RECIPE_ACT_INV_ACT   BIT(2)
0563 #define ICE_AQ_RECIPE_ACT_PRUNE_INDX_S  4
0564 #define ICE_AQ_RECIPE_ACT_PRUNE_INDX_M  (0x3 << ICE_AQ_RECIPE_ACT_PRUNE_INDX_S)
0565     u8 rsvd1;
0566     __le32 dflt_act;
0567 #define ICE_AQ_RECIPE_DFLT_ACT_S    0
0568 #define ICE_AQ_RECIPE_DFLT_ACT_M    (0x7FFFF << ICE_AQ_RECIPE_DFLT_ACT_S)
0569 #define ICE_AQ_RECIPE_DFLT_ACT_VALID    BIT(31)
0570 };
0571 
0572 struct ice_aqc_recipe_data_elem {
0573     u8 recipe_indx;
0574     u8 resp_bits;
0575 #define ICE_AQ_RECIPE_WAS_UPDATED   BIT(0)
0576     u8 rsvd0[2];
0577     u8 recipe_bitmap[8];
0578     u8 rsvd1[4];
0579     struct ice_aqc_recipe_content content;
0580     u8 rsvd2[20];
0581 };
0582 
0583 /* Set/Get Recipes to Profile Association (direct 0x0291/0x0293) */
0584 struct ice_aqc_recipe_to_profile {
0585     __le16 profile_id;
0586     u8 rsvd[6];
0587     DECLARE_BITMAP(recipe_assoc, ICE_MAX_NUM_RECIPES);
0588 };
0589 
0590 /* Add/Update/Remove/Get switch rules (indirect 0x02A0, 0x02A1, 0x02A2, 0x02A3)
0591  */
0592 struct ice_aqc_sw_rules {
0593     /* ops: add switch rules, referring the number of rules.
0594      * ops: update switch rules, referring the number of filters
0595      * ops: remove switch rules, referring the entry index.
0596      * ops: get switch rules, referring to the number of filters.
0597      */
0598     __le16 num_rules_fltr_entry_index;
0599     u8 reserved[6];
0600     __le32 addr_high;
0601     __le32 addr_low;
0602 };
0603 
0604 /* Add switch rule response:
0605  * Content of return buffer is same as the input buffer. The status field and
0606  * LUT index are updated as part of the response
0607  */
0608 struct ice_aqc_sw_rules_elem_hdr {
0609     __le16 type; /* Switch rule type, one of T_... */
0610 #define ICE_AQC_SW_RULES_T_LKUP_RX      0x0
0611 #define ICE_AQC_SW_RULES_T_LKUP_TX      0x1
0612 #define ICE_AQC_SW_RULES_T_LG_ACT       0x2
0613 #define ICE_AQC_SW_RULES_T_VSI_LIST_SET     0x3
0614 #define ICE_AQC_SW_RULES_T_VSI_LIST_CLEAR   0x4
0615 #define ICE_AQC_SW_RULES_T_PRUNE_LIST_SET   0x5
0616 #define ICE_AQC_SW_RULES_T_PRUNE_LIST_CLEAR 0x6
0617     __le16 status;
0618 } __packed __aligned(sizeof(__le16));
0619 
0620 /* Add/Update/Get/Remove lookup Rx/Tx command/response entry
0621  * This structures describes the lookup rules and associated actions. "index"
0622  * is returned as part of a response to a successful Add command, and can be
0623  * used to identify the rule for Update/Get/Remove commands.
0624  */
0625 struct ice_sw_rule_lkup_rx_tx {
0626     struct ice_aqc_sw_rules_elem_hdr hdr;
0627 
0628     __le16 recipe_id;
0629 #define ICE_SW_RECIPE_LOGICAL_PORT_FWD      10
0630     /* Source port for LOOKUP_RX and source VSI in case of LOOKUP_TX */
0631     __le16 src;
0632     __le32 act;
0633 
0634     /* Bit 0:1 - Action type */
0635 #define ICE_SINGLE_ACT_TYPE_S   0x00
0636 #define ICE_SINGLE_ACT_TYPE_M   (0x3 << ICE_SINGLE_ACT_TYPE_S)
0637 
0638     /* Bit 2 - Loop back enable
0639      * Bit 3 - LAN enable
0640      */
0641 #define ICE_SINGLE_ACT_LB_ENABLE    BIT(2)
0642 #define ICE_SINGLE_ACT_LAN_ENABLE   BIT(3)
0643 
0644     /* Action type = 0 - Forward to VSI or VSI list */
0645 #define ICE_SINGLE_ACT_VSI_FORWARDING   0x0
0646 
0647 #define ICE_SINGLE_ACT_VSI_ID_S     4
0648 #define ICE_SINGLE_ACT_VSI_ID_M     (0x3FF << ICE_SINGLE_ACT_VSI_ID_S)
0649 #define ICE_SINGLE_ACT_VSI_LIST_ID_S    4
0650 #define ICE_SINGLE_ACT_VSI_LIST_ID_M    (0x3FF << ICE_SINGLE_ACT_VSI_LIST_ID_S)
0651     /* This bit needs to be set if action is forward to VSI list */
0652 #define ICE_SINGLE_ACT_VSI_LIST     BIT(14)
0653 #define ICE_SINGLE_ACT_VALID_BIT    BIT(17)
0654 #define ICE_SINGLE_ACT_DROP     BIT(18)
0655 
0656     /* Action type = 1 - Forward to Queue of Queue group */
0657 #define ICE_SINGLE_ACT_TO_Q     0x1
0658 #define ICE_SINGLE_ACT_Q_INDEX_S    4
0659 #define ICE_SINGLE_ACT_Q_INDEX_M    (0x7FF << ICE_SINGLE_ACT_Q_INDEX_S)
0660 #define ICE_SINGLE_ACT_Q_REGION_S   15
0661 #define ICE_SINGLE_ACT_Q_REGION_M   (0x7 << ICE_SINGLE_ACT_Q_REGION_S)
0662 #define ICE_SINGLE_ACT_Q_PRIORITY   BIT(18)
0663 
0664     /* Action type = 2 - Prune */
0665 #define ICE_SINGLE_ACT_PRUNE        0x2
0666 #define ICE_SINGLE_ACT_EGRESS       BIT(15)
0667 #define ICE_SINGLE_ACT_INGRESS      BIT(16)
0668 #define ICE_SINGLE_ACT_PRUNET       BIT(17)
0669     /* Bit 18 should be set to 0 for this action */
0670 
0671     /* Action type = 2 - Pointer */
0672 #define ICE_SINGLE_ACT_PTR      0x2
0673 #define ICE_SINGLE_ACT_PTR_VAL_S    4
0674 #define ICE_SINGLE_ACT_PTR_VAL_M    (0x1FFF << ICE_SINGLE_ACT_PTR_VAL_S)
0675     /* Bit 18 should be set to 1 */
0676 #define ICE_SINGLE_ACT_PTR_BIT      BIT(18)
0677 
0678     /* Action type = 3 - Other actions. Last two bits
0679      * are other action identifier
0680      */
0681 #define ICE_SINGLE_ACT_OTHER_ACTS       0x3
0682 #define ICE_SINGLE_OTHER_ACT_IDENTIFIER_S   17
0683 #define ICE_SINGLE_OTHER_ACT_IDENTIFIER_M   \
0684                 (0x3 << ICE_SINGLE_OTHER_ACT_IDENTIFIER_S)
0685 
0686     /* Bit 17:18 - Defines other actions */
0687     /* Other action = 0 - Mirror VSI */
0688 #define ICE_SINGLE_OTHER_ACT_MIRROR     0
0689 #define ICE_SINGLE_ACT_MIRROR_VSI_ID_S  4
0690 #define ICE_SINGLE_ACT_MIRROR_VSI_ID_M  \
0691                 (0x3FF << ICE_SINGLE_ACT_MIRROR_VSI_ID_S)
0692 
0693     /* Other action = 3 - Set Stat count */
0694 #define ICE_SINGLE_OTHER_ACT_STAT_COUNT     3
0695 #define ICE_SINGLE_ACT_STAT_COUNT_INDEX_S   4
0696 #define ICE_SINGLE_ACT_STAT_COUNT_INDEX_M   \
0697                 (0x7F << ICE_SINGLE_ACT_STAT_COUNT_INDEX_S)
0698 
0699     __le16 index; /* The index of the rule in the lookup table */
0700     /* Length and values of the header to be matched per recipe or
0701      * lookup-type
0702      */
0703     __le16 hdr_len;
0704     u8 hdr_data[];
0705 } __packed __aligned(sizeof(__le16));
0706 
0707 /* Add/Update/Remove large action command/response entry
0708  * "index" is returned as part of a response to a successful Add command, and
0709  * can be used to identify the action for Update/Get/Remove commands.
0710  */
0711 struct ice_sw_rule_lg_act {
0712     struct ice_aqc_sw_rules_elem_hdr hdr;
0713 
0714     __le16 index; /* Index in large action table */
0715     __le16 size;
0716     /* Max number of large actions */
0717 #define ICE_MAX_LG_ACT  4
0718     /* Bit 0:1 - Action type */
0719 #define ICE_LG_ACT_TYPE_S   0
0720 #define ICE_LG_ACT_TYPE_M   (0x7 << ICE_LG_ACT_TYPE_S)
0721 
0722     /* Action type = 0 - Forward to VSI or VSI list */
0723 #define ICE_LG_ACT_VSI_FORWARDING   0
0724 #define ICE_LG_ACT_VSI_ID_S     3
0725 #define ICE_LG_ACT_VSI_ID_M     (0x3FF << ICE_LG_ACT_VSI_ID_S)
0726 #define ICE_LG_ACT_VSI_LIST_ID_S    3
0727 #define ICE_LG_ACT_VSI_LIST_ID_M    (0x3FF << ICE_LG_ACT_VSI_LIST_ID_S)
0728     /* This bit needs to be set if action is forward to VSI list */
0729 #define ICE_LG_ACT_VSI_LIST     BIT(13)
0730 
0731 #define ICE_LG_ACT_VALID_BIT        BIT(16)
0732 
0733     /* Action type = 1 - Forward to Queue of Queue group */
0734 #define ICE_LG_ACT_TO_Q         0x1
0735 #define ICE_LG_ACT_Q_INDEX_S        3
0736 #define ICE_LG_ACT_Q_INDEX_M        (0x7FF << ICE_LG_ACT_Q_INDEX_S)
0737 #define ICE_LG_ACT_Q_REGION_S       14
0738 #define ICE_LG_ACT_Q_REGION_M       (0x7 << ICE_LG_ACT_Q_REGION_S)
0739 #define ICE_LG_ACT_Q_PRIORITY_SET   BIT(17)
0740 
0741     /* Action type = 2 - Prune */
0742 #define ICE_LG_ACT_PRUNE        0x2
0743 #define ICE_LG_ACT_EGRESS       BIT(14)
0744 #define ICE_LG_ACT_INGRESS      BIT(15)
0745 #define ICE_LG_ACT_PRUNET       BIT(16)
0746 
0747     /* Action type = 3 - Mirror VSI */
0748 #define ICE_LG_OTHER_ACT_MIRROR     0x3
0749 #define ICE_LG_ACT_MIRROR_VSI_ID_S  3
0750 #define ICE_LG_ACT_MIRROR_VSI_ID_M  (0x3FF << ICE_LG_ACT_MIRROR_VSI_ID_S)
0751 
0752     /* Action type = 5 - Generic Value */
0753 #define ICE_LG_ACT_GENERIC      0x5
0754 #define ICE_LG_ACT_GENERIC_VALUE_S  3
0755 #define ICE_LG_ACT_GENERIC_VALUE_M  (0xFFFF << ICE_LG_ACT_GENERIC_VALUE_S)
0756 #define ICE_LG_ACT_GENERIC_OFFSET_S 19
0757 #define ICE_LG_ACT_GENERIC_OFFSET_M (0x7 << ICE_LG_ACT_GENERIC_OFFSET_S)
0758 #define ICE_LG_ACT_GENERIC_PRIORITY_S   22
0759 #define ICE_LG_ACT_GENERIC_PRIORITY_M   (0x7 << ICE_LG_ACT_GENERIC_PRIORITY_S)
0760 #define ICE_LG_ACT_GENERIC_OFF_RX_DESC_PROF_IDX 7
0761 
0762     /* Action = 7 - Set Stat count */
0763 #define ICE_LG_ACT_STAT_COUNT       0x7
0764 #define ICE_LG_ACT_STAT_COUNT_S     3
0765 #define ICE_LG_ACT_STAT_COUNT_M     (0x7F << ICE_LG_ACT_STAT_COUNT_S)
0766     __le32 act[]; /* array of size for actions */
0767 } __packed __aligned(sizeof(__le16));
0768 
0769 /* Add/Update/Remove VSI list command/response entry
0770  * "index" is returned as part of a response to a successful Add command, and
0771  * can be used to identify the VSI list for Update/Get/Remove commands.
0772  */
0773 struct ice_sw_rule_vsi_list {
0774     struct ice_aqc_sw_rules_elem_hdr hdr;
0775 
0776     __le16 index; /* Index of VSI/Prune list */
0777     __le16 number_vsi;
0778     __le16 vsi[]; /* Array of number_vsi VSI numbers */
0779 } __packed __aligned(sizeof(__le16));
0780 
0781 /* Query PFC Mode (direct 0x0302)
0782  * Set PFC Mode (direct 0x0303)
0783  */
0784 struct ice_aqc_set_query_pfc_mode {
0785     u8  pfc_mode;
0786 /* For Query Command response, reserved in all other cases */
0787 #define ICE_AQC_PFC_VLAN_BASED_PFC  1
0788 #define ICE_AQC_PFC_DSCP_BASED_PFC  2
0789     u8  rsvd[15];
0790 };
0791 /* Get Default Topology (indirect 0x0400) */
0792 struct ice_aqc_get_topo {
0793     u8 port_num;
0794     u8 num_branches;
0795     __le16 reserved1;
0796     __le32 reserved2;
0797     __le32 addr_high;
0798     __le32 addr_low;
0799 };
0800 
0801 /* Update TSE (indirect 0x0403)
0802  * Get TSE (indirect 0x0404)
0803  * Add TSE (indirect 0x0401)
0804  * Delete TSE (indirect 0x040F)
0805  * Move TSE (indirect 0x0408)
0806  * Suspend Nodes (indirect 0x0409)
0807  * Resume Nodes (indirect 0x040A)
0808  */
0809 struct ice_aqc_sched_elem_cmd {
0810     __le16 num_elem_req;    /* Used by commands */
0811     __le16 num_elem_resp;   /* Used by responses */
0812     __le32 reserved;
0813     __le32 addr_high;
0814     __le32 addr_low;
0815 };
0816 
0817 struct ice_aqc_txsched_move_grp_info_hdr {
0818     __le32 src_parent_teid;
0819     __le32 dest_parent_teid;
0820     __le16 num_elems;
0821     __le16 reserved;
0822 };
0823 
0824 struct ice_aqc_move_elem {
0825     struct ice_aqc_txsched_move_grp_info_hdr hdr;
0826     __le32 teid[];
0827 };
0828 
0829 struct ice_aqc_elem_info_bw {
0830     __le16 bw_profile_idx;
0831     __le16 bw_alloc;
0832 };
0833 
0834 struct ice_aqc_txsched_elem {
0835     u8 elem_type; /* Special field, reserved for some aq calls */
0836 #define ICE_AQC_ELEM_TYPE_UNDEFINED     0x0
0837 #define ICE_AQC_ELEM_TYPE_ROOT_PORT     0x1
0838 #define ICE_AQC_ELEM_TYPE_TC            0x2
0839 #define ICE_AQC_ELEM_TYPE_SE_GENERIC        0x3
0840 #define ICE_AQC_ELEM_TYPE_ENTRY_POINT       0x4
0841 #define ICE_AQC_ELEM_TYPE_LEAF          0x5
0842 #define ICE_AQC_ELEM_TYPE_SE_PADDED     0x6
0843     u8 valid_sections;
0844 #define ICE_AQC_ELEM_VALID_GENERIC      BIT(0)
0845 #define ICE_AQC_ELEM_VALID_CIR          BIT(1)
0846 #define ICE_AQC_ELEM_VALID_EIR          BIT(2)
0847 #define ICE_AQC_ELEM_VALID_SHARED       BIT(3)
0848     u8 generic;
0849 #define ICE_AQC_ELEM_GENERIC_MODE_M     0x1
0850 #define ICE_AQC_ELEM_GENERIC_PRIO_S     0x1
0851 #define ICE_AQC_ELEM_GENERIC_PRIO_M (0x7 << ICE_AQC_ELEM_GENERIC_PRIO_S)
0852 #define ICE_AQC_ELEM_GENERIC_SP_S       0x4
0853 #define ICE_AQC_ELEM_GENERIC_SP_M   (0x1 << ICE_AQC_ELEM_GENERIC_SP_S)
0854 #define ICE_AQC_ELEM_GENERIC_ADJUST_VAL_S   0x5
0855 #define ICE_AQC_ELEM_GENERIC_ADJUST_VAL_M   \
0856     (0x3 << ICE_AQC_ELEM_GENERIC_ADJUST_VAL_S)
0857     u8 flags; /* Special field, reserved for some aq calls */
0858 #define ICE_AQC_ELEM_FLAG_SUSPEND_M     0x1
0859     struct ice_aqc_elem_info_bw cir_bw;
0860     struct ice_aqc_elem_info_bw eir_bw;
0861     __le16 srl_id;
0862     __le16 reserved2;
0863 };
0864 
0865 struct ice_aqc_txsched_elem_data {
0866     __le32 parent_teid;
0867     __le32 node_teid;
0868     struct ice_aqc_txsched_elem data;
0869 };
0870 
0871 struct ice_aqc_txsched_topo_grp_info_hdr {
0872     __le32 parent_teid;
0873     __le16 num_elems;
0874     __le16 reserved2;
0875 };
0876 
0877 struct ice_aqc_add_elem {
0878     struct ice_aqc_txsched_topo_grp_info_hdr hdr;
0879     struct ice_aqc_txsched_elem_data generic[];
0880 };
0881 
0882 struct ice_aqc_get_topo_elem {
0883     struct ice_aqc_txsched_topo_grp_info_hdr hdr;
0884     struct ice_aqc_txsched_elem_data
0885         generic[ICE_AQC_TOPO_MAX_LEVEL_NUM];
0886 };
0887 
0888 struct ice_aqc_delete_elem {
0889     struct ice_aqc_txsched_topo_grp_info_hdr hdr;
0890     __le32 teid[];
0891 };
0892 
0893 /* Query Port ETS (indirect 0x040E)
0894  *
0895  * This indirect command is used to query port TC node configuration.
0896  */
0897 struct ice_aqc_query_port_ets {
0898     __le32 port_teid;
0899     __le32 reserved;
0900     __le32 addr_high;
0901     __le32 addr_low;
0902 };
0903 
0904 struct ice_aqc_port_ets_elem {
0905     u8 tc_valid_bits;
0906     u8 reserved[3];
0907     /* 3 bits for UP per TC 0-7, 4th byte reserved */
0908     __le32 up2tc;
0909     u8 tc_bw_share[8];
0910     __le32 port_eir_prof_id;
0911     __le32 port_cir_prof_id;
0912     /* 3 bits per Node priority to TC 0-7, 4th byte reserved */
0913     __le32 tc_node_prio;
0914 #define ICE_TC_NODE_PRIO_S  0x4
0915     u8 reserved1[4];
0916     __le32 tc_node_teid[8]; /* Used for response, reserved in command */
0917 };
0918 
0919 /* Rate limiting profile for
0920  * Add RL profile (indirect 0x0410)
0921  * Query RL profile (indirect 0x0411)
0922  * Remove RL profile (indirect 0x0415)
0923  * These indirect commands acts on single or multiple
0924  * RL profiles with specified data.
0925  */
0926 struct ice_aqc_rl_profile {
0927     __le16 num_profiles;
0928     __le16 num_processed; /* Only for response. Reserved in Command. */
0929     u8 reserved[4];
0930     __le32 addr_high;
0931     __le32 addr_low;
0932 };
0933 
0934 struct ice_aqc_rl_profile_elem {
0935     u8 level;
0936     u8 flags;
0937 #define ICE_AQC_RL_PROFILE_TYPE_S   0x0
0938 #define ICE_AQC_RL_PROFILE_TYPE_M   (0x3 << ICE_AQC_RL_PROFILE_TYPE_S)
0939 #define ICE_AQC_RL_PROFILE_TYPE_CIR 0
0940 #define ICE_AQC_RL_PROFILE_TYPE_EIR 1
0941 #define ICE_AQC_RL_PROFILE_TYPE_SRL 2
0942 /* The following flag is used for Query RL Profile Data */
0943 #define ICE_AQC_RL_PROFILE_INVAL_S  0x7
0944 #define ICE_AQC_RL_PROFILE_INVAL_M  (0x1 << ICE_AQC_RL_PROFILE_INVAL_S)
0945 
0946     __le16 profile_id;
0947     __le16 max_burst_size;
0948     __le16 rl_multiply;
0949     __le16 wake_up_calc;
0950     __le16 rl_encode;
0951 };
0952 
0953 /* Query Scheduler Resource Allocation (indirect 0x0412)
0954  * This indirect command retrieves the scheduler resources allocated by
0955  * EMP Firmware to the given PF.
0956  */
0957 struct ice_aqc_query_txsched_res {
0958     u8 reserved[8];
0959     __le32 addr_high;
0960     __le32 addr_low;
0961 };
0962 
0963 struct ice_aqc_generic_sched_props {
0964     __le16 phys_levels;
0965     __le16 logical_levels;
0966     u8 flattening_bitmap;
0967     u8 max_device_cgds;
0968     u8 max_pf_cgds;
0969     u8 rsvd0;
0970     __le16 rdma_qsets;
0971     u8 rsvd1[22];
0972 };
0973 
0974 struct ice_aqc_layer_props {
0975     u8 logical_layer;
0976     u8 chunk_size;
0977     __le16 max_device_nodes;
0978     __le16 max_pf_nodes;
0979     u8 rsvd0[4];
0980     __le16 max_sibl_grp_sz;
0981     __le16 max_cir_rl_profiles;
0982     __le16 max_eir_rl_profiles;
0983     __le16 max_srl_profiles;
0984     u8 rsvd1[14];
0985 };
0986 
0987 struct ice_aqc_query_txsched_res_resp {
0988     struct ice_aqc_generic_sched_props sched_props;
0989     struct ice_aqc_layer_props layer_props[ICE_AQC_TOPO_MAX_LEVEL_NUM];
0990 };
0991 
0992 /* Get PHY capabilities (indirect 0x0600) */
0993 struct ice_aqc_get_phy_caps {
0994     u8 lport_num;
0995     u8 reserved;
0996     __le16 param0;
0997     /* 18.0 - Report qualified modules */
0998 #define ICE_AQC_GET_PHY_RQM     BIT(0)
0999     /* 18.1 - 18.3 : Report mode
1000      * 000b - Report NVM capabilities
1001      * 001b - Report topology capabilities
1002      * 010b - Report SW configured
1003      * 100b - Report default capabilities
1004      */
1005 #define ICE_AQC_REPORT_MODE_S           1
1006 #define ICE_AQC_REPORT_MODE_M           (7 << ICE_AQC_REPORT_MODE_S)
1007 #define ICE_AQC_REPORT_TOPO_CAP_NO_MEDIA    0
1008 #define ICE_AQC_REPORT_TOPO_CAP_MEDIA       BIT(1)
1009 #define ICE_AQC_REPORT_ACTIVE_CFG       BIT(2)
1010 #define ICE_AQC_REPORT_DFLT_CFG     BIT(3)
1011     __le32 reserved1;
1012     __le32 addr_high;
1013     __le32 addr_low;
1014 };
1015 
1016 /* This is #define of PHY type (Extended):
1017  * The first set of defines is for phy_type_low.
1018  */
1019 #define ICE_PHY_TYPE_LOW_100BASE_TX     BIT_ULL(0)
1020 #define ICE_PHY_TYPE_LOW_100M_SGMII     BIT_ULL(1)
1021 #define ICE_PHY_TYPE_LOW_1000BASE_T     BIT_ULL(2)
1022 #define ICE_PHY_TYPE_LOW_1000BASE_SX        BIT_ULL(3)
1023 #define ICE_PHY_TYPE_LOW_1000BASE_LX        BIT_ULL(4)
1024 #define ICE_PHY_TYPE_LOW_1000BASE_KX        BIT_ULL(5)
1025 #define ICE_PHY_TYPE_LOW_1G_SGMII       BIT_ULL(6)
1026 #define ICE_PHY_TYPE_LOW_2500BASE_T     BIT_ULL(7)
1027 #define ICE_PHY_TYPE_LOW_2500BASE_X     BIT_ULL(8)
1028 #define ICE_PHY_TYPE_LOW_2500BASE_KX        BIT_ULL(9)
1029 #define ICE_PHY_TYPE_LOW_5GBASE_T       BIT_ULL(10)
1030 #define ICE_PHY_TYPE_LOW_5GBASE_KR      BIT_ULL(11)
1031 #define ICE_PHY_TYPE_LOW_10GBASE_T      BIT_ULL(12)
1032 #define ICE_PHY_TYPE_LOW_10G_SFI_DA     BIT_ULL(13)
1033 #define ICE_PHY_TYPE_LOW_10GBASE_SR     BIT_ULL(14)
1034 #define ICE_PHY_TYPE_LOW_10GBASE_LR     BIT_ULL(15)
1035 #define ICE_PHY_TYPE_LOW_10GBASE_KR_CR1     BIT_ULL(16)
1036 #define ICE_PHY_TYPE_LOW_10G_SFI_AOC_ACC    BIT_ULL(17)
1037 #define ICE_PHY_TYPE_LOW_10G_SFI_C2C        BIT_ULL(18)
1038 #define ICE_PHY_TYPE_LOW_25GBASE_T      BIT_ULL(19)
1039 #define ICE_PHY_TYPE_LOW_25GBASE_CR     BIT_ULL(20)
1040 #define ICE_PHY_TYPE_LOW_25GBASE_CR_S       BIT_ULL(21)
1041 #define ICE_PHY_TYPE_LOW_25GBASE_CR1        BIT_ULL(22)
1042 #define ICE_PHY_TYPE_LOW_25GBASE_SR     BIT_ULL(23)
1043 #define ICE_PHY_TYPE_LOW_25GBASE_LR     BIT_ULL(24)
1044 #define ICE_PHY_TYPE_LOW_25GBASE_KR     BIT_ULL(25)
1045 #define ICE_PHY_TYPE_LOW_25GBASE_KR_S       BIT_ULL(26)
1046 #define ICE_PHY_TYPE_LOW_25GBASE_KR1        BIT_ULL(27)
1047 #define ICE_PHY_TYPE_LOW_25G_AUI_AOC_ACC    BIT_ULL(28)
1048 #define ICE_PHY_TYPE_LOW_25G_AUI_C2C        BIT_ULL(29)
1049 #define ICE_PHY_TYPE_LOW_40GBASE_CR4        BIT_ULL(30)
1050 #define ICE_PHY_TYPE_LOW_40GBASE_SR4        BIT_ULL(31)
1051 #define ICE_PHY_TYPE_LOW_40GBASE_LR4        BIT_ULL(32)
1052 #define ICE_PHY_TYPE_LOW_40GBASE_KR4        BIT_ULL(33)
1053 #define ICE_PHY_TYPE_LOW_40G_XLAUI_AOC_ACC  BIT_ULL(34)
1054 #define ICE_PHY_TYPE_LOW_40G_XLAUI      BIT_ULL(35)
1055 #define ICE_PHY_TYPE_LOW_50GBASE_CR2        BIT_ULL(36)
1056 #define ICE_PHY_TYPE_LOW_50GBASE_SR2        BIT_ULL(37)
1057 #define ICE_PHY_TYPE_LOW_50GBASE_LR2        BIT_ULL(38)
1058 #define ICE_PHY_TYPE_LOW_50GBASE_KR2        BIT_ULL(39)
1059 #define ICE_PHY_TYPE_LOW_50G_LAUI2_AOC_ACC  BIT_ULL(40)
1060 #define ICE_PHY_TYPE_LOW_50G_LAUI2      BIT_ULL(41)
1061 #define ICE_PHY_TYPE_LOW_50G_AUI2_AOC_ACC   BIT_ULL(42)
1062 #define ICE_PHY_TYPE_LOW_50G_AUI2       BIT_ULL(43)
1063 #define ICE_PHY_TYPE_LOW_50GBASE_CP     BIT_ULL(44)
1064 #define ICE_PHY_TYPE_LOW_50GBASE_SR     BIT_ULL(45)
1065 #define ICE_PHY_TYPE_LOW_50GBASE_FR     BIT_ULL(46)
1066 #define ICE_PHY_TYPE_LOW_50GBASE_LR     BIT_ULL(47)
1067 #define ICE_PHY_TYPE_LOW_50GBASE_KR_PAM4    BIT_ULL(48)
1068 #define ICE_PHY_TYPE_LOW_50G_AUI1_AOC_ACC   BIT_ULL(49)
1069 #define ICE_PHY_TYPE_LOW_50G_AUI1       BIT_ULL(50)
1070 #define ICE_PHY_TYPE_LOW_100GBASE_CR4       BIT_ULL(51)
1071 #define ICE_PHY_TYPE_LOW_100GBASE_SR4       BIT_ULL(52)
1072 #define ICE_PHY_TYPE_LOW_100GBASE_LR4       BIT_ULL(53)
1073 #define ICE_PHY_TYPE_LOW_100GBASE_KR4       BIT_ULL(54)
1074 #define ICE_PHY_TYPE_LOW_100G_CAUI4_AOC_ACC BIT_ULL(55)
1075 #define ICE_PHY_TYPE_LOW_100G_CAUI4     BIT_ULL(56)
1076 #define ICE_PHY_TYPE_LOW_100G_AUI4_AOC_ACC  BIT_ULL(57)
1077 #define ICE_PHY_TYPE_LOW_100G_AUI4      BIT_ULL(58)
1078 #define ICE_PHY_TYPE_LOW_100GBASE_CR_PAM4   BIT_ULL(59)
1079 #define ICE_PHY_TYPE_LOW_100GBASE_KR_PAM4   BIT_ULL(60)
1080 #define ICE_PHY_TYPE_LOW_100GBASE_CP2       BIT_ULL(61)
1081 #define ICE_PHY_TYPE_LOW_100GBASE_SR2       BIT_ULL(62)
1082 #define ICE_PHY_TYPE_LOW_100GBASE_DR        BIT_ULL(63)
1083 #define ICE_PHY_TYPE_LOW_MAX_INDEX      63
1084 /* The second set of defines is for phy_type_high. */
1085 #define ICE_PHY_TYPE_HIGH_100GBASE_KR2_PAM4 BIT_ULL(0)
1086 #define ICE_PHY_TYPE_HIGH_100G_CAUI2_AOC_ACC    BIT_ULL(1)
1087 #define ICE_PHY_TYPE_HIGH_100G_CAUI2        BIT_ULL(2)
1088 #define ICE_PHY_TYPE_HIGH_100G_AUI2_AOC_ACC BIT_ULL(3)
1089 #define ICE_PHY_TYPE_HIGH_100G_AUI2     BIT_ULL(4)
1090 #define ICE_PHY_TYPE_HIGH_MAX_INDEX     5
1091 
1092 struct ice_aqc_get_phy_caps_data {
1093     __le64 phy_type_low; /* Use values from ICE_PHY_TYPE_LOW_* */
1094     __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */
1095     u8 caps;
1096 #define ICE_AQC_PHY_EN_TX_LINK_PAUSE            BIT(0)
1097 #define ICE_AQC_PHY_EN_RX_LINK_PAUSE            BIT(1)
1098 #define ICE_AQC_PHY_LOW_POWER_MODE          BIT(2)
1099 #define ICE_AQC_PHY_EN_LINK             BIT(3)
1100 #define ICE_AQC_PHY_AN_MODE             BIT(4)
1101 #define ICE_AQC_GET_PHY_EN_MOD_QUAL         BIT(5)
1102 #define ICE_AQC_PHY_EN_AUTO_FEC             BIT(7)
1103 #define ICE_AQC_PHY_CAPS_MASK               ICE_M(0xff, 0)
1104     u8 low_power_ctrl_an;
1105 #define ICE_AQC_PHY_EN_D3COLD_LOW_POWER_AUTONEG     BIT(0)
1106 #define ICE_AQC_PHY_AN_EN_CLAUSE28          BIT(1)
1107 #define ICE_AQC_PHY_AN_EN_CLAUSE73          BIT(2)
1108 #define ICE_AQC_PHY_AN_EN_CLAUSE37          BIT(3)
1109     __le16 eee_cap;
1110 #define ICE_AQC_PHY_EEE_EN_100BASE_TX           BIT(0)
1111 #define ICE_AQC_PHY_EEE_EN_1000BASE_T           BIT(1)
1112 #define ICE_AQC_PHY_EEE_EN_10GBASE_T            BIT(2)
1113 #define ICE_AQC_PHY_EEE_EN_1000BASE_KX          BIT(3)
1114 #define ICE_AQC_PHY_EEE_EN_10GBASE_KR           BIT(4)
1115 #define ICE_AQC_PHY_EEE_EN_25GBASE_KR           BIT(5)
1116 #define ICE_AQC_PHY_EEE_EN_40GBASE_KR4          BIT(6)
1117     __le16 eeer_value;
1118     u8 phy_id_oui[4]; /* PHY/Module ID connected on the port */
1119     u8 phy_fw_ver[8];
1120     u8 link_fec_options;
1121 #define ICE_AQC_PHY_FEC_10G_KR_40G_KR4_EN       BIT(0)
1122 #define ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ      BIT(1)
1123 #define ICE_AQC_PHY_FEC_25G_RS_528_REQ          BIT(2)
1124 #define ICE_AQC_PHY_FEC_25G_KR_REQ          BIT(3)
1125 #define ICE_AQC_PHY_FEC_25G_RS_544_REQ          BIT(4)
1126 #define ICE_AQC_PHY_FEC_25G_RS_CLAUSE91_EN      BIT(6)
1127 #define ICE_AQC_PHY_FEC_25G_KR_CLAUSE74_EN      BIT(7)
1128 #define ICE_AQC_PHY_FEC_MASK                ICE_M(0xdf, 0)
1129     u8 module_compliance_enforcement;
1130 #define ICE_AQC_MOD_ENFORCE_STRICT_MODE         BIT(0)
1131     u8 extended_compliance_code;
1132 #define ICE_MODULE_TYPE_TOTAL_BYTE          3
1133     u8 module_type[ICE_MODULE_TYPE_TOTAL_BYTE];
1134 #define ICE_AQC_MOD_TYPE_BYTE0_SFP_PLUS         0xA0
1135 #define ICE_AQC_MOD_TYPE_BYTE0_QSFP_PLUS        0x80
1136 #define ICE_AQC_MOD_TYPE_IDENT              1
1137 #define ICE_AQC_MOD_TYPE_BYTE1_SFP_PLUS_CU_PASSIVE  BIT(0)
1138 #define ICE_AQC_MOD_TYPE_BYTE1_SFP_PLUS_CU_ACTIVE   BIT(1)
1139 #define ICE_AQC_MOD_TYPE_BYTE1_10G_BASE_SR      BIT(4)
1140 #define ICE_AQC_MOD_TYPE_BYTE1_10G_BASE_LR      BIT(5)
1141 #define ICE_AQC_MOD_TYPE_BYTE1_10G_BASE_LRM     BIT(6)
1142 #define ICE_AQC_MOD_TYPE_BYTE1_10G_BASE_ER      BIT(7)
1143 #define ICE_AQC_MOD_TYPE_BYTE2_SFP_PLUS         0xA0
1144 #define ICE_AQC_MOD_TYPE_BYTE2_QSFP_PLUS        0x86
1145     u8 qualified_module_count;
1146     u8 rsvd2[7];    /* Bytes 47:41 reserved */
1147 #define ICE_AQC_QUAL_MOD_COUNT_MAX          16
1148     struct {
1149         u8 v_oui[3];
1150         u8 rsvd3;
1151         u8 v_part[16];
1152         __le32 v_rev;
1153         __le64 rsvd4;
1154     } qual_modules[ICE_AQC_QUAL_MOD_COUNT_MAX];
1155 };
1156 
1157 /* Set PHY capabilities (direct 0x0601)
1158  * NOTE: This command must be followed by setup link and restart auto-neg
1159  */
1160 struct ice_aqc_set_phy_cfg {
1161     u8 lport_num;
1162     u8 reserved[7];
1163     __le32 addr_high;
1164     __le32 addr_low;
1165 };
1166 
1167 /* Set PHY config command data structure */
1168 struct ice_aqc_set_phy_cfg_data {
1169     __le64 phy_type_low; /* Use values from ICE_PHY_TYPE_LOW_* */
1170     __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */
1171     u8 caps;
1172 #define ICE_AQ_PHY_ENA_VALID_MASK   ICE_M(0xef, 0)
1173 #define ICE_AQ_PHY_ENA_TX_PAUSE_ABILITY BIT(0)
1174 #define ICE_AQ_PHY_ENA_RX_PAUSE_ABILITY BIT(1)
1175 #define ICE_AQ_PHY_ENA_LOW_POWER    BIT(2)
1176 #define ICE_AQ_PHY_ENA_LINK     BIT(3)
1177 #define ICE_AQ_PHY_ENA_AUTO_LINK_UPDT   BIT(5)
1178 #define ICE_AQ_PHY_ENA_LESM     BIT(6)
1179 #define ICE_AQ_PHY_ENA_AUTO_FEC     BIT(7)
1180     u8 low_power_ctrl_an;
1181     __le16 eee_cap; /* Value from ice_aqc_get_phy_caps */
1182     __le16 eeer_value;
1183     u8 link_fec_opt; /* Use defines from ice_aqc_get_phy_caps */
1184     u8 module_compliance_enforcement;
1185 };
1186 
1187 /* Set MAC Config command data structure (direct 0x0603) */
1188 struct ice_aqc_set_mac_cfg {
1189     __le16 max_frame_size;
1190     u8 params;
1191 #define ICE_AQ_SET_MAC_PACE_S       3
1192 #define ICE_AQ_SET_MAC_PACE_M       (0xF << ICE_AQ_SET_MAC_PACE_S)
1193 #define ICE_AQ_SET_MAC_PACE_TYPE_M  BIT(7)
1194 #define ICE_AQ_SET_MAC_PACE_TYPE_RATE   0
1195 #define ICE_AQ_SET_MAC_PACE_TYPE_FIXED  ICE_AQ_SET_MAC_PACE_TYPE_M
1196     u8 tx_tmr_priority;
1197     __le16 tx_tmr_value;
1198     __le16 fc_refresh_threshold;
1199     u8 drop_opts;
1200 #define ICE_AQ_SET_MAC_AUTO_DROP_MASK       BIT(0)
1201 #define ICE_AQ_SET_MAC_AUTO_DROP_NONE       0
1202 #define ICE_AQ_SET_MAC_AUTO_DROP_BLOCKING_PKTS  BIT(0)
1203     u8 reserved[7];
1204 };
1205 
1206 /* Restart AN command data structure (direct 0x0605)
1207  * Also used for response, with only the lport_num field present.
1208  */
1209 struct ice_aqc_restart_an {
1210     u8 lport_num;
1211     u8 reserved;
1212     u8 cmd_flags;
1213 #define ICE_AQC_RESTART_AN_LINK_RESTART BIT(1)
1214 #define ICE_AQC_RESTART_AN_LINK_ENABLE  BIT(2)
1215     u8 reserved2[13];
1216 };
1217 
1218 /* Get link status (indirect 0x0607), also used for Link Status Event */
1219 struct ice_aqc_get_link_status {
1220     u8 lport_num;
1221     u8 reserved;
1222     __le16 cmd_flags;
1223 #define ICE_AQ_LSE_M            0x3
1224 #define ICE_AQ_LSE_NOP          0x0
1225 #define ICE_AQ_LSE_DIS          0x2
1226 #define ICE_AQ_LSE_ENA          0x3
1227     /* only response uses this flag */
1228 #define ICE_AQ_LSE_IS_ENABLED       0x1
1229     __le32 reserved2;
1230     __le32 addr_high;
1231     __le32 addr_low;
1232 };
1233 
1234 /* Get link status response data structure, also used for Link Status Event */
1235 struct ice_aqc_get_link_status_data {
1236     u8 topo_media_conflict;
1237 #define ICE_AQ_LINK_TOPO_CONFLICT   BIT(0)
1238 #define ICE_AQ_LINK_MEDIA_CONFLICT  BIT(1)
1239 #define ICE_AQ_LINK_TOPO_CORRUPT    BIT(2)
1240 #define ICE_AQ_LINK_TOPO_UNREACH_PRT    BIT(4)
1241 #define ICE_AQ_LINK_TOPO_UNDRUTIL_PRT   BIT(5)
1242 #define ICE_AQ_LINK_TOPO_UNDRUTIL_MEDIA BIT(6)
1243 #define ICE_AQ_LINK_TOPO_UNSUPP_MEDIA   BIT(7)
1244     u8 link_cfg_err;
1245 #define ICE_AQ_LINK_MODULE_POWER_UNSUPPORTED    BIT(5)
1246 #define ICE_AQ_LINK_EXTERNAL_PHY_LOAD_FAILURE   BIT(6)
1247 #define ICE_AQ_LINK_INVAL_MAX_POWER_LIMIT   BIT(7)
1248     u8 link_info;
1249 #define ICE_AQ_LINK_UP          BIT(0)  /* Link Status */
1250 #define ICE_AQ_LINK_FAULT       BIT(1)
1251 #define ICE_AQ_LINK_FAULT_TX        BIT(2)
1252 #define ICE_AQ_LINK_FAULT_RX        BIT(3)
1253 #define ICE_AQ_LINK_FAULT_REMOTE    BIT(4)
1254 #define ICE_AQ_LINK_UP_PORT     BIT(5)  /* External Port Link Status */
1255 #define ICE_AQ_MEDIA_AVAILABLE      BIT(6)
1256 #define ICE_AQ_SIGNAL_DETECT        BIT(7)
1257     u8 an_info;
1258 #define ICE_AQ_AN_COMPLETED     BIT(0)
1259 #define ICE_AQ_LP_AN_ABILITY        BIT(1)
1260 #define ICE_AQ_PD_FAULT         BIT(2)  /* Parallel Detection Fault */
1261 #define ICE_AQ_FEC_EN           BIT(3)
1262 #define ICE_AQ_PHY_LOW_POWER        BIT(4)  /* Low Power State */
1263 #define ICE_AQ_LINK_PAUSE_TX        BIT(5)
1264 #define ICE_AQ_LINK_PAUSE_RX        BIT(6)
1265 #define ICE_AQ_QUALIFIED_MODULE     BIT(7)
1266     u8 ext_info;
1267 #define ICE_AQ_LINK_PHY_TEMP_ALARM  BIT(0)
1268 #define ICE_AQ_LINK_EXCESSIVE_ERRORS    BIT(1)  /* Excessive Link Errors */
1269     /* Port Tx Suspended */
1270 #define ICE_AQ_LINK_TX_S        2
1271 #define ICE_AQ_LINK_TX_M        (0x03 << ICE_AQ_LINK_TX_S)
1272 #define ICE_AQ_LINK_TX_ACTIVE       0
1273 #define ICE_AQ_LINK_TX_DRAINED      1
1274 #define ICE_AQ_LINK_TX_FLUSHED      3
1275     u8 reserved2;
1276     __le16 max_frame_size;
1277     u8 cfg;
1278 #define ICE_AQ_LINK_25G_KR_FEC_EN   BIT(0)
1279 #define ICE_AQ_LINK_25G_RS_528_FEC_EN   BIT(1)
1280 #define ICE_AQ_LINK_25G_RS_544_FEC_EN   BIT(2)
1281 #define ICE_AQ_FEC_MASK         ICE_M(0x7, 0)
1282     /* Pacing Config */
1283 #define ICE_AQ_CFG_PACING_S     3
1284 #define ICE_AQ_CFG_PACING_M     (0xF << ICE_AQ_CFG_PACING_S)
1285 #define ICE_AQ_CFG_PACING_TYPE_M    BIT(7)
1286 #define ICE_AQ_CFG_PACING_TYPE_AVG  0
1287 #define ICE_AQ_CFG_PACING_TYPE_FIXED    ICE_AQ_CFG_PACING_TYPE_M
1288     /* External Device Power Ability */
1289     u8 power_desc;
1290 #define ICE_AQ_PWR_CLASS_M      0x3F
1291 #define ICE_AQ_LINK_PWR_BASET_LOW_HIGH  0
1292 #define ICE_AQ_LINK_PWR_BASET_HIGH  1
1293 #define ICE_AQ_LINK_PWR_QSFP_CLASS_1    0
1294 #define ICE_AQ_LINK_PWR_QSFP_CLASS_2    1
1295 #define ICE_AQ_LINK_PWR_QSFP_CLASS_3    2
1296 #define ICE_AQ_LINK_PWR_QSFP_CLASS_4    3
1297     __le16 link_speed;
1298 #define ICE_AQ_LINK_SPEED_M     0x7FF
1299 #define ICE_AQ_LINK_SPEED_10MB      BIT(0)
1300 #define ICE_AQ_LINK_SPEED_100MB     BIT(1)
1301 #define ICE_AQ_LINK_SPEED_1000MB    BIT(2)
1302 #define ICE_AQ_LINK_SPEED_2500MB    BIT(3)
1303 #define ICE_AQ_LINK_SPEED_5GB       BIT(4)
1304 #define ICE_AQ_LINK_SPEED_10GB      BIT(5)
1305 #define ICE_AQ_LINK_SPEED_20GB      BIT(6)
1306 #define ICE_AQ_LINK_SPEED_25GB      BIT(7)
1307 #define ICE_AQ_LINK_SPEED_40GB      BIT(8)
1308 #define ICE_AQ_LINK_SPEED_50GB      BIT(9)
1309 #define ICE_AQ_LINK_SPEED_100GB     BIT(10)
1310 #define ICE_AQ_LINK_SPEED_UNKNOWN   BIT(15)
1311     __le32 reserved3; /* Aligns next field to 8-byte boundary */
1312     __le64 phy_type_low; /* Use values from ICE_PHY_TYPE_LOW_* */
1313     __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */
1314 };
1315 
1316 /* Set event mask command (direct 0x0613) */
1317 struct ice_aqc_set_event_mask {
1318     u8  lport_num;
1319     u8  reserved[7];
1320     __le16  event_mask;
1321 #define ICE_AQ_LINK_EVENT_UPDOWN        BIT(1)
1322 #define ICE_AQ_LINK_EVENT_MEDIA_NA      BIT(2)
1323 #define ICE_AQ_LINK_EVENT_LINK_FAULT        BIT(3)
1324 #define ICE_AQ_LINK_EVENT_PHY_TEMP_ALARM    BIT(4)
1325 #define ICE_AQ_LINK_EVENT_EXCESSIVE_ERRORS  BIT(5)
1326 #define ICE_AQ_LINK_EVENT_SIGNAL_DETECT     BIT(6)
1327 #define ICE_AQ_LINK_EVENT_AN_COMPLETED      BIT(7)
1328 #define ICE_AQ_LINK_EVENT_MODULE_QUAL_FAIL  BIT(8)
1329 #define ICE_AQ_LINK_EVENT_PORT_TX_SUSPENDED BIT(9)
1330 #define ICE_AQ_LINK_EVENT_PHY_FW_LOAD_FAIL  BIT(12)
1331     u8  reserved1[6];
1332 };
1333 
1334 /* Set MAC Loopback command (direct 0x0620) */
1335 struct ice_aqc_set_mac_lb {
1336     u8 lb_mode;
1337 #define ICE_AQ_MAC_LB_EN        BIT(0)
1338 #define ICE_AQ_MAC_LB_OSC_CLK       BIT(1)
1339     u8 reserved[15];
1340 };
1341 
1342 struct ice_aqc_link_topo_params {
1343     u8 lport_num;
1344     u8 lport_num_valid;
1345 #define ICE_AQC_LINK_TOPO_PORT_NUM_VALID    BIT(0)
1346     u8 node_type_ctx;
1347 #define ICE_AQC_LINK_TOPO_NODE_TYPE_S       0
1348 #define ICE_AQC_LINK_TOPO_NODE_TYPE_M   (0xF << ICE_AQC_LINK_TOPO_NODE_TYPE_S)
1349 #define ICE_AQC_LINK_TOPO_NODE_TYPE_PHY     0
1350 #define ICE_AQC_LINK_TOPO_NODE_TYPE_GPIO_CTRL   1
1351 #define ICE_AQC_LINK_TOPO_NODE_TYPE_MUX_CTRL    2
1352 #define ICE_AQC_LINK_TOPO_NODE_TYPE_LED_CTRL    3
1353 #define ICE_AQC_LINK_TOPO_NODE_TYPE_LED     4
1354 #define ICE_AQC_LINK_TOPO_NODE_TYPE_THERMAL 5
1355 #define ICE_AQC_LINK_TOPO_NODE_TYPE_CAGE    6
1356 #define ICE_AQC_LINK_TOPO_NODE_TYPE_MEZZ    7
1357 #define ICE_AQC_LINK_TOPO_NODE_TYPE_ID_EEPROM   8
1358 #define ICE_AQC_LINK_TOPO_NODE_CTX_S        4
1359 #define ICE_AQC_LINK_TOPO_NODE_CTX_M        \
1360                 (0xF << ICE_AQC_LINK_TOPO_NODE_CTX_S)
1361 #define ICE_AQC_LINK_TOPO_NODE_CTX_GLOBAL   0
1362 #define ICE_AQC_LINK_TOPO_NODE_CTX_BOARD    1
1363 #define ICE_AQC_LINK_TOPO_NODE_CTX_PORT     2
1364 #define ICE_AQC_LINK_TOPO_NODE_CTX_NODE     3
1365 #define ICE_AQC_LINK_TOPO_NODE_CTX_PROVIDED 4
1366 #define ICE_AQC_LINK_TOPO_NODE_CTX_OVERRIDE 5
1367     u8 index;
1368 };
1369 
1370 struct ice_aqc_link_topo_addr {
1371     struct ice_aqc_link_topo_params topo_params;
1372     __le16 handle;
1373 #define ICE_AQC_LINK_TOPO_HANDLE_S  0
1374 #define ICE_AQC_LINK_TOPO_HANDLE_M  (0x3FF << ICE_AQC_LINK_TOPO_HANDLE_S)
1375 /* Used to decode the handle field */
1376 #define ICE_AQC_LINK_TOPO_HANDLE_BRD_TYPE_M BIT(9)
1377 #define ICE_AQC_LINK_TOPO_HANDLE_BRD_TYPE_LOM   BIT(9)
1378 #define ICE_AQC_LINK_TOPO_HANDLE_BRD_TYPE_MEZZ  0
1379 #define ICE_AQC_LINK_TOPO_HANDLE_NODE_S     0
1380 /* In case of a Mezzanine type */
1381 #define ICE_AQC_LINK_TOPO_HANDLE_MEZZ_NODE_M    \
1382                 (0x3F << ICE_AQC_LINK_TOPO_HANDLE_NODE_S)
1383 #define ICE_AQC_LINK_TOPO_HANDLE_MEZZ_S 6
1384 #define ICE_AQC_LINK_TOPO_HANDLE_MEZZ_M (0x7 << ICE_AQC_LINK_TOPO_HANDLE_MEZZ_S)
1385 /* In case of a LOM type */
1386 #define ICE_AQC_LINK_TOPO_HANDLE_LOM_NODE_M \
1387                 (0x1FF << ICE_AQC_LINK_TOPO_HANDLE_NODE_S)
1388 };
1389 
1390 /* Get Link Topology Handle (direct, 0x06E0) */
1391 struct ice_aqc_get_link_topo {
1392     struct ice_aqc_link_topo_addr addr;
1393     u8 node_part_num;
1394 #define ICE_AQC_GET_LINK_TOPO_NODE_NR_PCA9575   0x21
1395     u8 rsvd[9];
1396 };
1397 
1398 /* Read/Write I2C (direct, 0x06E2/0x06E3) */
1399 struct ice_aqc_i2c {
1400     struct ice_aqc_link_topo_addr topo_addr;
1401     __le16 i2c_addr;
1402     u8 i2c_params;
1403 #define ICE_AQC_I2C_DATA_SIZE_M     GENMASK(3, 0)
1404 #define ICE_AQC_I2C_USE_REPEATED_START  BIT(7)
1405 
1406     u8 rsvd;
1407     __le16 i2c_bus_addr;
1408     u8 i2c_data[4]; /* Used only by write command, reserved in read. */
1409 };
1410 
1411 /* Read I2C Response (direct, 0x06E2) */
1412 struct ice_aqc_read_i2c_resp {
1413     u8 i2c_data[16];
1414 };
1415 
1416 /* Set Port Identification LED (direct, 0x06E9) */
1417 struct ice_aqc_set_port_id_led {
1418     u8 lport_num;
1419     u8 lport_num_valid;
1420     u8 ident_mode;
1421 #define ICE_AQC_PORT_IDENT_LED_BLINK    BIT(0)
1422 #define ICE_AQC_PORT_IDENT_LED_ORIG 0
1423     u8 rsvd[13];
1424 };
1425 
1426 /* Set/Get GPIO (direct, 0x06EC/0x06ED) */
1427 struct ice_aqc_gpio {
1428     __le16 gpio_ctrl_handle;
1429 #define ICE_AQC_GPIO_HANDLE_S   0
1430 #define ICE_AQC_GPIO_HANDLE_M   (0x3FF << ICE_AQC_GPIO_HANDLE_S)
1431     u8 gpio_num;
1432     u8 gpio_val;
1433     u8 rsvd[12];
1434 };
1435 
1436 /* Read/Write SFF EEPROM command (indirect 0x06EE) */
1437 struct ice_aqc_sff_eeprom {
1438     u8 lport_num;
1439     u8 lport_num_valid;
1440 #define ICE_AQC_SFF_PORT_NUM_VALID  BIT(0)
1441     __le16 i2c_bus_addr;
1442 #define ICE_AQC_SFF_I2CBUS_7BIT_M   0x7F
1443 #define ICE_AQC_SFF_I2CBUS_10BIT_M  0x3FF
1444 #define ICE_AQC_SFF_I2CBUS_TYPE_M   BIT(10)
1445 #define ICE_AQC_SFF_I2CBUS_TYPE_7BIT    0
1446 #define ICE_AQC_SFF_I2CBUS_TYPE_10BIT   ICE_AQC_SFF_I2CBUS_TYPE_M
1447 #define ICE_AQC_SFF_SET_EEPROM_PAGE_S   11
1448 #define ICE_AQC_SFF_SET_EEPROM_PAGE_M   (0x3 << ICE_AQC_SFF_SET_EEPROM_PAGE_S)
1449 #define ICE_AQC_SFF_NO_PAGE_CHANGE  0
1450 #define ICE_AQC_SFF_SET_23_ON_MISMATCH  1
1451 #define ICE_AQC_SFF_SET_22_ON_MISMATCH  2
1452 #define ICE_AQC_SFF_IS_WRITE        BIT(15)
1453     __le16 i2c_mem_addr;
1454     __le16 eeprom_page;
1455 #define  ICE_AQC_SFF_EEPROM_BANK_S 0
1456 #define  ICE_AQC_SFF_EEPROM_BANK_M (0xFF << ICE_AQC_SFF_EEPROM_BANK_S)
1457 #define  ICE_AQC_SFF_EEPROM_PAGE_S 8
1458 #define  ICE_AQC_SFF_EEPROM_PAGE_M (0xFF << ICE_AQC_SFF_EEPROM_PAGE_S)
1459     __le32 addr_high;
1460     __le32 addr_low;
1461 };
1462 
1463 /* NVM Read command (indirect 0x0701)
1464  * NVM Erase commands (direct 0x0702)
1465  * NVM Update commands (indirect 0x0703)
1466  */
1467 struct ice_aqc_nvm {
1468 #define ICE_AQC_NVM_MAX_OFFSET      0xFFFFFF
1469     __le16 offset_low;
1470     u8 offset_high;
1471     u8 cmd_flags;
1472 #define ICE_AQC_NVM_LAST_CMD        BIT(0)
1473 #define ICE_AQC_NVM_PCIR_REQ        BIT(0)  /* Used by NVM Update reply */
1474 #define ICE_AQC_NVM_PRESERVATION_S  1
1475 #define ICE_AQC_NVM_PRESERVATION_M  (3 << ICE_AQC_NVM_PRESERVATION_S)
1476 #define ICE_AQC_NVM_NO_PRESERVATION (0 << ICE_AQC_NVM_PRESERVATION_S)
1477 #define ICE_AQC_NVM_PRESERVE_ALL    BIT(1)
1478 #define ICE_AQC_NVM_FACTORY_DEFAULT (2 << ICE_AQC_NVM_PRESERVATION_S)
1479 #define ICE_AQC_NVM_PRESERVE_SELECTED   (3 << ICE_AQC_NVM_PRESERVATION_S)
1480 #define ICE_AQC_NVM_ACTIV_SEL_NVM   BIT(3) /* Write Activate/SR Dump only */
1481 #define ICE_AQC_NVM_ACTIV_SEL_OROM  BIT(4)
1482 #define ICE_AQC_NVM_ACTIV_SEL_NETLIST   BIT(5)
1483 #define ICE_AQC_NVM_SPECIAL_UPDATE  BIT(6)
1484 #define ICE_AQC_NVM_REVERT_LAST_ACTIV   BIT(6) /* Write Activate only */
1485 #define ICE_AQC_NVM_ACTIV_SEL_MASK  ICE_M(0x7, 3)
1486 #define ICE_AQC_NVM_FLASH_ONLY      BIT(7)
1487 #define ICE_AQC_NVM_RESET_LVL_M     ICE_M(0x3, 0) /* Write reply only */
1488 #define ICE_AQC_NVM_POR_FLAG        0
1489 #define ICE_AQC_NVM_PERST_FLAG      1
1490 #define ICE_AQC_NVM_EMPR_FLAG       2
1491 #define ICE_AQC_NVM_EMPR_ENA        BIT(0) /* Write Activate reply only */
1492     __le16 module_typeid;
1493     __le16 length;
1494 #define ICE_AQC_NVM_ERASE_LEN   0xFFFF
1495     __le32 addr_high;
1496     __le32 addr_low;
1497 };
1498 
1499 #define ICE_AQC_NVM_START_POINT         0
1500 
1501 /* NVM Checksum Command (direct, 0x0706) */
1502 struct ice_aqc_nvm_checksum {
1503     u8 flags;
1504 #define ICE_AQC_NVM_CHECKSUM_VERIFY BIT(0)
1505 #define ICE_AQC_NVM_CHECKSUM_RECALC BIT(1)
1506     u8 rsvd;
1507     __le16 checksum; /* Used only by response */
1508 #define ICE_AQC_NVM_CHECKSUM_CORRECT    0xBABA
1509     u8 rsvd2[12];
1510 };
1511 
1512 /* Used for NVM Set Package Data command - 0x070A */
1513 struct ice_aqc_nvm_pkg_data {
1514     u8 reserved[3];
1515     u8 cmd_flags;
1516 #define ICE_AQC_NVM_PKG_DELETE      BIT(0) /* used for command call */
1517 #define ICE_AQC_NVM_PKG_SKIPPED     BIT(0) /* used for command response */
1518 
1519     u32 reserved1;
1520     __le32 addr_high;
1521     __le32 addr_low;
1522 };
1523 
1524 /* Used for Pass Component Table command - 0x070B */
1525 struct ice_aqc_nvm_pass_comp_tbl {
1526     u8 component_response; /* Response only */
1527 #define ICE_AQ_NVM_PASS_COMP_CAN_BE_UPDATED     0x0
1528 #define ICE_AQ_NVM_PASS_COMP_CAN_MAY_BE_UPDATEABLE  0x1
1529 #define ICE_AQ_NVM_PASS_COMP_CAN_NOT_BE_UPDATED     0x2
1530     u8 component_response_code; /* Response only */
1531 #define ICE_AQ_NVM_PASS_COMP_CAN_BE_UPDATED_CODE    0x0
1532 #define ICE_AQ_NVM_PASS_COMP_STAMP_IDENTICAL_CODE   0x1
1533 #define ICE_AQ_NVM_PASS_COMP_STAMP_LOWER        0x2
1534 #define ICE_AQ_NVM_PASS_COMP_INVALID_STAMP_CODE     0x3
1535 #define ICE_AQ_NVM_PASS_COMP_CONFLICT_CODE      0x4
1536 #define ICE_AQ_NVM_PASS_COMP_PRE_REQ_NOT_MET_CODE   0x5
1537 #define ICE_AQ_NVM_PASS_COMP_NOT_SUPPORTED_CODE     0x6
1538 #define ICE_AQ_NVM_PASS_COMP_CANNOT_DOWNGRADE_CODE  0x7
1539 #define ICE_AQ_NVM_PASS_COMP_INCOMPLETE_IMAGE_CODE  0x8
1540 #define ICE_AQ_NVM_PASS_COMP_VER_STR_IDENTICAL_CODE 0xA
1541 #define ICE_AQ_NVM_PASS_COMP_VER_STR_LOWER_CODE     0xB
1542     u8 reserved;
1543     u8 transfer_flag;
1544 #define ICE_AQ_NVM_PASS_COMP_TBL_START          0x1
1545 #define ICE_AQ_NVM_PASS_COMP_TBL_MIDDLE         0x2
1546 #define ICE_AQ_NVM_PASS_COMP_TBL_END            0x4
1547 #define ICE_AQ_NVM_PASS_COMP_TBL_START_AND_END      0x5
1548     __le32 reserved1;
1549     __le32 addr_high;
1550     __le32 addr_low;
1551 };
1552 
1553 struct ice_aqc_nvm_comp_tbl {
1554     __le16 comp_class;
1555 #define NVM_COMP_CLASS_ALL_FW   0x000A
1556 
1557     __le16 comp_id;
1558 #define NVM_COMP_ID_OROM    0x5
1559 #define NVM_COMP_ID_NVM     0x6
1560 #define NVM_COMP_ID_NETLIST 0x8
1561 
1562     u8 comp_class_idx;
1563 #define FWU_COMP_CLASS_IDX_NOT_USE 0x0
1564 
1565     __le32 comp_cmp_stamp;
1566     u8 cvs_type;
1567 #define NVM_CVS_TYPE_ASCII  0x1
1568 
1569     u8 cvs_len;
1570     u8 cvs[]; /* Component Version String */
1571 } __packed;
1572 
1573 /* Send to PF command (indirect 0x0801) ID is only used by PF
1574  *
1575  * Send to VF command (indirect 0x0802) ID is only used by PF
1576  *
1577  */
1578 struct ice_aqc_pf_vf_msg {
1579     __le32 id;
1580     u32 reserved;
1581     __le32 addr_high;
1582     __le32 addr_low;
1583 };
1584 
1585 /* Get LLDP MIB (indirect 0x0A00)
1586  * Note: This is also used by the LLDP MIB Change Event (0x0A01)
1587  * as the format is the same.
1588  */
1589 struct ice_aqc_lldp_get_mib {
1590     u8 type;
1591 #define ICE_AQ_LLDP_MIB_TYPE_S          0
1592 #define ICE_AQ_LLDP_MIB_TYPE_M          (0x3 << ICE_AQ_LLDP_MIB_TYPE_S)
1593 #define ICE_AQ_LLDP_MIB_LOCAL           0
1594 #define ICE_AQ_LLDP_MIB_REMOTE          1
1595 #define ICE_AQ_LLDP_MIB_LOCAL_AND_REMOTE    2
1596 #define ICE_AQ_LLDP_BRID_TYPE_S         2
1597 #define ICE_AQ_LLDP_BRID_TYPE_M         (0x3 << ICE_AQ_LLDP_BRID_TYPE_S)
1598 #define ICE_AQ_LLDP_BRID_TYPE_NEAREST_BRID  0
1599 #define ICE_AQ_LLDP_BRID_TYPE_NON_TPMR      1
1600 /* Tx pause flags in the 0xA01 event use ICE_AQ_LLDP_TX_* */
1601 #define ICE_AQ_LLDP_TX_S            0x4
1602 #define ICE_AQ_LLDP_TX_M            (0x03 << ICE_AQ_LLDP_TX_S)
1603 #define ICE_AQ_LLDP_TX_ACTIVE           0
1604 #define ICE_AQ_LLDP_TX_SUSPENDED        1
1605 #define ICE_AQ_LLDP_TX_FLUSHED          3
1606 /* The following bytes are reserved for the Get LLDP MIB command (0x0A00)
1607  * and in the LLDP MIB Change Event (0x0A01). They are valid for the
1608  * Get LLDP MIB (0x0A00) response only.
1609  */
1610     u8 reserved1;
1611     __le16 local_len;
1612     __le16 remote_len;
1613     u8 reserved2[2];
1614     __le32 addr_high;
1615     __le32 addr_low;
1616 };
1617 
1618 /* Configure LLDP MIB Change Event (direct 0x0A01) */
1619 /* For MIB Change Event use ice_aqc_lldp_get_mib structure above */
1620 struct ice_aqc_lldp_set_mib_change {
1621     u8 command;
1622 #define ICE_AQ_LLDP_MIB_UPDATE_ENABLE       0x0
1623 #define ICE_AQ_LLDP_MIB_UPDATE_DIS      0x1
1624     u8 reserved[15];
1625 };
1626 
1627 /* Stop LLDP (direct 0x0A05) */
1628 struct ice_aqc_lldp_stop {
1629     u8 command;
1630 #define ICE_AQ_LLDP_AGENT_STATE_MASK    BIT(0)
1631 #define ICE_AQ_LLDP_AGENT_STOP      0x0
1632 #define ICE_AQ_LLDP_AGENT_SHUTDOWN  ICE_AQ_LLDP_AGENT_STATE_MASK
1633 #define ICE_AQ_LLDP_AGENT_PERSIST_DIS   BIT(1)
1634     u8 reserved[15];
1635 };
1636 
1637 /* Start LLDP (direct 0x0A06) */
1638 struct ice_aqc_lldp_start {
1639     u8 command;
1640 #define ICE_AQ_LLDP_AGENT_START     BIT(0)
1641 #define ICE_AQ_LLDP_AGENT_PERSIST_ENA   BIT(1)
1642     u8 reserved[15];
1643 };
1644 
1645 /* Get CEE DCBX Oper Config (0x0A07)
1646  * The command uses the generic descriptor struct and
1647  * returns the struct below as an indirect response.
1648  */
1649 struct ice_aqc_get_cee_dcb_cfg_resp {
1650     u8 oper_num_tc;
1651     u8 oper_prio_tc[4];
1652     u8 oper_tc_bw[8];
1653     u8 oper_pfc_en;
1654     __le16 oper_app_prio;
1655 #define ICE_AQC_CEE_APP_FCOE_S      0
1656 #define ICE_AQC_CEE_APP_FCOE_M      (0x7 << ICE_AQC_CEE_APP_FCOE_S)
1657 #define ICE_AQC_CEE_APP_ISCSI_S     3
1658 #define ICE_AQC_CEE_APP_ISCSI_M     (0x7 << ICE_AQC_CEE_APP_ISCSI_S)
1659 #define ICE_AQC_CEE_APP_FIP_S       8
1660 #define ICE_AQC_CEE_APP_FIP_M       (0x7 << ICE_AQC_CEE_APP_FIP_S)
1661     __le32 tlv_status;
1662 #define ICE_AQC_CEE_PG_STATUS_S     0
1663 #define ICE_AQC_CEE_PG_STATUS_M     (0x7 << ICE_AQC_CEE_PG_STATUS_S)
1664 #define ICE_AQC_CEE_PFC_STATUS_S    3
1665 #define ICE_AQC_CEE_PFC_STATUS_M    (0x7 << ICE_AQC_CEE_PFC_STATUS_S)
1666 #define ICE_AQC_CEE_FCOE_STATUS_S   8
1667 #define ICE_AQC_CEE_FCOE_STATUS_M   (0x7 << ICE_AQC_CEE_FCOE_STATUS_S)
1668 #define ICE_AQC_CEE_ISCSI_STATUS_S  11
1669 #define ICE_AQC_CEE_ISCSI_STATUS_M  (0x7 << ICE_AQC_CEE_ISCSI_STATUS_S)
1670 #define ICE_AQC_CEE_FIP_STATUS_S    16
1671 #define ICE_AQC_CEE_FIP_STATUS_M    (0x7 << ICE_AQC_CEE_FIP_STATUS_S)
1672     u8 reserved[12];
1673 };
1674 
1675 /* Set Local LLDP MIB (indirect 0x0A08)
1676  * Used to replace the local MIB of a given LLDP agent. e.g. DCBX
1677  */
1678 struct ice_aqc_lldp_set_local_mib {
1679     u8 type;
1680 #define SET_LOCAL_MIB_TYPE_DCBX_M       BIT(0)
1681 #define SET_LOCAL_MIB_TYPE_LOCAL_MIB        0
1682 #define SET_LOCAL_MIB_TYPE_CEE_M        BIT(1)
1683 #define SET_LOCAL_MIB_TYPE_CEE_WILLING      0
1684 #define SET_LOCAL_MIB_TYPE_CEE_NON_WILLING  SET_LOCAL_MIB_TYPE_CEE_M
1685     u8 reserved0;
1686     __le16 length;
1687     u8 reserved1[4];
1688     __le32 addr_high;
1689     __le32 addr_low;
1690 };
1691 
1692 /* Stop/Start LLDP Agent (direct 0x0A09)
1693  * Used for stopping/starting specific LLDP agent. e.g. DCBX.
1694  * The same structure is used for the response, with the command field
1695  * being used as the status field.
1696  */
1697 struct ice_aqc_lldp_stop_start_specific_agent {
1698     u8 command;
1699 #define ICE_AQC_START_STOP_AGENT_M      BIT(0)
1700 #define ICE_AQC_START_STOP_AGENT_STOP_DCBX  0
1701 #define ICE_AQC_START_STOP_AGENT_START_DCBX ICE_AQC_START_STOP_AGENT_M
1702     u8 reserved[15];
1703 };
1704 
1705 /* LLDP Filter Control (direct 0x0A0A) */
1706 struct ice_aqc_lldp_filter_ctrl {
1707     u8 cmd_flags;
1708 #define ICE_AQC_LLDP_FILTER_ACTION_ADD      0x0
1709 #define ICE_AQC_LLDP_FILTER_ACTION_DELETE   0x1
1710     u8 reserved1;
1711     __le16 vsi_num;
1712     u8 reserved2[12];
1713 };
1714 
1715 /* Get/Set RSS key (indirect 0x0B04/0x0B02) */
1716 struct ice_aqc_get_set_rss_key {
1717 #define ICE_AQC_GSET_RSS_KEY_VSI_VALID  BIT(15)
1718 #define ICE_AQC_GSET_RSS_KEY_VSI_ID_S   0
1719 #define ICE_AQC_GSET_RSS_KEY_VSI_ID_M   (0x3FF << ICE_AQC_GSET_RSS_KEY_VSI_ID_S)
1720     __le16 vsi_id;
1721     u8 reserved[6];
1722     __le32 addr_high;
1723     __le32 addr_low;
1724 };
1725 
1726 #define ICE_AQC_GET_SET_RSS_KEY_DATA_RSS_KEY_SIZE   0x28
1727 #define ICE_AQC_GET_SET_RSS_KEY_DATA_HASH_KEY_SIZE  0xC
1728 #define ICE_GET_SET_RSS_KEY_EXTEND_KEY_SIZE \
1729                 (ICE_AQC_GET_SET_RSS_KEY_DATA_RSS_KEY_SIZE + \
1730                  ICE_AQC_GET_SET_RSS_KEY_DATA_HASH_KEY_SIZE)
1731 
1732 struct ice_aqc_get_set_rss_keys {
1733     u8 standard_rss_key[ICE_AQC_GET_SET_RSS_KEY_DATA_RSS_KEY_SIZE];
1734     u8 extended_hash_key[ICE_AQC_GET_SET_RSS_KEY_DATA_HASH_KEY_SIZE];
1735 };
1736 
1737 /* Get/Set RSS LUT (indirect 0x0B05/0x0B03) */
1738 struct ice_aqc_get_set_rss_lut {
1739 #define ICE_AQC_GSET_RSS_LUT_VSI_VALID  BIT(15)
1740 #define ICE_AQC_GSET_RSS_LUT_VSI_ID_S   0
1741 #define ICE_AQC_GSET_RSS_LUT_VSI_ID_M   (0x3FF << ICE_AQC_GSET_RSS_LUT_VSI_ID_S)
1742     __le16 vsi_id;
1743 #define ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_S   0
1744 #define ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_M   \
1745                 (0x3 << ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_S)
1746 
1747 #define ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_VSI  0
1748 #define ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_PF   1
1749 #define ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_GLOBAL   2
1750 
1751 #define ICE_AQC_GSET_RSS_LUT_TABLE_SIZE_S    2
1752 #define ICE_AQC_GSET_RSS_LUT_TABLE_SIZE_M    \
1753                 (0x3 << ICE_AQC_GSET_RSS_LUT_TABLE_SIZE_S)
1754 
1755 #define ICE_AQC_GSET_RSS_LUT_TABLE_SIZE_128  128
1756 #define ICE_AQC_GSET_RSS_LUT_TABLE_SIZE_128_FLAG 0
1757 #define ICE_AQC_GSET_RSS_LUT_TABLE_SIZE_512  512
1758 #define ICE_AQC_GSET_RSS_LUT_TABLE_SIZE_512_FLAG 1
1759 #define ICE_AQC_GSET_RSS_LUT_TABLE_SIZE_2K   2048
1760 #define ICE_AQC_GSET_RSS_LUT_TABLE_SIZE_2K_FLAG  2
1761 
1762 #define ICE_AQC_GSET_RSS_LUT_GLOBAL_IDX_S    4
1763 #define ICE_AQC_GSET_RSS_LUT_GLOBAL_IDX_M    \
1764                 (0xF << ICE_AQC_GSET_RSS_LUT_GLOBAL_IDX_S)
1765 
1766     __le16 flags;
1767     __le32 reserved;
1768     __le32 addr_high;
1769     __le32 addr_low;
1770 };
1771 
1772 /* Sideband Control Interface Commands */
1773 /* Neighbor Device Request (indirect 0x0C00); also used for the response. */
1774 struct ice_aqc_neigh_dev_req {
1775     __le16 sb_data_len;
1776     u8 reserved[6];
1777     __le32 addr_high;
1778     __le32 addr_low;
1779 };
1780 
1781 /* Add Tx LAN Queues (indirect 0x0C30) */
1782 struct ice_aqc_add_txqs {
1783     u8 num_qgrps;
1784     u8 reserved[3];
1785     __le32 reserved1;
1786     __le32 addr_high;
1787     __le32 addr_low;
1788 };
1789 
1790 /* This is the descriptor of each queue entry for the Add Tx LAN Queues
1791  * command (0x0C30). Only used within struct ice_aqc_add_tx_qgrp.
1792  */
1793 struct ice_aqc_add_txqs_perq {
1794     __le16 txq_id;
1795     u8 rsvd[2];
1796     __le32 q_teid;
1797     u8 txq_ctx[22];
1798     u8 rsvd2[2];
1799     struct ice_aqc_txsched_elem info;
1800 };
1801 
1802 /* The format of the command buffer for Add Tx LAN Queues (0x0C30)
1803  * is an array of the following structs. Please note that the length of
1804  * each struct ice_aqc_add_tx_qgrp is variable due
1805  * to the variable number of queues in each group!
1806  */
1807 struct ice_aqc_add_tx_qgrp {
1808     __le32 parent_teid;
1809     u8 num_txqs;
1810     u8 rsvd[3];
1811     struct ice_aqc_add_txqs_perq txqs[];
1812 };
1813 
1814 /* Disable Tx LAN Queues (indirect 0x0C31) */
1815 struct ice_aqc_dis_txqs {
1816     u8 cmd_type;
1817 #define ICE_AQC_Q_DIS_CMD_S     0
1818 #define ICE_AQC_Q_DIS_CMD_M     (0x3 << ICE_AQC_Q_DIS_CMD_S)
1819 #define ICE_AQC_Q_DIS_CMD_NO_FUNC_RESET (0 << ICE_AQC_Q_DIS_CMD_S)
1820 #define ICE_AQC_Q_DIS_CMD_VM_RESET  BIT(ICE_AQC_Q_DIS_CMD_S)
1821 #define ICE_AQC_Q_DIS_CMD_VF_RESET  (2 << ICE_AQC_Q_DIS_CMD_S)
1822 #define ICE_AQC_Q_DIS_CMD_PF_RESET  (3 << ICE_AQC_Q_DIS_CMD_S)
1823 #define ICE_AQC_Q_DIS_CMD_SUBSEQ_CALL   BIT(2)
1824 #define ICE_AQC_Q_DIS_CMD_FLUSH_PIPE    BIT(3)
1825     u8 num_entries;
1826     __le16 vmvf_and_timeout;
1827 #define ICE_AQC_Q_DIS_VMVF_NUM_S    0
1828 #define ICE_AQC_Q_DIS_VMVF_NUM_M    (0x3FF << ICE_AQC_Q_DIS_VMVF_NUM_S)
1829 #define ICE_AQC_Q_DIS_TIMEOUT_S     10
1830 #define ICE_AQC_Q_DIS_TIMEOUT_M     (0x3F << ICE_AQC_Q_DIS_TIMEOUT_S)
1831     __le32 blocked_cgds;
1832     __le32 addr_high;
1833     __le32 addr_low;
1834 };
1835 
1836 /* The buffer for Disable Tx LAN Queues (indirect 0x0C31)
1837  * contains the following structures, arrayed one after the
1838  * other.
1839  * Note: Since the q_id is 16 bits wide, if the
1840  * number of queues is even, then 2 bytes of alignment MUST be
1841  * added before the start of the next group, to allow correct
1842  * alignment of the parent_teid field.
1843  */
1844 struct ice_aqc_dis_txq_item {
1845     __le32 parent_teid;
1846     u8 num_qs;
1847     u8 rsvd;
1848     /* The length of the q_id array varies according to num_qs */
1849 #define ICE_AQC_Q_DIS_BUF_ELEM_TYPE_S       15
1850 #define ICE_AQC_Q_DIS_BUF_ELEM_TYPE_LAN_Q   \
1851             (0 << ICE_AQC_Q_DIS_BUF_ELEM_TYPE_S)
1852 #define ICE_AQC_Q_DIS_BUF_ELEM_TYPE_RDMA_QSET   \
1853             (1 << ICE_AQC_Q_DIS_BUF_ELEM_TYPE_S)
1854     __le16 q_id[];
1855 } __packed;
1856 
1857 /* Add Tx RDMA Queue Set (indirect 0x0C33) */
1858 struct ice_aqc_add_rdma_qset {
1859     u8 num_qset_grps;
1860     u8 reserved[7];
1861     __le32 addr_high;
1862     __le32 addr_low;
1863 };
1864 
1865 /* This is the descriptor of each Qset entry for the Add Tx RDMA Queue Set
1866  * command (0x0C33). Only used within struct ice_aqc_add_rdma_qset.
1867  */
1868 struct ice_aqc_add_tx_rdma_qset_entry {
1869     __le16 tx_qset_id;
1870     u8 rsvd[2];
1871     __le32 qset_teid;
1872     struct ice_aqc_txsched_elem info;
1873 };
1874 
1875 /* The format of the command buffer for Add Tx RDMA Queue Set(0x0C33)
1876  * is an array of the following structs. Please note that the length of
1877  * each struct ice_aqc_add_rdma_qset is variable due to the variable
1878  * number of queues in each group!
1879  */
1880 struct ice_aqc_add_rdma_qset_data {
1881     __le32 parent_teid;
1882     __le16 num_qsets;
1883     u8 rsvd[2];
1884     struct ice_aqc_add_tx_rdma_qset_entry rdma_qsets[];
1885 };
1886 
1887 /* Configure Firmware Logging Command (indirect 0xFF09)
1888  * Logging Information Read Response (indirect 0xFF10)
1889  * Note: The 0xFF10 command has no input parameters.
1890  */
1891 struct ice_aqc_fw_logging {
1892     u8 log_ctrl;
1893 #define ICE_AQC_FW_LOG_AQ_EN        BIT(0)
1894 #define ICE_AQC_FW_LOG_UART_EN      BIT(1)
1895     u8 rsvd0;
1896     u8 log_ctrl_valid; /* Not used by 0xFF10 Response */
1897 #define ICE_AQC_FW_LOG_AQ_VALID     BIT(0)
1898 #define ICE_AQC_FW_LOG_UART_VALID   BIT(1)
1899     u8 rsvd1[5];
1900     __le32 addr_high;
1901     __le32 addr_low;
1902 };
1903 
1904 enum ice_aqc_fw_logging_mod {
1905     ICE_AQC_FW_LOG_ID_GENERAL = 0,
1906     ICE_AQC_FW_LOG_ID_CTRL,
1907     ICE_AQC_FW_LOG_ID_LINK,
1908     ICE_AQC_FW_LOG_ID_LINK_TOPO,
1909     ICE_AQC_FW_LOG_ID_DNL,
1910     ICE_AQC_FW_LOG_ID_I2C,
1911     ICE_AQC_FW_LOG_ID_SDP,
1912     ICE_AQC_FW_LOG_ID_MDIO,
1913     ICE_AQC_FW_LOG_ID_ADMINQ,
1914     ICE_AQC_FW_LOG_ID_HDMA,
1915     ICE_AQC_FW_LOG_ID_LLDP,
1916     ICE_AQC_FW_LOG_ID_DCBX,
1917     ICE_AQC_FW_LOG_ID_DCB,
1918     ICE_AQC_FW_LOG_ID_NETPROXY,
1919     ICE_AQC_FW_LOG_ID_NVM,
1920     ICE_AQC_FW_LOG_ID_AUTH,
1921     ICE_AQC_FW_LOG_ID_VPD,
1922     ICE_AQC_FW_LOG_ID_IOSF,
1923     ICE_AQC_FW_LOG_ID_PARSER,
1924     ICE_AQC_FW_LOG_ID_SW,
1925     ICE_AQC_FW_LOG_ID_SCHEDULER,
1926     ICE_AQC_FW_LOG_ID_TXQ,
1927     ICE_AQC_FW_LOG_ID_RSVD,
1928     ICE_AQC_FW_LOG_ID_POST,
1929     ICE_AQC_FW_LOG_ID_WATCHDOG,
1930     ICE_AQC_FW_LOG_ID_TASK_DISPATCH,
1931     ICE_AQC_FW_LOG_ID_MNG,
1932     ICE_AQC_FW_LOG_ID_MAX,
1933 };
1934 
1935 /* Defines for both above FW logging command/response buffers */
1936 #define ICE_AQC_FW_LOG_ID_S     0
1937 #define ICE_AQC_FW_LOG_ID_M     (0xFFF << ICE_AQC_FW_LOG_ID_S)
1938 
1939 #define ICE_AQC_FW_LOG_CONF_SUCCESS 0   /* Used by response */
1940 #define ICE_AQC_FW_LOG_CONF_BAD_INDX    BIT(12) /* Used by response */
1941 
1942 #define ICE_AQC_FW_LOG_EN_S     12
1943 #define ICE_AQC_FW_LOG_EN_M     (0xF << ICE_AQC_FW_LOG_EN_S)
1944 #define ICE_AQC_FW_LOG_INFO_EN      BIT(12) /* Used by command */
1945 #define ICE_AQC_FW_LOG_INIT_EN      BIT(13) /* Used by command */
1946 #define ICE_AQC_FW_LOG_FLOW_EN      BIT(14) /* Used by command */
1947 #define ICE_AQC_FW_LOG_ERR_EN       BIT(15) /* Used by command */
1948 
1949 /* Get/Clear FW Log (indirect 0xFF11) */
1950 struct ice_aqc_get_clear_fw_log {
1951     u8 flags;
1952 #define ICE_AQC_FW_LOG_CLEAR        BIT(0)
1953 #define ICE_AQC_FW_LOG_MORE_DATA_AVAIL  BIT(1)
1954     u8 rsvd1[7];
1955     __le32 addr_high;
1956     __le32 addr_low;
1957 };
1958 
1959 /* Download Package (indirect 0x0C40) */
1960 /* Also used for Update Package (indirect 0x0C41 and 0x0C42) */
1961 struct ice_aqc_download_pkg {
1962     u8 flags;
1963 #define ICE_AQC_DOWNLOAD_PKG_LAST_BUF   0x01
1964     u8 reserved[3];
1965     __le32 reserved1;
1966     __le32 addr_high;
1967     __le32 addr_low;
1968 };
1969 
1970 struct ice_aqc_download_pkg_resp {
1971     __le32 error_offset;
1972     __le32 error_info;
1973     __le32 addr_high;
1974     __le32 addr_low;
1975 };
1976 
1977 /* Get Package Info List (indirect 0x0C43) */
1978 struct ice_aqc_get_pkg_info_list {
1979     __le32 reserved1;
1980     __le32 reserved2;
1981     __le32 addr_high;
1982     __le32 addr_low;
1983 };
1984 
1985 /* Version format for packages */
1986 struct ice_pkg_ver {
1987     u8 major;
1988     u8 minor;
1989     u8 update;
1990     u8 draft;
1991 };
1992 
1993 #define ICE_PKG_NAME_SIZE   32
1994 #define ICE_SEG_ID_SIZE     28
1995 #define ICE_SEG_NAME_SIZE   28
1996 
1997 struct ice_aqc_get_pkg_info {
1998     struct ice_pkg_ver ver;
1999     char name[ICE_SEG_NAME_SIZE];
2000     __le32 track_id;
2001     u8 is_in_nvm;
2002     u8 is_active;
2003     u8 is_active_at_boot;
2004     u8 is_modified;
2005 };
2006 
2007 /* Get Package Info List response buffer format (0x0C43) */
2008 struct ice_aqc_get_pkg_info_resp {
2009     __le32 count;
2010     struct ice_aqc_get_pkg_info pkg_info[];
2011 };
2012 
2013 /* Driver Shared Parameters (direct, 0x0C90) */
2014 struct ice_aqc_driver_shared_params {
2015     u8 set_or_get_op;
2016 #define ICE_AQC_DRIVER_PARAM_OP_MASK        BIT(0)
2017 #define ICE_AQC_DRIVER_PARAM_SET        0
2018 #define ICE_AQC_DRIVER_PARAM_GET        1
2019     u8 param_indx;
2020 #define ICE_AQC_DRIVER_PARAM_MAX_IDX        15
2021     u8 rsvd[2];
2022     __le32 param_val;
2023     __le32 addr_high;
2024     __le32 addr_low;
2025 };
2026 
2027 enum ice_aqc_driver_params {
2028     /* OS clock index for PTP timer Domain 0 */
2029     ICE_AQC_DRIVER_PARAM_CLK_IDX_TMR0 = 0,
2030     /* OS clock index for PTP timer Domain 1 */
2031     ICE_AQC_DRIVER_PARAM_CLK_IDX_TMR1,
2032 
2033     /* Add new parameters above */
2034     ICE_AQC_DRIVER_PARAM_MAX = 16,
2035 };
2036 
2037 /* Lan Queue Overflow Event (direct, 0x1001) */
2038 struct ice_aqc_event_lan_overflow {
2039     __le32 prtdcb_ruptq;
2040     __le32 qtx_ctl;
2041     u8 reserved[8];
2042 };
2043 
2044 /**
2045  * struct ice_aq_desc - Admin Queue (AQ) descriptor
2046  * @flags: ICE_AQ_FLAG_* flags
2047  * @opcode: AQ command opcode
2048  * @datalen: length in bytes of indirect/external data buffer
2049  * @retval: return value from firmware
2050  * @cookie_high: opaque data high-half
2051  * @cookie_low: opaque data low-half
2052  * @params: command-specific parameters
2053  *
2054  * Descriptor format for commands the driver posts on the Admin Transmit Queue
2055  * (ATQ). The firmware writes back onto the command descriptor and returns
2056  * the result of the command. Asynchronous events that are not an immediate
2057  * result of the command are written to the Admin Receive Queue (ARQ) using
2058  * the same descriptor format. Descriptors are in little-endian notation with
2059  * 32-bit words.
2060  */
2061 struct ice_aq_desc {
2062     __le16 flags;
2063     __le16 opcode;
2064     __le16 datalen;
2065     __le16 retval;
2066     __le32 cookie_high;
2067     __le32 cookie_low;
2068     union {
2069         u8 raw[16];
2070         struct ice_aqc_generic generic;
2071         struct ice_aqc_get_ver get_ver;
2072         struct ice_aqc_driver_ver driver_ver;
2073         struct ice_aqc_q_shutdown q_shutdown;
2074         struct ice_aqc_req_res res_owner;
2075         struct ice_aqc_manage_mac_read mac_read;
2076         struct ice_aqc_manage_mac_write mac_write;
2077         struct ice_aqc_clear_pxe clear_pxe;
2078         struct ice_aqc_list_caps get_cap;
2079         struct ice_aqc_get_phy_caps get_phy;
2080         struct ice_aqc_set_phy_cfg set_phy;
2081         struct ice_aqc_restart_an restart_an;
2082         struct ice_aqc_gpio read_write_gpio;
2083         struct ice_aqc_sff_eeprom read_write_sff_param;
2084         struct ice_aqc_set_port_id_led set_port_id_led;
2085         struct ice_aqc_get_sw_cfg get_sw_conf;
2086         struct ice_aqc_set_port_params set_port_params;
2087         struct ice_aqc_sw_rules sw_rules;
2088         struct ice_aqc_add_get_recipe add_get_recipe;
2089         struct ice_aqc_recipe_to_profile recipe_to_profile;
2090         struct ice_aqc_get_topo get_topo;
2091         struct ice_aqc_sched_elem_cmd sched_elem_cmd;
2092         struct ice_aqc_query_txsched_res query_sched_res;
2093         struct ice_aqc_query_port_ets port_ets;
2094         struct ice_aqc_rl_profile rl_profile;
2095         struct ice_aqc_nvm nvm;
2096         struct ice_aqc_nvm_checksum nvm_checksum;
2097         struct ice_aqc_nvm_pkg_data pkg_data;
2098         struct ice_aqc_nvm_pass_comp_tbl pass_comp_tbl;
2099         struct ice_aqc_pf_vf_msg virt;
2100         struct ice_aqc_set_query_pfc_mode set_query_pfc_mode;
2101         struct ice_aqc_lldp_get_mib lldp_get_mib;
2102         struct ice_aqc_lldp_set_mib_change lldp_set_event;
2103         struct ice_aqc_lldp_stop lldp_stop;
2104         struct ice_aqc_lldp_start lldp_start;
2105         struct ice_aqc_lldp_set_local_mib lldp_set_mib;
2106         struct ice_aqc_lldp_stop_start_specific_agent lldp_agent_ctrl;
2107         struct ice_aqc_lldp_filter_ctrl lldp_filter_ctrl;
2108         struct ice_aqc_get_set_rss_lut get_set_rss_lut;
2109         struct ice_aqc_get_set_rss_key get_set_rss_key;
2110         struct ice_aqc_neigh_dev_req neigh_dev;
2111         struct ice_aqc_add_txqs add_txqs;
2112         struct ice_aqc_dis_txqs dis_txqs;
2113         struct ice_aqc_add_rdma_qset add_rdma_qset;
2114         struct ice_aqc_add_get_update_free_vsi vsi_cmd;
2115         struct ice_aqc_add_update_free_vsi_resp add_update_free_vsi_res;
2116         struct ice_aqc_fw_logging fw_logging;
2117         struct ice_aqc_get_clear_fw_log get_clear_fw_log;
2118         struct ice_aqc_download_pkg download_pkg;
2119         struct ice_aqc_driver_shared_params drv_shared_params;
2120         struct ice_aqc_set_mac_lb set_mac_lb;
2121         struct ice_aqc_alloc_free_res_cmd sw_res_ctrl;
2122         struct ice_aqc_set_mac_cfg set_mac_cfg;
2123         struct ice_aqc_set_event_mask set_event_mask;
2124         struct ice_aqc_get_link_status get_link_status;
2125         struct ice_aqc_event_lan_overflow lan_overflow;
2126         struct ice_aqc_get_link_topo get_link_topo;
2127         struct ice_aqc_i2c read_write_i2c;
2128         struct ice_aqc_read_i2c_resp read_i2c_resp;
2129     } params;
2130 };
2131 
2132 /* FW defined boundary for a large buffer, 4k >= Large buffer > 512 bytes */
2133 #define ICE_AQ_LG_BUF   512
2134 
2135 #define ICE_AQ_FLAG_ERR_S   2
2136 #define ICE_AQ_FLAG_LB_S    9
2137 #define ICE_AQ_FLAG_RD_S    10
2138 #define ICE_AQ_FLAG_BUF_S   12
2139 #define ICE_AQ_FLAG_SI_S    13
2140 
2141 #define ICE_AQ_FLAG_ERR     BIT(ICE_AQ_FLAG_ERR_S) /* 0x4    */
2142 #define ICE_AQ_FLAG_LB      BIT(ICE_AQ_FLAG_LB_S)  /* 0x200  */
2143 #define ICE_AQ_FLAG_RD      BIT(ICE_AQ_FLAG_RD_S)  /* 0x400  */
2144 #define ICE_AQ_FLAG_BUF     BIT(ICE_AQ_FLAG_BUF_S) /* 0x1000 */
2145 #define ICE_AQ_FLAG_SI      BIT(ICE_AQ_FLAG_SI_S)  /* 0x2000 */
2146 
2147 /* error codes */
2148 enum ice_aq_err {
2149     ICE_AQ_RC_OK        = 0,  /* Success */
2150     ICE_AQ_RC_EPERM     = 1,  /* Operation not permitted */
2151     ICE_AQ_RC_ENOENT    = 2,  /* No such element */
2152     ICE_AQ_RC_ENOMEM    = 9,  /* Out of memory */
2153     ICE_AQ_RC_EBUSY     = 12, /* Device or resource busy */
2154     ICE_AQ_RC_EEXIST    = 13, /* Object already exists */
2155     ICE_AQ_RC_EINVAL    = 14, /* Invalid argument */
2156     ICE_AQ_RC_ENOSPC    = 16, /* No space left or allocation failure */
2157     ICE_AQ_RC_ENOSYS    = 17, /* Function not implemented */
2158     ICE_AQ_RC_EMODE     = 21, /* Op not allowed in current dev mode */
2159     ICE_AQ_RC_ENOSEC    = 24, /* Missing security manifest */
2160     ICE_AQ_RC_EBADSIG   = 25, /* Bad RSA signature */
2161     ICE_AQ_RC_ESVN      = 26, /* SVN number prohibits this package */
2162     ICE_AQ_RC_EBADMAN   = 27, /* Manifest hash mismatch */
2163     ICE_AQ_RC_EBADBUF   = 28, /* Buffer hash mismatches manifest */
2164 };
2165 
2166 /* Admin Queue command opcodes */
2167 enum ice_adminq_opc {
2168     /* AQ commands */
2169     ice_aqc_opc_get_ver             = 0x0001,
2170     ice_aqc_opc_driver_ver              = 0x0002,
2171     ice_aqc_opc_q_shutdown              = 0x0003,
2172 
2173     /* resource ownership */
2174     ice_aqc_opc_req_res             = 0x0008,
2175     ice_aqc_opc_release_res             = 0x0009,
2176 
2177     /* device/function capabilities */
2178     ice_aqc_opc_list_func_caps          = 0x000A,
2179     ice_aqc_opc_list_dev_caps           = 0x000B,
2180 
2181     /* manage MAC address */
2182     ice_aqc_opc_manage_mac_read         = 0x0107,
2183     ice_aqc_opc_manage_mac_write            = 0x0108,
2184 
2185     /* PXE */
2186     ice_aqc_opc_clear_pxe_mode          = 0x0110,
2187 
2188     /* internal switch commands */
2189     ice_aqc_opc_get_sw_cfg              = 0x0200,
2190     ice_aqc_opc_set_port_params         = 0x0203,
2191 
2192     /* Alloc/Free/Get Resources */
2193     ice_aqc_opc_alloc_res               = 0x0208,
2194     ice_aqc_opc_free_res                = 0x0209,
2195     ice_aqc_opc_set_vlan_mode_parameters        = 0x020C,
2196     ice_aqc_opc_get_vlan_mode_parameters        = 0x020D,
2197 
2198     /* VSI commands */
2199     ice_aqc_opc_add_vsi             = 0x0210,
2200     ice_aqc_opc_update_vsi              = 0x0211,
2201     ice_aqc_opc_free_vsi                = 0x0213,
2202 
2203     /* recipe commands */
2204     ice_aqc_opc_add_recipe              = 0x0290,
2205     ice_aqc_opc_recipe_to_profile           = 0x0291,
2206     ice_aqc_opc_get_recipe              = 0x0292,
2207     ice_aqc_opc_get_recipe_to_profile       = 0x0293,
2208 
2209     /* switch rules population commands */
2210     ice_aqc_opc_add_sw_rules            = 0x02A0,
2211     ice_aqc_opc_update_sw_rules         = 0x02A1,
2212     ice_aqc_opc_remove_sw_rules         = 0x02A2,
2213 
2214     ice_aqc_opc_clear_pf_cfg            = 0x02A4,
2215 
2216     /* DCB commands */
2217     ice_aqc_opc_query_pfc_mode          = 0x0302,
2218     ice_aqc_opc_set_pfc_mode            = 0x0303,
2219 
2220     /* transmit scheduler commands */
2221     ice_aqc_opc_get_dflt_topo           = 0x0400,
2222     ice_aqc_opc_add_sched_elems         = 0x0401,
2223     ice_aqc_opc_cfg_sched_elems         = 0x0403,
2224     ice_aqc_opc_get_sched_elems         = 0x0404,
2225     ice_aqc_opc_move_sched_elems            = 0x0408,
2226     ice_aqc_opc_suspend_sched_elems         = 0x0409,
2227     ice_aqc_opc_resume_sched_elems          = 0x040A,
2228     ice_aqc_opc_query_port_ets          = 0x040E,
2229     ice_aqc_opc_delete_sched_elems          = 0x040F,
2230     ice_aqc_opc_add_rl_profiles         = 0x0410,
2231     ice_aqc_opc_query_sched_res         = 0x0412,
2232     ice_aqc_opc_remove_rl_profiles          = 0x0415,
2233 
2234     /* PHY commands */
2235     ice_aqc_opc_get_phy_caps            = 0x0600,
2236     ice_aqc_opc_set_phy_cfg             = 0x0601,
2237     ice_aqc_opc_set_mac_cfg             = 0x0603,
2238     ice_aqc_opc_restart_an              = 0x0605,
2239     ice_aqc_opc_get_link_status         = 0x0607,
2240     ice_aqc_opc_set_event_mask          = 0x0613,
2241     ice_aqc_opc_set_mac_lb              = 0x0620,
2242     ice_aqc_opc_get_link_topo           = 0x06E0,
2243     ice_aqc_opc_read_i2c                = 0x06E2,
2244     ice_aqc_opc_write_i2c               = 0x06E3,
2245     ice_aqc_opc_set_port_id_led         = 0x06E9,
2246     ice_aqc_opc_set_gpio                = 0x06EC,
2247     ice_aqc_opc_get_gpio                = 0x06ED,
2248     ice_aqc_opc_sff_eeprom              = 0x06EE,
2249 
2250     /* NVM commands */
2251     ice_aqc_opc_nvm_read                = 0x0701,
2252     ice_aqc_opc_nvm_erase               = 0x0702,
2253     ice_aqc_opc_nvm_write               = 0x0703,
2254     ice_aqc_opc_nvm_checksum            = 0x0706,
2255     ice_aqc_opc_nvm_write_activate          = 0x0707,
2256     ice_aqc_opc_nvm_update_empr         = 0x0709,
2257     ice_aqc_opc_nvm_pkg_data            = 0x070A,
2258     ice_aqc_opc_nvm_pass_component_tbl      = 0x070B,
2259 
2260     /* PF/VF mailbox commands */
2261     ice_mbx_opc_send_msg_to_pf          = 0x0801,
2262     ice_mbx_opc_send_msg_to_vf          = 0x0802,
2263     /* LLDP commands */
2264     ice_aqc_opc_lldp_get_mib            = 0x0A00,
2265     ice_aqc_opc_lldp_set_mib_change         = 0x0A01,
2266     ice_aqc_opc_lldp_stop               = 0x0A05,
2267     ice_aqc_opc_lldp_start              = 0x0A06,
2268     ice_aqc_opc_get_cee_dcb_cfg         = 0x0A07,
2269     ice_aqc_opc_lldp_set_local_mib          = 0x0A08,
2270     ice_aqc_opc_lldp_stop_start_specific_agent  = 0x0A09,
2271     ice_aqc_opc_lldp_filter_ctrl            = 0x0A0A,
2272 
2273     /* RSS commands */
2274     ice_aqc_opc_set_rss_key             = 0x0B02,
2275     ice_aqc_opc_set_rss_lut             = 0x0B03,
2276     ice_aqc_opc_get_rss_key             = 0x0B04,
2277     ice_aqc_opc_get_rss_lut             = 0x0B05,
2278 
2279     /* Sideband Control Interface commands */
2280     ice_aqc_opc_neighbour_device_request        = 0x0C00,
2281 
2282     /* Tx queue handling commands/events */
2283     ice_aqc_opc_add_txqs                = 0x0C30,
2284     ice_aqc_opc_dis_txqs                = 0x0C31,
2285     ice_aqc_opc_add_rdma_qset           = 0x0C33,
2286 
2287     /* package commands */
2288     ice_aqc_opc_download_pkg            = 0x0C40,
2289     ice_aqc_opc_upload_section          = 0x0C41,
2290     ice_aqc_opc_update_pkg              = 0x0C42,
2291     ice_aqc_opc_get_pkg_info_list           = 0x0C43,
2292 
2293     ice_aqc_opc_driver_shared_params        = 0x0C90,
2294 
2295     /* Standalone Commands/Events */
2296     ice_aqc_opc_event_lan_overflow          = 0x1001,
2297 
2298     /* debug commands */
2299     ice_aqc_opc_fw_logging              = 0xFF09,
2300     ice_aqc_opc_fw_logging_info         = 0xFF10,
2301 };
2302 
2303 #endif /* _ICE_ADMINQ_CMD_H_ */