Searched refs:max_cql (Results 1 – 2 of 2) sorted by relevance
110 u32 max_cql; member
3195 cq->max_cql = min_t(u32, entries, MAX_CQL_PER_POLL); in bnxt_re_create_cq()3196 cq->cql = kzalloc_objs(struct bnxt_qplib_cqe, cq->max_cql); in bnxt_re_create_cq()3875 budget = min_t(u32, num_entries, cq->max_cql); in bnxt_re_poll_cq()