Home
last modified time | relevance | path

Searched refs:comp_read (Results 1 – 4 of 4) sorted by relevance

/drivers/infiniband/hw/mana/
A Dcq.c302 int comp_read, i; in mana_ib_poll_cq() local
306 comp_read = mana_gd_poll_cq(queue, &gdma_cqe, 1); in mana_ib_poll_cq()
307 if (comp_read < 1) in mana_ib_poll_cq()
/drivers/net/ethernet/microsoft/mana/
A Dhw_channel.c340 int comp_read, i; in mana_hwc_comp_event() local
345 comp_read = mana_gd_poll_cq(q_self, completions, hwc_cq->queue_depth); in mana_hwc_comp_event()
346 WARN_ON_ONCE(comp_read <= 0 || comp_read > hwc_cq->queue_depth); in mana_hwc_comp_event()
348 for (i = 0; i < comp_read; ++i) { in mana_hwc_comp_event()
A Dmana_en.c1613 int comp_read; in mana_poll_tx_cq() local
1619 comp_read = mana_gd_poll_cq(cq->gdma_cq, completions, in mana_poll_tx_cq()
1622 if (comp_read < 1) in mana_poll_tx_cq()
1625 for (i = 0; i < comp_read; i++) { in mana_poll_tx_cq()
1987 int comp_read, i; in mana_poll_rx_cq() local
1989 comp_read = mana_gd_poll_cq(cq->gdma_cq, comp, CQE_POLLING_BUFFER); in mana_poll_rx_cq()
1990 WARN_ON_ONCE(comp_read > CQE_POLLING_BUFFER); in mana_poll_rx_cq()
1994 for (i = 0; i < comp_read; i++) { in mana_poll_rx_cq()
2005 if (comp_read > 0) { in mana_poll_rx_cq()
/drivers/most/
A Dmost_cdev.c237 comp_read(struct file *filp, char __user *buf, size_t count, loff_t *offset) in comp_read() function
305 .read = comp_read,

Completed in 21 milliseconds