Home
last modified time | relevance | path

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

/linux/include/net/mana/
H A Dgdma.h195 struct gdma_sge { struct
202 struct gdma_sge *sgl; argument
503 sizeof(struct gdma_sge) - INLINE_OOB_SMALL_SIZE) / \
504 sizeof(struct gdma_sge))
507 sizeof(struct gdma_sge)) / sizeof(struct gdma_sge))
H A Dmana.h308 struct gdma_sge sgl[MAX_RX_WQE_SGL_ENTRIES];
1006 struct gdma_sge sgl_array[5];
1007 struct gdma_sge *sgl_ptr;
H A Dhw_channel.h121 struct gdma_sge sge;
/linux/drivers/infiniband/hw/mana/
H A Dwr.c15 struct gdma_sge gdma_sgl[MAX_WR_SGL_NUM]; in mana_ib_post_recv_ud()
81 struct gdma_sge gdma_sgl[MAX_WR_SGL_NUM + 1]; in mana_ib_post_send_ud()
H A Dqp.c402 u32 wqe_size = sge * sizeof(struct gdma_sge) + sizeof(struct gdma_wqe) + oob_size; in mana_ib_wqe_size()
/linux/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c60 struct gdma_sge *sge; in mana_hwc_post_rx_wqe()
251 struct gdma_sge *sge; in mana_hwc_rx_event_handler()
263 sge = (struct gdma_sge *)(wqe + 8 + dma_oob->inline_oob_size_div4 * 4); in mana_hwc_rx_event_handler()
578 struct gdma_sge *sge; in mana_hwc_post_tx_wqe()
H A Dgdma_main.c1361 u32 sgl_size = sizeof(struct gdma_sge) * wqe_req->num_sge; in mana_gd_write_sgl()
1409 sgl_data_size = sizeof(struct gdma_sge) * wqe_req->num_sge; in mana_gd_post_work_request()
H A Dmana_en.c494 pkg.sgl_ptr = kmalloc_objs(struct gdma_sge, pkg.wqe_req.num_sge, in mana_start_xmit()