Home
last modified time | relevance | path

Searched refs:gdma_sge (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/include/net/mana/
Dgdma.h174 struct gdma_sge { struct
181 struct gdma_sge *sgl; argument
452 sizeof(struct gdma_sge) - INLINE_OOB_SMALL_SIZE) / \
453 sizeof(struct gdma_sge))
456 sizeof(struct gdma_sge)) / sizeof(struct gdma_sge))
Dmana.h290 struct gdma_sge sgl[MAX_RX_WQE_SGL_ENTRIES];
759 struct gdma_sge sgl_array[5];
760 struct gdma_sge *sgl_ptr;
Dhw_channel.h110 struct gdma_sge sge;
/Linux-v6.6/drivers/net/ethernet/microsoft/mana/
Dhw_channel.c84 struct gdma_sge *sge; in mana_hwc_post_rx_wqe()
210 struct gdma_sge *sge; in mana_hwc_rx_event_handler()
222 sge = (struct gdma_sge *)(wqe + 8 + dma_oob->inline_oob_size_div4 * 4); in mana_hwc_rx_event_handler()
534 struct gdma_sge *sge; in mana_hwc_post_tx_wqe()
Dgdma_main.c1070 u32 sgl_size = sizeof(struct gdma_sge) * wqe_req->num_sge; in mana_gd_write_sgl()
1119 sgl_data_size = sizeof(struct gdma_sge) * wqe_req->num_sge; in mana_gd_post_work_request()
Dmana_en.c367 sizeof(struct gdma_sge), in mana_start_xmit()