Searched refs:rx_free_hold (Results 1 – 2 of 2) sorted by relevance
973 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 …]
292 uint16_t rx_free_hold; /* num of BDs waited to passed to hardware */ member