Searched refs:rx_oob (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/microsoft/mana/ |
H A D | mana_en.c | 1991 struct mana_recv_buf_oob *rx_oob; in mana_destroy_rxq() local 2019 rx_oob = &rxq->rx_oobs[i]; in mana_destroy_rxq() 2021 if (!rx_oob->buf_va) in mana_destroy_rxq() 2024 dma_unmap_single(dev, rx_oob->sgl[0].address, in mana_destroy_rxq() 2025 rx_oob->sgl[0].size, DMA_FROM_DEVICE); in mana_destroy_rxq() 2027 page = virt_to_head_page(rx_oob->buf_va); in mana_destroy_rxq() 2029 if (rx_oob->from_pool) in mana_destroy_rxq() 2034 rx_oob->buf_va = NULL; in mana_destroy_rxq() 2045 static int mana_fill_rx_oob(struct mana_recv_buf_oob *rx_oob, u32 mem_key, in mana_fill_rx_oob() argument 2061 rx_oob in mana_fill_rx_oob() 2078 struct mana_recv_buf_oob *rx_oob; mana_alloc_rx_wqe() local 2116 struct mana_recv_buf_oob *rx_oob; mana_push_wqe() local [all...] |
H A D | hw_channel.c | 202 const struct hwc_rx_oob *rx_oob) in mana_hwc_rx_event_handler() 219 wqe = mana_gd_get_wqe_ptr(rq, rx_oob->wqe_offset / GDMA_WQE_BU_SIZE); in mana_hwc_rx_event_handler() 237 mana_hwc_handle_resp(hwc, rx_oob->tx_oob_data_size, resp); in mana_hwc_rx_event_handler() 248 const struct hwc_rx_oob *rx_oob) in mana_hwc_tx_event_handler() 201 mana_hwc_rx_event_handler(void *ctx, u32 gdma_rxq_id, const struct hwc_rx_oob *rx_oob) mana_hwc_rx_event_handler() argument 247 mana_hwc_tx_event_handler(void *ctx, u32 gdma_txq_id, const struct hwc_rx_oob *rx_oob) mana_hwc_tx_event_handler() argument
|
/kernel/linux/linux-6.6/include/net/mana/ |
H A D | hw_channel.h | 128 const struct hwc_rx_oob *rx_oob); 131 const struct hwc_rx_oob *rx_oob);
|
Completed in 5 milliseconds