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

/linux-master/include/net/mana/
H A Dhw_channel.h128 const struct hwc_rx_oob *rx_oob);
131 const struct hwc_rx_oob *rx_oob);
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c1990 struct mana_recv_buf_oob *rx_oob; local
2018 rx_oob = &rxq->rx_oobs[i];
2020 if (!rx_oob->buf_va)
2023 dma_unmap_single(dev, rx_oob->sgl[0].address,
2024 rx_oob->sgl[0].size, DMA_FROM_DEVICE);
2026 page = virt_to_head_page(rx_oob->buf_va);
2028 if (rx_oob->from_pool)
2033 rx_oob->buf_va = NULL;
2044 static int mana_fill_rx_oob(struct mana_recv_buf_oob *rx_oob, u32 mem_key, argument
2060 rx_oob
2077 struct mana_recv_buf_oob *rx_oob; local
2115 struct mana_recv_buf_oob *rx_oob; local
[all...]
H A Dhw_channel.c203 const struct hwc_rx_oob *rx_oob)
220 wqe = mana_gd_get_wqe_ptr(rq, rx_oob->wqe_offset / GDMA_WQE_BU_SIZE);
238 mana_hwc_handle_resp(hwc, rx_oob->tx_oob_data_size, resp);
249 const struct hwc_rx_oob *rx_oob)
202 mana_hwc_rx_event_handler(void *ctx, u32 gdma_rxq_id, const struct hwc_rx_oob *rx_oob) argument
248 mana_hwc_tx_event_handler(void *ctx, u32 gdma_txq_id, const struct hwc_rx_oob *rx_oob) argument

Completed in 437 milliseconds