Home
last modified time | relevance | path

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

/freebsd/sys/dev/mana/
H A Dgdma.h219 struct gdma_sge { struct
226 struct gdma_sge *sgl; argument
499 sizeof(struct gdma_sge) - INLINE_OOB_SMALL_SIZE) / \
500 sizeof(struct gdma_sge))
503 sizeof(struct gdma_sge)) / sizeof(struct gdma_sge))
H A Dhw_channel.c125 struct gdma_sge *sge; in mana_hwc_post_rx_wqe()
228 struct gdma_sge *sge; in mana_hwc_rx_event_handler()
247 sge = (struct gdma_sge *)(wqe + 8 + dma_oob->inline_oob_size_div4 * 4); in mana_hwc_rx_event_handler()
586 struct gdma_sge *sge; in mana_hwc_post_tx_wqe()
H A Dhw_channel.h134 struct gdma_sge sge;
H A Dmana.h413 struct gdma_sge sgl[MAX_RX_WQE_SGL_ENTRIES];
726 struct gdma_sge sgl_array[MAX_MBUF_FRAGS];
H A Dgdma_main.c1295 uint32_t sgl_size = sizeof(struct gdma_sge) * wqe_req->num_sge; in mana_gd_write_sgl()
1345 sgl_data_size = sizeof(struct gdma_sge) * wqe_req->num_sge; in mana_gd_post_work_request()