Searched refs:cqe_idx_mask (Results 1 – 2 of 2) sorted by relevance
1264 unsigned int cqe_idx_mask; in arbel_poll_cq() local1269 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()
1523 unsigned int cqe_idx_mask; in hermon_poll_cq() local1528 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()