Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c3460 #define PER_LOOP_NUM 4 in hns3_tx_setup_4bd() macro
3465 for (i = 0; i < PER_LOOP_NUM; i++, txdp++, pkts++) { in hns3_tx_setup_4bd()
3496 #define PER_LOOP_NUM 4 in hns3_tx_fill_hw_ring() macro
3497 #define PER_LOOP_MASK (PER_LOOP_NUM - 1) in hns3_tx_fill_hw_ring()
3504 for (i = 0; i < mainpart; i += PER_LOOP_NUM) { in hns3_tx_fill_hw_ring()