Home
last modified time | relevance | path

Searched refs:word3 (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/net/dpaa2/
H A Ddpaa2_rxtx.c140 annotation->word3, annotation->word4); in dpaa2_dev_rx_parse_slow()
149 if (BIT_ISSET_AT_POS(annotation->word3, L2_VLAN_1_PRESENT)) { in dpaa2_dev_rx_parse_slow()
155 } else if (BIT_ISSET_AT_POS(annotation->word3, L2_VLAN_N_PRESENT)) { in dpaa2_dev_rx_parse_slow()
163 if (BIT_ISSET_AT_POS(annotation->word3, L2_ARP_PRESENT)) { in dpaa2_dev_rx_parse_slow()
166 } else if (BIT_ISSET_AT_POS(annotation->word3, L2_ETH_MAC_PRESENT)) { in dpaa2_dev_rx_parse_slow()
172 if (BIT_ISSET_AT_POS(annotation->word3, L2_MPLS_1_PRESENT | in dpaa2_dev_rx_parse_slow()
255 if (annotation->word3 & 0x7FFFFC3FFFF) in dpaa2_dev_rx_parse()
/dpdk/drivers/net/dpaa2/base/
H A Ddpaa2_hw_dpni_annot.h53 uint64_t word3; member
/dpdk/drivers/net/qede/base/
H A Decore_hsi_common.h442 __le16 word3 /* word3 */; member
513 __le16 word3 /* word3 */; member
2574 __le16 word3 /* word3 */; member
H A Decore_hsi_eth.h405 __le16 word3 /* word3 */; member
455 __le16 word3 /* word3 */; member
/dpdk/drivers/baseband/acc100/
H A Drte_acc100_pmd.h374 uint32_t word3; member
H A Drte_acc100_pmd.c855 desc->req.word3 = 0; in acc100_queue_setup()
1522 desc->word3 = 0; in acc100_header_init()
1555 desc->word3 = 0; in acc100_dma_desc_te_fill()
1696 desc->word3 = 0; in acc100_dma_desc_td_fill()
4356 desc->req.word3 = 0; in poweron_cleanup()
/dpdk/drivers/net/thunderx/
H A Dnicvf_rxtx.c535 rb_sz = &cqe_rx->word3.rb0_sz; in nicvf_process_cq_mseg_entry()
/dpdk/drivers/net/thunderx/base/
H A Dnicvf_hw_defs.h712 cqe_rx_word3_t word3; member