Searched refs:rx_next_curr_desc (Results 1 – 1 of 1) sorted by relevance
772 int rx_next_curr_desc, rx_curr_desc, rx_used_desc; in rxq_process() local789 rx_next_curr_desc = (rx_curr_desc + 1) % pep->rx_ring_size; in rxq_process()790 pep->rx_curr_desc_q = rx_next_curr_desc; in rxq_process()794 if (rx_next_curr_desc == rx_used_desc) in rxq_process()