Searched refs:next_to_refill (Results 1 – 2 of 2) sorted by relevance
1727 uint32_t next_to_refill; in mana_refill_rx_mbufs() local1731 next_to_refill = rxq->next_to_refill; in mana_refill_rx_mbufs()1734 if (next_to_refill == rxq->buf_index) { in mana_refill_rx_mbufs()1737 rxq->rxq_idx, next_to_refill); in mana_refill_rx_mbufs()1741 rxbuf_oob = &rxq->rx_oobs[next_to_refill]; in mana_refill_rx_mbufs()1748 rxq->rxq_idx, next_to_refill); in mana_refill_rx_mbufs()1762 next_to_refill = MANA_IDX_NEXT(next_to_refill, in mana_refill_rx_mbufs()1780 rxq->next_to_refill = next_to_refill; in mana_refill_rx_mbufs()1858 refill_required = MANA_GET_SPACE(rxq->next_to_refill, in mana_process_rx_cqe()
442 uint32_t next_to_refill; member