Home
last modified time | relevance | path

Searched refs:L3_IPV6_1_PRESENT (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/dpaa2/base/
H A Ddpaa2_hw_dpni_annot.h141 #define L3_IPV6_1_PRESENT BIT_POS(53) macro
199 #define DPAA2_L3_IPv6 (L3_IPV6_1_PRESENT | L3_IPV6_1_UNICAST | \
209 #define DPAA2_L3_IPv6_TCP (L3_IPV6_1_PRESENT | L3_IPV6_1_UNICAST | \
213 #define DPAA2_L3_IPv6_UDP (L3_IPV6_1_PRESENT | L3_IPV6_1_UNICAST | \
/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_rxtx.c176 } else if (BIT_ISSET_AT_POS(annotation->word4, L3_IPV6_1_PRESENT | in dpaa2_dev_rx_parse_slow()