Searched refs:rx_rxr (Results 1 – 1 of 1) sorted by relevance
2321 struct mcx_rxring rx_rxr; member6808 slots = mcx_rxr_get(&rx->rx_rxr, (1 << MCX_LOG_RQ_SIZE)); in mcx_rx_fill()6813 mcx_rxr_put(&rx->rx_rxr, slots); in mcx_rx_fill()6825 if (mcx_rxr_inuse(&rx->rx_rxr) == 0) in mcx_refill()7101 mcx_rxr_put(&rx->rx_rxr, rxfree); in mcx_process_cq()7108 if (mcx_rxr_inuse(&rx->rx_rxr) == 0) in mcx_process_cq()7492 mcx_rxr_init(&rx->rx_rxr, 1, (1 << MCX_LOG_RQ_SIZE)); in mcx_init()