Searched refs:MAX_CQL_PER_POLL (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/bnxt_re/ ! | ||
D | ib_verbs.h | 108 #define MAX_CQL_PER_POLL 1024 macro |
D | ib_verbs.c | 3053 cq->max_cql = min_t(u32, entries, MAX_CQL_PER_POLL); in bnxt_re_create_cq() |