Lines Matching +full:traffic +full:- +full:patterns

1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright(c) 2013 - 2021 Intel Corporation. */
20 #define I40E_FW_MINOR_VERSION(_h) ((_h)->mac.type == I40E_MAC_XL710 ? \
24 /* API version 1.7 implements additional link and PHY-specific APIs */
26 /* API version 1.9 for X722 implements additional link and PHY-specific APIs */
57 /* Flags sub-structure
288 * - no suffix for direct command descriptor structures
289 * - _data for indirect sent data
290 * - _resp for indirect return data (data which is both will use _data)
291 * - _completion for direct return data
292 * - _element_ for repeated elements (may also be _data or _resp)
465 /* Manage LAA Command (0x0106) - obsolete */
681 * 2: non-tunneled mode
903 /* Add MAC-VLAN (indirect 0x0250) */
942 /* Remove MAC-VLAN (indirect 0x0251)
998 /* Add S/E-tag command (direct 0x0255)
1019 /* Remove S/E-tag command (direct 0x0256)
1030 /* Add multicast E-Tag (direct 0x0257)
1031 * del multicast E-Tag (direct 0x0258) only uses pv_seid and etag fields
1039 __le32 addr_high; /* address of array of 2-byte s-tags */
1056 /* Update S/E-Tag (direct 0x0259) */
1247 __le32 addr_high; /* address of array of 2-byte VSI or VLAN ids */
1334 u8 max_credit; /* 0-3, limit = 2^max */
1340 /* Configure VSI Bandwidth Limit per Traffic Type (indirect 0x0406)
1348 /* 4 bits per tc 0-7, 4th bit is reserved, limit = 2^max */
1355 /* Configure VSI Bandwidth Allocation per Traffic Type (indirect 0x0407)
1377 u8 max_bw; /* 0-3, limit = 2^max */
1383 /* Query VSI Bandwidth Allocation per Traffic Type (indirect 0x040A) */
1390 /* 4 bits per tc 0-7, 4th bit is reserved, limit = 2^max */
1402 u8 max_bw; /* 0-3, limit = 2^max */
1430 /* 4 bits per tc 0-7, 4th bit is reserved, limit = 2^max */
1457 u8 tc_bw_max; /* 0-3, limit = 2^max */
1473 /* 4 bits per tc 0-7, 4th bit reserved, limit = 2^max */
1480 /* Query Switching Component Bandwidth Allocation per Traffic Type
1490 /* 4 bits per tc 0-7, 4th bit is reserved, limit = 2^max */
1496 /* Suspend/resume port TX traffic
1654 u8 link_speed; /* bitmap using the above enum bit patterns */
1686 /* bits 0-2 use the values from get_phy_abilities_resp */
1723 /* Restart Auto-Negotiation (direct 0x605) */
2064 u8 type; /* only nearest bridge and non-TPMR from 0x0A00 */
2076 u8 type; /* only nearest bridge and non-TPMR from 0x0A00 */