Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c4083 #define PER_LOOP_MASK (PER_LOOP_NUM - 1) in hns3_tx_fill_hw_ring() macro
4086 const uint32_t mainpart = (nb_pkts & ((uint32_t)~PER_LOOP_MASK)); in hns3_tx_fill_hw_ring()
4087 const uint32_t leftover = (nb_pkts & ((uint32_t)PER_LOOP_MASK)); in hns3_tx_fill_hw_ring()