Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx_vec_sve.c133 HNS3_UINT32_BIT - 1 - HNS3_RXD_VLD_B); in hns3_recv_burst_vec_sve()
135 svreinterpret_s32_u32(vld2), HNS3_UINT32_BIT - 1)); in hns3_recv_burst_vec_sve()
342 HNS3_UINT32_BIT - 1 - HNS3_TXD_VLD_B); in hns3_tx_free_buffers_sve()
344 svreinterpret_s32_u32(vld), HNS3_UINT32_BIT - 1)); in hns3_tx_free_buffers_sve()
364 HNS3_UINT32_BIT; in hns3_tx_fill_hw_ring_sve()
H A Dhns3_rxtx_vec_neon.h21 ((uint64_t)HNS3_TXD_DEFAULT_VLD_FE_BDTYPE) << HNS3_UINT32_BIT in hns3_vec_tx()
H A Dhns3_rxtx.h37 #define HNS3_UINT32_BIT 32 macro