Searched refs:max_hw_cqe (Results 1 – 2 of 2) sorted by relevance
89 __u32 max_hw_cqe; member
1781 int status = -ENOMEM; int max_hw_cqe; in ocrdma_mbx_create_cq() local1796 cq->max_hw_cqe = 1; in ocrdma_mbx_create_cq()1797 max_hw_cqe = 1; in ocrdma_mbx_create_cq()1801 cq->max_hw_cqe = dev->attr.max_cqe; in ocrdma_mbx_create_cq()1802 max_hw_cqe = dev->attr.max_cqe; in ocrdma_mbx_create_cq()1807 cq->len = roundup(max_hw_cqe * cqe_size, OCRDMA_MIN_Q_PAGE_SIZE); in ocrdma_mbx_create_cq()