Searched refs:HNS3_TXD_FE_B (Results 1 – 3 of 3) sorted by relevance
136 #define HNS3_TXD_FE_B 4 macro156 #define HNS3_TXD_FE_CMD (0x1 << HNS3_TXD_FE_B)
363 const uint64_t valid_bit = (BIT(HNS3_TXD_VLD_B) | BIT(HNS3_TXD_FE_B)) << in hns3_tx_fill_hw_ring_sve()
3461 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()