Searched refs:BIT_ISSET_AT_POS (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_rxtx.c | 142 if (BIT_ISSET_AT_POS(annotation->word1, DPAA2_ETH_FAS_PTP)) in dpaa2_dev_rx_parse_slow() 146 if (BIT_ISSET_AT_POS(annotation->word3, L2_VLAN_1_PRESENT)) { in dpaa2_dev_rx_parse_slow() 160 if (BIT_ISSET_AT_POS(annotation->word3, L2_ARP_PRESENT)) { in dpaa2_dev_rx_parse_slow() 169 if (BIT_ISSET_AT_POS(annotation->word4, L3_IPV4_1_PRESENT | in dpaa2_dev_rx_parse_slow() 172 if (BIT_ISSET_AT_POS(annotation->word4, L3_IP_1_OPT_PRESENT | in dpaa2_dev_rx_parse_slow() 179 if (BIT_ISSET_AT_POS(annotation->word4, L3_IP_1_OPT_PRESENT | in dpaa2_dev_rx_parse_slow() 186 if (BIT_ISSET_AT_POS(annotation->word8, DPAA2_ETH_FAS_L3CE)) in dpaa2_dev_rx_parse_slow() 188 else if (BIT_ISSET_AT_POS(annotation->word8, DPAA2_ETH_FAS_L4CE)) in dpaa2_dev_rx_parse_slow() 191 if (BIT_ISSET_AT_POS(annotation->word4, L3_IP_1_FIRST_FRAGMENT | in dpaa2_dev_rx_parse_slow() 201 if (BIT_ISSET_AT_POS(annotation->word4, L3_PROTO_UDP_PRESENT)) in dpaa2_dev_rx_parse_slow() [all …]
|
| /f-stack/dpdk/drivers/net/dpaa2/base/ |
| H A D | dpaa2_hw_dpni_annot.h | 96 #define BIT_ISSET_AT_POS(var, pos) (((var) & (pos)) ? 1 : 0) macro
|