Home
last modified time | relevance | path

Searched refs:dev_cap_flags2 (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/infiniband/hw/bng_re/
H A Dbng_sp.c110 attr->dev_cap_flags2 = le16_to_cpu(sb->dev_cap_ext_flags_2); in bng_re_get_dev_attr()
112 if (_is_max_srq_ext_supported(attr->dev_cap_flags2)) in bng_re_get_dev_attr()
H A Dbng_sp.h42 u16 dev_cap_flags2; member
H A Dbng_fw.c756 if (_is_optimize_modify_qp_supported(rcfw->res->dattr->dev_cap_flags2)) in bng_re_init_rcfw()
/linux/drivers/infiniband/hw/bnxt_re/
H A Ddebugfs.c467 if (!_is_cq_coalescing_supported(rdev->dev_attr->dev_cap_flags2)) in bnxt_re_init_cq_coal_debugfs()
H A Dib_verbs.c163 if (_is_relaxed_ordering_supported(rdev->dev_attr->dev_cap_flags2) && in bnxt_re_check_and_set_relaxed_ordering()
258 _is_modify_qp_rate_limit_supported(dev_attr->dev_cap_flags2)) { in bnxt_re_query_device()
1143 if (_is_host_msn_table(rdev->qplib_res.dattr->dev_cap_flags2)) in bnxt_re_init_user_qp()
2152 !_is_modify_qp_rate_limit_supported(dev_attr->dev_cap_flags2)) in bnxt_re_modify_qp()
4411 if (_is_host_msn_table(rdev->qplib_res.dattr->dev_cap_flags2)) in bnxt_re_alloc_ucontext()
4414 if (_is_modify_qp_rate_limit_supported(dev_attr->dev_cap_flags2)) in bnxt_re_alloc_ucontext()
H A Dqplib_fp.c975 qp->is_host_msn_tbl = _is_host_msn_table(res->dattr->dev_cap_flags2); in bnxt_qplib_create_qp()
1280 if (_is_min_rnr_in_rtr_rts_mandatory(res->dattr->dev_cap_flags2) && in bnxt_set_mandatory_attributes()
1327 if (_is_optimize_modify_qp_supported(res->dattr->dev_cap_flags2) && in bnxt_qplib_modify_qp()
2238 if (_is_cq_coalescing_supported(res->dattr->dev_cap_flags2) && in bnxt_qplib_create_cq()
H A Dqplib_rcfw.c904 if (_is_optimize_modify_qp_supported(rcfw->res->dattr->dev_cap_flags2)) in bnxt_qplib_init_rcfw()