Home
last modified time | relevance | path

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

/freebsd/sys/dev/mana/
H A Dhw_channel.h162 struct gdma_comp *comp_buf;
H A Dgdma.h290 struct gdma_comp { struct
470 int mana_gd_poll_cq(struct gdma_queue *cq, struct gdma_comp *comp, int num_cqe);
H A Dhw_channel.c355 struct gdma_comp *completions; in mana_hwc_comp_event()
405 struct gdma_comp *comp_buf; in mana_hwc_create_cq()
437 comp_buf = mallocarray(q_depth, sizeof(struct gdma_comp), in mana_hwc_create_cq()
H A Dmana.h401 struct gdma_comp gdma_comp_buf[CQE_POLLING_BUFFER];
H A Dgdma_main.c1394 mana_gd_read_cqe(struct gdma_queue *cq, struct gdma_comp *comp) in mana_gd_read_cqe()
1428 mana_gd_poll_cq(struct gdma_queue *cq, struct gdma_comp *comp, int num_cqe) in mana_gd_poll_cq()
H A Dmana_en.c1423 struct gdma_comp *completions = cq->gdma_comp_buf; in mana_poll_tx_cq()
1782 struct gdma_comp *cqe) in mana_process_rx_cqe()
1866 struct gdma_comp *comp = cq->gdma_comp_buf; in mana_poll_rx_cq()