Lines Matching +full:tse +full:- +full:mdio
1 /* SPDX-License-Identifier: BSD-3-Clause */
203 /* Manage MAC address, read command - indirect (0x0107)
232 /* Manage MAC address, write command - direct (0x0108) */
255 /* Configure No-Drop Policy Command (direct 0x0112) */
362 /* Resource types 0x62-67 are reserved for Hash profile builder */
391 __le16 total_free; /* Resources un-allocated/not reserved by any PF */
688 /* Add/update mirror rule - direct (0x0260) */
708 * In case of add mirror rule - if rule ID is specified as
742 /* Delete mirror rule - direct(0x0261) */
758 /* Set/Get storm config - (direct 0x0280, 0x0281) */
765 /* Bit 18:0 - Traffic upper threshold size
766 * Bit 31:19 - Reserved
772 /* Bit 0: MDIPW - Drop Multicast packets in previous window
773 * Bit 1: MDICW - Drop multicast packets in current window
774 * Bit 2: BDIPW - Drop broadcast packets in previous window
775 * Bit 3: BDICW - Drop broadcast packets in current window
782 /* Bit 27:8 : Interval - BSC/MSC Time-interval specification: The
838 /* Bit 0:1 - Action type */
842 /* Bit 2 - Loop back enable
843 * Bit 3 - LAN enable
848 /* Action type = 0 - Forward to VSI or VSI list */
860 /* Action type = 1 - Forward to Queue of Queue group */
868 /* Action type = 2 - Prune */
875 /* Action type = 2 - Pointer */
884 /* Action type = 3 - Other actions. Last two bits
892 /* Bit 17:18 - Defines other actions */
893 /* Other action = 0 - Mirror VSI */
899 /* Other action = 3 - Set Stat count */
907 * lookup-type
925 /* Bit 0:1 - Action type */
929 /* Action type = 0 - Forward to VSI or VSI list */
940 /* Action type = 1 - Forward to Queue of Queue group */
948 /* Action type = 2 - Prune */
954 /* Action type = 3 - Mirror VSI */
959 /* Action type = 5 - Generic Value */
969 /* Action = 7 - Set Stat count */
1063 /* Update TSE (indirect 0x0403)
1064 * Get TSE (indirect 0x0404)
1065 * Add TSE (indirect 0x0401)
1066 * Delete TSE (indirect 0x040F)
1067 * Move TSE (indirect 0x0408)
1170 /* 3 bits for UP per TC 0-7, 4th byte reserved */
1175 /* 3 bits per Node priority to TC 0-7, 4th byte reserved */
1303 /* 18.0 - Report qualified modules */
1305 /* 18.1 - 18.3 : Report mode
1306 * 000b - Report topology capabilities, without media
1307 * 001b - Report topology capabilities, with media
1308 * 010b - Report Active configuration
1309 * 011b - Report PHY Type and FEC mode capabilities
1310 * 100b - Report Default capabilities
1482 * NOTE: This command must be followed by setup link and restart auto-neg
1654 __le16 reserved3; /* Aligns next field to 8-byte boundary */
1868 /* Equalization value can be -ve */
1921 u8 ena; /* 0- disabled, 1- enabled */
2027 /* Read/Write MDIO (direct, 0x06E4/0x06E5) */
2368 /* Used for NVM Sanitization command - 0x070C */
2404 /* Write/Read Alternate - Direct (direct 0x0900/0x0902) */
2412 /* Write/Read Alternate - Indirect (indirect 0x0901/0x0903) */
2495 u8 type; /* only nearest bridge and non-TPMR from 0x0A00 */
2505 u8 type; /* only nearest bridge and non-TPMR from 0x0A00 */
2630 * struct ice_aqc_get_set_rss_keys - Get/Set RSS hash key command buffer
2800 /* Per-queue data buffer for the Move Tx LAN Queues command/response */
2974 __le16 table_id; /* Used only for non-memory clusters */
3146 * struct ice_aq_desc - Admin Queue (AQ) descriptor
3151 * @cookie_high: opaque data high-half
3152 * @cookie_low: opaque data low-half
3153 * @params: command-specific parameters
3159 * the same descriptor format. Descriptors are in little-endian notation with
3160 * 32-bit words.
3284 /* Flags sub-structure
3339 ICE_AQ_RC_ESBCOMP = 23, /* SB-IOSF completion unsuccessful */
3391 /* Mirroring rules - add/update, delete */