Home
last modified time | relevance | path

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

/freebsd/sys/dev/mana/
H A Dmana_en.c1737 rxbuf_oob = &rxq->rx_oobs[next_to_refill]; in mana_refill_rx_mbufs()
1799 rxbuf_oob = &rxq->rx_oobs[rxq->buf_index]; in mana_process_rx_cqe()
1830 rxbuf_oob = &rxq->rx_oobs[curr]; in mana_process_rx_cqe()
2273 rx_oob = &rxq->rx_oobs[i]; in mana_destroy_rxq()
2307 rx_oob = &rxq->rx_oobs[buf_idx]; in mana_alloc_rx_wqe()
2351 rx_oob = &rxq->rx_oobs[buf_idx]; in mana_push_wqe()
H A Dmana.h455 struct mana_recv_buf_oob rx_oobs[]; member