Searched refs:max_hw_cqe (Results 1 - 4 of 4) sorted by relevance

/drivers/infiniband/hw/ocrdma/
H A Docrdma_abi.h71 u32 max_hw_cqe; member in struct:ocrdma_create_cq_uresp
H A Docrdma.h267 * at max_hw_cqe
269 u32 max_hw_cqe; member in struct:ocrdma_cq
H A Docrdma_hw.c1567 int status = -ENOMEM; int max_hw_cqe; local
1582 cq->max_hw_cqe = 1;
1583 max_hw_cqe = 1;
1587 cq->max_hw_cqe = dev->attr.max_cqe;
1588 max_hw_cqe = dev->attr.max_cqe;
1593 cq->len = roundup(max_hw_cqe * cqe_size, OCRDMA_MIN_Q_PAGE_SIZE);
H A Docrdma_verbs.c872 uresp.max_hw_cqe = cq->max_hw_cqe;
953 if (new_cnt < 1 || new_cnt > cq->max_hw_cqe) {
1588 cur_getp = (cur_getp + 1) % cq->max_hw_cqe;
2740 cur_getp = (cur_getp + 1) % cq->max_hw_cqe;

Completed in 64 milliseconds