Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c206 static void print_device_cap_flags(uint32_t dev_cap_flags) in print_device_cap_flags() argument
233 if (dev_cap_flags & IBV_DEVICE_RESIZE_MAX_WR) in print_device_cap_flags()
235 if (dev_cap_flags & IBV_DEVICE_BAD_PKEY_CNTR) in print_device_cap_flags()
237 if (dev_cap_flags & IBV_DEVICE_BAD_QKEY_CNTR) in print_device_cap_flags()
239 if (dev_cap_flags & IBV_DEVICE_RAW_MULTI) in print_device_cap_flags()
241 if (dev_cap_flags & IBV_DEVICE_AUTO_PATH_MIG) in print_device_cap_flags()
243 if (dev_cap_flags & IBV_DEVICE_CHANGE_PHY_PORT) in print_device_cap_flags()
245 if (dev_cap_flags & IBV_DEVICE_UD_AV_PORT_ENFORCE) in print_device_cap_flags()
247 if (dev_cap_flags & IBV_DEVICE_CURR_QP_STATE_MOD) in print_device_cap_flags()
249 if (dev_cap_flags & IBV_DEVICE_SHUTDOWN_PORT) in print_device_cap_flags()
[all …]
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.h596 static inline bool _is_ext_stats_supported(u16 dev_cap_flags) in _is_ext_stats_supported() argument
598 return dev_cap_flags & in _is_ext_stats_supported()
609 static inline bool _is_hw_retx_supported(u16 dev_cap_flags) in _is_hw_retx_supported() argument
611 return dev_cap_flags & in _is_hw_retx_supported()
619 static inline bool _is_cqe_v2_supported(u16 dev_cap_flags) in _is_cqe_v2_supported() argument
621 return dev_cap_flags & in _is_cqe_v2_supported()
H A Dstats.c368 if (bnxt_ext_stats_supported(rdev->chip_ctx, rdev->dev_attr->dev_cap_flags, in bnxt_re_get_device_stats()
598 if (bnxt_ext_stats_supported(rdev->chip_ctx, rdev->dev_attr->dev_cap_flags, in bnxt_re_print_normal_counters()
690 stats->value[BNXT_RE_HW_RETRANSMISSION] = BNXT_RE_HW_RETX(rdev->dev_attr->dev_cap_flags) ? 1 : 0; in bnxt_re_get_hw_stats()
697 if (bnxt_ext_stats_supported(rdev->chip_ctx, rdev->dev_attr->dev_cap_flags, in bnxt_re_get_hw_stats()
699 _is_hw_retx_supported(rdev->dev_attr->dev_cap_flags)) { in bnxt_re_get_hw_stats()
748 if (bnxt_ext_stats_supported(rdev->chip_ctx, rdev->dev_attr->dev_cap_flags, in bnxt_re_get_hw_stats()
H A Dqplib_sp.h74 u16 dev_cap_flags; member
H A Dqplib_fp.c1079 qp->dev_cap_flags = res->dattr->dev_cap_flags; in bnxt_qplib_create_qp()
1090 if (BNXT_RE_HW_RETX(qp->dev_cap_flags)) { in bnxt_qplib_create_qp()
1106 if (BNXT_RE_HW_RETX(qp->dev_cap_flags) && psn_sz) { in bnxt_qplib_create_qp()
1134 ((BNXT_RE_HW_RETX(qp->dev_cap_flags)) ? in bnxt_qplib_create_qp()
1179 bnxt_ext_stats_supported(qp->cctx, res->dattr->dev_cap_flags, res->is_vf)) in bnxt_qplib_create_qp()
1767 if (BNXT_RE_HW_RETX(qp->dev_cap_flags)) { in bnxt_qplib_fill_psn_search()
1979 bnxt_qplib_pull_psn_buff(qp, sq, swq, BNXT_RE_HW_RETX(qp->dev_cap_flags)); in bnxt_qplib_post_send()
H A Dqplib_fp.h392 u16 dev_cap_flags; member
H A Dqplib_sp.c184 attr->dev_cap_flags = le16_to_cpu(sb->dev_cap_flags); in bnxt_qplib_get_dev_attr()
H A Dib_verbs.c1674 if (rdev->dev_attr && BNXT_RE_HW_RETX(rdev->dev_attr->dev_cap_flags)) in bnxt_re_init_user_qp()
1680 if (BNXT_RE_HW_RETX(rdev->dev_attr->dev_cap_flags)) in bnxt_re_init_user_qp()
4546 if (_is_cqe_v2_supported(rdev->dev_attr->dev_cap_flags)) { in bnxt_re_process_res_ud_wc()
5299 if (rdev->dev_attr && BNXT_RE_HW_RETX(rdev->dev_attr->dev_cap_flags)) in bnxt_re_alloc_ucontext()
5309 !(dev_attr->dev_cap_flags & in bnxt_re_alloc_ucontext()
H A Dqplib_rcfw.c996 if (BNXT_RE_HW_RETX(res->dattr->dev_cap_flags)) in bnxt_qplib_init_rcfw()
H A Dqplib_res.c57 return dattr->dev_cap_flags & in _is_alloc_mr_unified()
H A Dmain.c3247 !_is_ext_stats_supported(rdev->dev_attr->dev_cap_flags))) { in bnxt_re_worker()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h73826 uint16_t dev_cap_flags; member