Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/bng_re/
H A Dbng_sp.c109 attr->dev_cap_flags = le16_to_cpu(sb->dev_cap_flags); in bng_re_get_dev_attr()
H A Dbng_sp.h41 u16 dev_cap_flags; member
H A Dbng_fw.c722 static inline bool _is_hw_retx_supported(u16 dev_cap_flags) in bng_re_deinit_rcfw()
724 return dev_cap_flags & in _is_hw_retx_supported()
753 if (BNG_RE_HW_RETX(rcfw->res->dattr->dev_cap_flags)) in bng_re_init_rcfw()
723 _is_hw_retx_supported(u16 dev_cap_flags) _is_hw_retx_supported() argument
/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c607 if (!_is_alloc_mr_unified(rdev->dev_attr->dev_cap_flags)) { in bnxt_re_create_fence_mr()
623 _is_alloc_mr_unified(rdev->dev_attr->dev_cap_flags)); in bnxt_re_create_fence_mr()
1761 qplqp->dev_cap_flags = dev_attr->dev_cap_flags; in bnxt_re_create_shadow_gsi()
4644 if (!_is_alloc_mr_unified(rdev->dev_attr->dev_cap_flags)) { in bnxt_re_alloc_ucontext()
4666 _is_alloc_mr_unified(rdev->dev_attr->dev_cap_flags)); in bnxt_re_alloc_ucontext()
H A Dqplib_rcfw.c902 if (BNXT_RE_HW_RETX(rcfw->res->dattr->dev_cap_flags)) in bnxt_qplib_init_rcfw()