Searched refs:dev_cap_flags (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/ofed/libibverbs/examples/ |
| H A D | devinfo.c | 238 if (dev_cap_flags & IBV_DEVICE_RAW_MULTI) in print_device_cap_flags() 250 if (dev_cap_flags & IBV_DEVICE_INIT_TYPE) in print_device_cap_flags() 258 if (dev_cap_flags & IBV_DEVICE_SRQ_RESIZE) in print_device_cap_flags() 260 if (dev_cap_flags & IBV_DEVICE_N_NOTIFY_CQ) in print_device_cap_flags() 262 if (dev_cap_flags & IBV_DEVICE_MEM_WINDOW) in print_device_cap_flags() 264 if (dev_cap_flags & IBV_DEVICE_UD_IP_CSUM) in print_device_cap_flags() 266 if (dev_cap_flags & IBV_DEVICE_XRC) in print_device_cap_flags() 274 if (dev_cap_flags & IBV_DEVICE_RC_IP_CSUM) in print_device_cap_flags() 276 if (dev_cap_flags & IBV_DEVICE_RAW_IP_CSUM) in print_device_cap_flags() 280 if (dev_cap_flags & unknown_flags) in print_device_cap_flags() [all …]
|
| /freebsd-14.2/sys/dev/bnxt/bnxt_re/ |
| H A D | qplib_res.h | 596 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 D | stats.c | 368 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 D | qplib_sp.h | 74 u16 dev_cap_flags; member
|
| H A D | qplib_fp.c | 1079 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 D | qplib_fp.h | 392 u16 dev_cap_flags; member
|
| H A D | qplib_sp.c | 184 attr->dev_cap_flags = le16_to_cpu(sb->dev_cap_flags); in bnxt_qplib_get_dev_attr()
|
| H A D | ib_verbs.c | 1674 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 D | qplib_rcfw.c | 996 if (BNXT_RE_HW_RETX(res->dattr->dev_cap_flags)) in bnxt_qplib_init_rcfw()
|
| H A D | qplib_res.c | 57 return dattr->dev_cap_flags & in _is_alloc_mr_unified()
|
| H A D | main.c | 3247 !_is_ext_stats_supported(rdev->dev_attr->dev_cap_flags))) { in bnxt_re_worker()
|
| /freebsd-14.2/sys/dev/bnxt/bnxt_en/ |
| H A D | hsi_struct_def.h | 73826 uint16_t dev_cap_flags; member
|