Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/microsoft/mana/
Dmana.h279 struct gdma_sge sgl[GDMA_MAX_RQE_SGES];
626 struct gdma_sge sgl_array[5];
627 struct gdma_sge *sgl_ptr;
Dhw_channel.h106 struct gdma_sge sge;
Dhw_channel.c84 struct gdma_sge *sge; in mana_hwc_post_rx_wqe()
192 struct gdma_sge *sge; in mana_hwc_rx_event_handler()
204 sge = (struct gdma_sge *)(wqe + 8 + dma_oob->inline_oob_size_div4 * 4); in mana_hwc_rx_event_handler()
516 struct gdma_sge *sge; in mana_hwc_post_tx_wqe()
Dgdma.h160 struct gdma_sge { struct
167 struct gdma_sge *sgl; argument
Dgdma_main.c1029 u32 sgl_size = sizeof(struct gdma_sge) * wqe_req->num_sge; in mana_gd_write_sgl()
1078 sgl_data_size = sizeof(struct gdma_sge) * wqe_req->num_sge; in mana_gd_post_work_request()
Dmana_en.c185 sizeof(struct gdma_sge), in mana_start_xmit()