Lines Matching +full:106 +full:- +full:db
1 /* SPDX-License-Identifier: BSD-3-Clause */
225 #define ICE_RXD_QW1_STATUS_M ((BIT(ICE_RX_DESC_STATUS_LAST) - 1) << \
265 /* Packet type non-ip values */
447 * Flex-field 0: RSS hash lower 16-bits
448 * Flex-field 1: RSS hash upper 16-bits
449 * Flex-field 2: Flow ID lower 16-bits
450 * Flex-field 3: Flow ID higher 16-bits
451 * Flex-field 4: reserved, VLAN ID taken from L2Tag
486 * Flex-field 0: Source VSI
510 __le32 rsvd; /* flex words 2-3 are reserved */
516 * Flex-field 0: Destination VSI
542 __le32 rsvd; /* flex words 2-3 are reserved */
548 * Flex-field 0: ACL Counter 0
549 * Flex-field 1: ACL Counter 1
550 * Flex-field 2: ACL Counter 2
575 __le16 rsvd; /* flex words 2-3 are reserved */
581 * Flex-field 0: RSS hash lower 16-bits
582 * Flex-field 1: RSS hash upper 16-bits
583 * Flex-field 2: Flow ID lower 16-bits
584 * Flex-field 3: Source VSI
585 * Flex-field 4: reserved, VLAN ID taken from L2Tag
621 * profiles 2-63 are flex profiles that can be programmed
684 #define ICE_RX_FLEX_DESC_MIRROR_M (0x3F) /* 6-bits */
720 #define ICE_RX_FLEX_DESC_PTYPE_M (0x3FF) /* 10-bits */
728 #define ICE_RX_FLX_DESC_PKT_LEN_M (0x3FFF) /* 14-bits */
731 #define ICE_RX_FLEX_DESC_HEADER_LEN_M (0x7FF) /* 11-bits */
796 * [0]: Timestamp-low validity bit
797 * [1:7]: Timestamp-low value
889 /* DESC_DONE - HW has completed write-back of descriptor */
1036 u64 base; /* base is defined in 128-byte units */
1066 u8 int_q_state; /* width not needed - internal - DO NOT WRITE!!! */
1117 u32 db;
1127 ICE_CTX_STORE(ice_tx_drbell_fmt, db, 32, 32),
1153 /* The ice_ptype_lkup table is used to convert from the 10-bit ptype in the
1154 * hardware to a bit-field that can be used by SW to more easily determine the
1160 * We store the PTYPE in the top byte of the bit field - this is just so that
1194 /* Lookup table mapping the 10-bit HW PTYPE to the bit field for decoding */
1229 /* IPv4 --> IPv4 */
1238 /* IPv4 --> IPv6 */
1247 /* IPv4 --> GRE/NAT */
1250 /* IPv4 --> GRE/NAT --> IPv4 */
1259 /* IPv4 --> GRE/NAT --> IPv6 */
1268 /* IPv4 --> GRE/NAT --> MAC */
1271 /* IPv4 --> GRE/NAT --> MAC --> IPv4 */
1280 /* IPv4 --> GRE/NAT -> MAC --> IPv6 */
1289 /* IPv4 --> GRE/NAT --> MAC/VLAN */
1292 /* IPv4 ---> GRE/NAT -> MAC/VLAN --> IPv4 */
1301 /* IPv4 -> GRE/NAT -> MAC/VLAN --> IPv6 */
1319 /* IPv6 --> IPv4 */
1328 /* IPv6 --> IPv6 */
1333 ICE_PTT(106, IP, IPV6, NOF, IP_IP, IPV6, NOF, TCP, PAY4),
1337 /* IPv6 --> GRE/NAT */
1340 /* IPv6 --> GRE/NAT -> IPv4 */
1349 /* IPv6 --> GRE/NAT -> IPv6 */
1358 /* IPv6 --> GRE/NAT -> MAC */
1361 /* IPv6 --> GRE/NAT -> MAC -> IPv4 */
1370 /* IPv6 --> GRE/NAT -> MAC -> IPv6 */
1379 /* IPv6 --> GRE/NAT -> MAC/VLAN */
1382 /* IPv6 --> GRE/NAT -> MAC/VLAN --> IPv4 */
1391 /* IPv6 --> GRE/NAT -> MAC/VLAN --> IPv6 */