Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/infiniband/
Darbel.c1264 unsigned int cqe_idx_mask; in arbel_poll_cq() local
1269 cqe_idx_mask = ( cq->num_cqes - 1 ); in arbel_poll_cq()
1270 cqe = &arbel_cq->cqe[cq->next_idx & cqe_idx_mask]; in arbel_poll_cq()
Dhermon.c1523 unsigned int cqe_idx_mask; in hermon_poll_cq() local
1528 cqe_idx_mask = ( cq->num_cqes - 1 ); in hermon_poll_cq()
1529 cqe = &hermon_cq->cqe[cq->next_idx & cqe_idx_mask]; in hermon_poll_cq()