Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.h511 static inline bool _is_ext_stats_supported(u16 dev_cap_flags) in _is_ext_stats_supported() argument
513 return dev_cap_flags & in _is_ext_stats_supported()
517 static inline bool _is_hw_retx_supported(u16 dev_cap_flags) in _is_hw_retx_supported() argument
519 return dev_cap_flags & in _is_hw_retx_supported()
H A Dqplib_sp.h76 u16 dev_cap_flags; member
H A Dhw_counters.c360 if (_is_ext_stats_supported(rdev->dev_attr.dev_cap_flags) && in bnxt_re_ib_get_hw_stats()
H A Dqplib_sp.c176 attr->dev_cap_flags = le16_to_cpu(sb->dev_cap_flags); in bnxt_qplib_get_dev_attr()
H A Dqplib_rcfw.c907 if (BNXT_RE_HW_RETX(rcfw->res->dattr->dev_cap_flags)) in bnxt_qplib_init_rcfw()
H A Droce_hsi.h2122 __le16 dev_cap_flags; member
H A Dqplib_fp.c1096 if (_is_ext_stats_supported(res->dattr->dev_cap_flags) && !res->is_vf) in bnxt_qplib_create_qp()