Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/microsoft/mana/
Dhw_channel.h134 struct gdma_comp *comp_buf;
Dgdma.h229 struct gdma_comp { struct
398 int mana_gd_poll_cq(struct gdma_queue *cq, struct gdma_comp *comp, int num_cqe);
Dmana.h260 struct gdma_comp gdma_comp_buf[CQE_POLLING_BUFFER];
Dhw_channel.c292 struct gdma_comp *completions; in mana_hwc_comp_event()
339 struct gdma_comp *comp_buf; in mana_hwc_create_cq()
Dmana_en.c957 struct gdma_comp *completions = cq->gdma_comp_buf; in mana_poll_tx_cq()
1189 struct gdma_comp *cqe) in mana_process_rx_cqe()
1282 struct gdma_comp *comp = cq->gdma_comp_buf; in mana_poll_rx_cq()
Dgdma_main.c1122 static int mana_gd_read_cqe(struct gdma_queue *cq, struct gdma_comp *comp) in mana_gd_read_cqe()
1154 int mana_gd_poll_cq(struct gdma_queue *cq, struct gdma_comp *comp, int num_cqe) in mana_gd_poll_cq()