Home
last modified time | relevance | path

Searched refs:rx_oob (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c2281 struct mana_recv_buf_oob *rx_oob; in mana_destroy_rxq() local
2313 rx_oob = &rxq->rx_oobs[i]; in mana_destroy_rxq()
2315 if (!rx_oob->buf_va) in mana_destroy_rxq()
2318 dma_unmap_single(dev, rx_oob->sgl[0].address, in mana_destroy_rxq()
2319 rx_oob->sgl[0].size, DMA_FROM_DEVICE); in mana_destroy_rxq()
2321 page = virt_to_head_page(rx_oob->buf_va); in mana_destroy_rxq()
2323 if (rx_oob->from_pool) in mana_destroy_rxq()
2328 rx_oob->buf_va = NULL; in mana_destroy_rxq()
2339 static int mana_fill_rx_oob(struct mana_recv_buf_oob *rx_oob, u32 mem_key, in mana_fill_rx_oob() argument
2355 rx_oob in mana_fill_rx_oob()
2372 struct mana_recv_buf_oob *rx_oob; mana_alloc_rx_wqe() local
2410 struct mana_recv_buf_oob *rx_oob; mana_push_wqe() local
[all...]
H A Dhw_channel.c231 const struct hwc_rx_oob *rx_oob) in mana_hwc_rx_event_handler() argument
248 wqe = mana_gd_get_wqe_ptr(rq, rx_oob->wqe_offset / GDMA_WQE_BU_SIZE); in mana_hwc_rx_event_handler()
266 mana_hwc_handle_resp(hwc, rx_oob->tx_oob_data_size, rx_req); in mana_hwc_rx_event_handler()
275 const struct hwc_rx_oob *rx_oob) in mana_hwc_tx_event_handler() argument
/linux/include/net/mana/
H A Dhw_channel.h137 const struct hwc_rx_oob *rx_oob);
140 const struct hwc_rx_oob *rx_oob);