Searched refs:PER_LOOP_MASK (Results 1 – 1 of 1) sorted by relevance
3497 #define PER_LOOP_MASK (PER_LOOP_NUM - 1) in hns3_tx_fill_hw_ring() macro3500 const uint32_t mainpart = (nb_pkts & ((uint32_t)~PER_LOOP_MASK)); in hns3_tx_fill_hw_ring()3501 const uint32_t leftover = (nb_pkts & ((uint32_t)PER_LOOP_MASK)); in hns3_tx_fill_hw_ring()