Home
last modified time | relevance | path

Searched refs:HNS3_TXD_VLD_B (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx_vec.h59 rte_le_to_cpu_16(BIT(HNS3_TXD_VLD_B))) in hns3_tx_free_buffers()
H A Dhns3_rxtx.h140 #define HNS3_TXD_VLD_B 8 macro
155 #define HNS3_TXD_VLD_CMD (0x1 << HNS3_TXD_VLD_B)
H A Dhns3_rxtx_vec_sve.c342 HNS3_UINT32_BIT - 1 - HNS3_TXD_VLD_B); in hns3_tx_free_buffers_sve()
363 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.c2650 rte_cpu_to_le_16(BIT(HNS3_TXD_VLD_B)))) && in hns3_tx_free_useless_buffer()
2735 desc->tx.tp_fe_sc_vld_ra_ri = rte_cpu_to_le_16(BIT(HNS3_TXD_VLD_B)); in hns3_fill_per_desc()
3423 BIT(HNS3_TXD_VLD_B)) in hns3_tx_free_buffer_simple()
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()