Home
last modified time | relevance | path

Searched refs:HNS3_TXD_FE_B (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.h136 #define HNS3_TXD_FE_B 4 macro
156 #define HNS3_TXD_FE_CMD (0x1 << HNS3_TXD_FE_B)
H A Dhns3_rxtx_vec_sve.c363 const uint64_t valid_bit = (BIT(HNS3_TXD_VLD_B) | BIT(HNS3_TXD_FE_B)) << in hns3_tx_fill_hw_ring_sve()
H A Dhns3_rxtx.c3461 const uint16_t bd_flag = BIT(HNS3_TXD_VLD_B) | BIT(HNS3_TXD_FE_B); in hns3_tx_setup_4bd()
3479 const uint16_t bd_flag = BIT(HNS3_TXD_VLD_B) | BIT(HNS3_TXD_FE_B); in hns3_tx_setup_1bd()
3650 rte_cpu_to_le_16(BIT(HNS3_TXD_FE_B)); in hns3_xmit_pkts()