Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mana/
H A Dcq.c332 int comp_read, i; in mana_ib_poll_cq() local
336 comp_read = mana_gd_poll_cq(queue, &gdma_cqe, 1); in mana_ib_poll_cq()
337 if (comp_read < 1) in mana_ib_poll_cq()
/linux/drivers/most/
H 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,