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