Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libirdma/
H A Dirdma_uk.c1287 u32 peek_head; in irdma_uk_cq_poll_cmpl() local
1294 peek_head = (cq->cq_ring.head + 1) % cq->cq_ring.size; in irdma_uk_cq_poll_cmpl()
1295 ext_cqe = cq->cq_base[peek_head].buf; in irdma_uk_cq_poll_cmpl()
1298 if (!peek_head) in irdma_uk_cq_poll_cmpl()
/freebsd/sys/dev/irdma/
H A Dirdma_uk.c1178 u32 peek_head; in irdma_uk_cq_poll_cmpl() local
1185 peek_head = (cq->cq_ring.head + 1) % cq->cq_ring.size; in irdma_uk_cq_poll_cmpl()
1186 ext_cqe = cq->cq_base[peek_head].buf; in irdma_uk_cq_poll_cmpl()
1189 if (!peek_head) in irdma_uk_cq_poll_cmpl()
H A Dirdma_puda.c263 u32 peek_head; in irdma_puda_poll_info() local
280 peek_head = (cq_uk->cq_ring.head + 1) % cq_uk->cq_ring.size; in irdma_puda_poll_info()
281 ext_cqe = cq_uk->cq_base[peek_head].buf; in irdma_puda_poll_info()
284 if (!peek_head) in irdma_puda_poll_info()