Searched refs:gdma_sge (Results 1 – 8 of 8) sorted by relevance
195 struct gdma_sge { struct202 struct gdma_sge *sgl; argument503 sizeof(struct gdma_sge) - INLINE_OOB_SMALL_SIZE) / \504 sizeof(struct gdma_sge))507 sizeof(struct gdma_sge)) / sizeof(struct gdma_sge))
308 struct gdma_sge sgl[MAX_RX_WQE_SGL_ENTRIES];1006 struct gdma_sge sgl_array[5];1007 struct gdma_sge *sgl_ptr;
121 struct gdma_sge sge;
15 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()
402 u32 wqe_size = sge * sizeof(struct gdma_sge) + sizeof(struct gdma_wqe) + oob_size; in mana_ib_wqe_size()
60 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()
1361 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()
494 pkg.sgl_ptr = kmalloc_objs(struct gdma_sge, pkg.wqe_req.num_sge, in mana_start_xmit()