Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c973 rxq->rx_free_hold = 0; in hns3_init_rxq()
991 rxq->rx_free_hold = 0; in hns3_init_fake_rxq()
1767 rxq->rx_free_hold = 0; in hns3_rx_queue_setup()
2176 rxq->rx_free_hold += nb_rx_bd; in hns3_recv_pkts()
2177 if (rxq->rx_free_hold > rxq->rx_free_thresh) { in hns3_recv_pkts()
2179 rxq->rx_free_hold = 0; in hns3_recv_pkts()
2401 rxq->rx_free_hold += nb_rx_bd; in hns3_recv_scattered_pkts()
2402 if (rxq->rx_free_hold > rxq->rx_free_thresh) { in hns3_recv_scattered_pkts()
2404 rxq->rx_free_hold = 0; in hns3_recv_scattered_pkts()
3829 rxq->rx_free_hold = 0; in hns3_reset_sw_rxq()
[all …]
H A Dhns3_rxtx.h292 uint16_t rx_free_hold; /* num of BDs waited to passed to hardware */ member