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