Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/bnxt_re/
H A Dqplib_sp.h60 u32 max_cq_wqes; member
H A Dib_verbs.c159 ib_attr->max_cqe = dev_attr->max_cq_wqes; in bnxt_re_query_device()
2833 if (cqe < 1 || cqe > dev_attr->max_cq_wqes) { in bnxt_re_create_cq()
2842 if (entries > dev_attr->max_cq_wqes + 1) in bnxt_re_create_cq()
2843 entries = dev_attr->max_cq_wqes + 1; in bnxt_re_create_cq()
3932 resp.max_cqd = dev_attr->max_cq_wqes; in bnxt_re_alloc_ucontext()
H A Dqplib_sp.c125 attr->max_cq_wqes = le32_to_cpu(sb->max_cqe); in bnxt_qplib_get_dev_attr()