Searched refs:dev_cap_flags (Results 1 – 8 of 8) sorted by relevance
551 static inline bool _is_ext_stats_supported(u16 dev_cap_flags) in _is_ext_stats_supported() argument553 return dev_cap_flags & in _is_ext_stats_supported()565 static inline bool _is_hw_retx_supported(u16 dev_cap_flags) in _is_hw_retx_supported() argument567 return dev_cap_flags & in _is_hw_retx_supported()585 static inline bool _is_alloc_mr_unified(u16 dev_cap_flags) in _is_alloc_mr_unified() argument587 return dev_cap_flags & CREQ_QUERY_FUNC_RESP_SB_MR_REGISTER_ALLOC; in _is_alloc_mr_unified()
176 attr->dev_cap_flags = le16_to_cpu(sb->dev_cap_flags); in bnxt_qplib_get_dev_attr()680 if (_is_alloc_mr_unified(res->dattr->dev_cap_flags)) in bnxt_qplib_reg_mr()691 if (_is_alloc_mr_unified(res->dattr->dev_cap_flags)) { in bnxt_qplib_reg_mr()
76 u16 dev_cap_flags; member
351 if (bnxt_ext_stats_supported(rdev->chip_ctx, rdev->dev_attr->dev_cap_flags, in bnxt_re_ib_get_hw_stats()
900 if (BNXT_RE_HW_RETX(rcfw->res->dattr->dev_cap_flags)) in bnxt_qplib_init_rcfw()
586 if (!_is_alloc_mr_unified(rdev->dev_attr->dev_cap_flags)) { in bnxt_re_create_fence_mr()4192 if (!_is_alloc_mr_unified(rdev->dev_attr->dev_cap_flags)) { in __bnxt_re_user_reg_mr()
2155 __le16 dev_cap_flags; member
1116 if (_is_ext_stats_supported(res->dattr->dev_cap_flags) && !res->is_vf) in bnxt_qplib_create_qp()