Searched refs:max_cql (Results 1 – 2 of 2) sorted by relevance
204 u32 max_cql; member
3854 cq->max_cql = entries > MAX_CQL_PER_POLL ? MAX_CQL_PER_POLL : entries; in bnxt_re_create_cq()3855 cq->cql = kcalloc(cq->max_cql, sizeof(struct bnxt_qplib_cqe), in bnxt_re_create_cq()3859 "Allocate CQL for %d failed!\n", cq->max_cql); in bnxt_re_create_cq()4619 budget = min_t(u32, num_entries, cq->max_cql); in bnxt_re_poll_cq()