Searched refs:dev_cap_flags (Results 1 – 8 of 8) sorted by relevance
543 static inline bool _is_ext_stats_supported(u16 dev_cap_flags) in _is_ext_stats_supported() argument545 return dev_cap_flags & in _is_ext_stats_supported()549 static inline bool _is_hw_retx_supported(u16 dev_cap_flags) in _is_hw_retx_supported() argument551 return dev_cap_flags & in _is_hw_retx_supported()569 static inline bool _is_alloc_mr_unified(u16 dev_cap_flags) in _is_alloc_mr_unified() argument571 return dev_cap_flags & CREQ_QUERY_FUNC_RESP_SB_MR_REGISTER_ALLOC; in _is_alloc_mr_unified()
170 attr->dev_cap_flags = le16_to_cpu(sb->dev_cap_flags); in bnxt_qplib_get_dev_attr()671 if (_is_alloc_mr_unified(res->dattr->dev_cap_flags)) in bnxt_qplib_reg_mr()682 if (_is_alloc_mr_unified(res->dattr->dev_cap_flags)) { in bnxt_qplib_reg_mr()
76 u16 dev_cap_flags; member
360 if (_is_ext_stats_supported(rdev->dev_attr.dev_cap_flags) && in bnxt_re_ib_get_hw_stats()
907 if (BNXT_RE_HW_RETX(rcfw->res->dattr->dev_cap_flags)) in bnxt_qplib_init_rcfw()
529 if (!_is_alloc_mr_unified(rdev->dev_attr.dev_cap_flags)) { in bnxt_re_create_fence_mr()4122 if (!_is_alloc_mr_unified(rdev->dev_attr.dev_cap_flags)) { in __bnxt_re_user_reg_mr()
2140 __le16 dev_cap_flags; member
1108 if (_is_ext_stats_supported(res->dattr->dev_cap_flags) && !res->is_vf) in bnxt_qplib_create_qp()