Home
last modified time | relevance | path

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

/openbmc/linux/include/net/mana/
H A Dgdma.h174 struct gdma_sge { struct
181 struct gdma_sge *sgl; argument
460 sizeof(struct gdma_sge) - INLINE_OOB_SMALL_SIZE) / \
461 sizeof(struct gdma_sge))
464 sizeof(struct gdma_sge)) / sizeof(struct gdma_sge))
H A Dmana.h293 struct gdma_sge sgl[MAX_RX_WQE_SGL_ENTRIES];
762 struct gdma_sge sgl_array[5];
763 struct gdma_sge *sgl_ptr;
H A Dhw_channel.h110 struct gdma_sge sge;
/openbmc/linux/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c58 struct gdma_sge *sge; in mana_hwc_post_rx_wqe()
218 struct gdma_sge *sge; in mana_hwc_rx_event_handler()
230 sge = (struct gdma_sge *)(wqe + 8 + dma_oob->inline_oob_size_div4 * 4); in mana_hwc_rx_event_handler()
540 struct gdma_sge *sge; in mana_hwc_post_tx_wqe()
H A 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()
H A Dmana_en.c367 sizeof(struct gdma_sge), in mana_start_xmit()