Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/irdma/
H A Duk.c1000 u32 peek_head; in irdma_uk_cq_poll_cmpl() local
1007 peek_head = (cq->cq_ring.head + 1) % cq->cq_ring.size; in irdma_uk_cq_poll_cmpl()
1008 ext_cqe = cq->cq_base[peek_head].buf; in irdma_uk_cq_poll_cmpl()
1011 if (!peek_head) in irdma_uk_cq_poll_cmpl()
H A Dpuda.c223 u32 peek_head; in irdma_puda_poll_info() local
240 peek_head = (cq_uk->cq_ring.head + 1) % cq_uk->cq_ring.size; in irdma_puda_poll_info()
241 ext_cqe = cq_uk->cq_base[peek_head].buf; in irdma_puda_poll_info()
244 if (!peek_head) in irdma_puda_poll_info()