Home
last modified time | relevance | path

Searched refs:max_cq_wqes (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/infiniband/hw/bnxt_re/
Dqplib_sp.h60 u32 max_cq_wqes; member
Dqplib_sp.c142 attr->max_cq_wqes = le32_to_cpu(sb->max_cqe); in bnxt_qplib_get_dev_attr()
144 attr->max_cq_wqes = min_t(u32, BNXT_QPLIB_MAX_CQ_WQES, attr->max_cq_wqes); in bnxt_qplib_get_dev_attr()
Dib_verbs.c178 ib_attr->max_cqe = dev_attr->max_cq_wqes; in bnxt_re_query_device()
3021 if (cqe < 1 || cqe > dev_attr->max_cq_wqes) { in bnxt_re_create_cq()
3031 if (entries > dev_attr->max_cq_wqes + 1) in bnxt_re_create_cq()
3032 entries = dev_attr->max_cq_wqes + 1; in bnxt_re_create_cq()
3165 if (cqe < 1 || cqe > dev_attr->max_cq_wqes) { in bnxt_re_resize_cq()
3173 if (entries > dev_attr->max_cq_wqes + 1) in bnxt_re_resize_cq()
3174 entries = dev_attr->max_cq_wqes + 1; in bnxt_re_resize_cq()
4250 resp.max_cqd = dev_attr->max_cq_wqes; in bnxt_re_alloc_ucontext()