Searched refs:PER_LOOP_MASK (Results 1 – 1 of 1) sorted by relevance
4083 #define PER_LOOP_MASK (PER_LOOP_NUM - 1) in hns3_tx_fill_hw_ring() macro4086 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()