Home
last modified time | relevance | path

Searched refs:device_cap_flags (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/dev/mthca/
H A Dmthca_main.c258 mdev->device_cap_flags = IB_DEVICE_CHANGE_PHY_PORT | in mthca_dev_lim()
264 mdev->device_cap_flags |= IB_DEVICE_BAD_PKEY_CNTR; in mthca_dev_lim()
267 mdev->device_cap_flags |= IB_DEVICE_BAD_QKEY_CNTR; in mthca_dev_lim()
270 mdev->device_cap_flags |= IB_DEVICE_RAW_MULTI; in mthca_dev_lim()
273 mdev->device_cap_flags |= IB_DEVICE_AUTO_PATH_MIG; in mthca_dev_lim()
276 mdev->device_cap_flags |= IB_DEVICE_UD_AV_PORT_ENFORCE; in mthca_dev_lim()
283 mdev->device_cap_flags |= IB_DEVICE_UD_IP_CSUM; in mthca_dev_lim()
H A Dmthca_provider.c88 props->device_cap_flags = mdev->device_cap_flags; in mthca_query_device()
H A Dmthca_dev.h297 unsigned long device_cap_flags; member
H A Dmthca_cmd.c1378 if (dev->device_cap_flags & IB_DEVICE_UD_IP_CSUM) in mthca_INIT_HCA()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c308 props->device_cap_flags = dev->device_cap_flags; in c4iw_query_device()
425 dev->device_cap_flags = IB_DEVICE_LOCAL_DMA_LKEY | IB_DEVICE_MEM_WINDOW; in c4iw_register_device()
427 dev->device_cap_flags |= IB_DEVICE_MEM_MGT_EXTENSIONS; in c4iw_register_device()
H A Diw_cxgbe.h270 u32 device_cap_flags; member
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c679 props->device_cap_flags = IB_DEVICE_CHANGE_PHY_PORT | in mlx5_ib_query_device()
686 props->device_cap_flags |= IB_DEVICE_BAD_PKEY_CNTR; in mlx5_ib_query_device()
688 props->device_cap_flags |= IB_DEVICE_BAD_QKEY_CNTR; in mlx5_ib_query_device()
690 props->device_cap_flags |= IB_DEVICE_AUTO_PATH_MIG; in mlx5_ib_query_device()
692 props->device_cap_flags |= IB_DEVICE_XRC; in mlx5_ib_query_device()
694 props->device_cap_flags |= IB_DEVICE_MEM_WINDOW | in mlx5_ib_query_device()
698 props->device_cap_flags |= IB_DEVICE_SG_GAPS_REG; in mlx5_ib_query_device()
700 props->device_cap_flags |= IB_DEVICE_MEM_MGT_EXTENSIONS; in mlx5_ib_query_device()
702 props->device_cap_flags |= IB_DEVICE_SIGNATURE_HANDOVER; in mlx5_ib_query_device()
711 props->device_cap_flags | in mlx5_ib_query_device()
[all...]
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c486 props->device_cap_flags = IB_DEVICE_CHANGE_PHY_PORT | in mlx4_ib_query_device()
492 props->device_cap_flags |= IB_DEVICE_BAD_PKEY_CNTR; in mlx4_ib_query_device()
494 props->device_cap_flags |= IB_DEVICE_BAD_QKEY_CNTR; in mlx4_ib_query_device()
496 props->device_cap_flags |= IB_DEVICE_AUTO_PATH_MIG; in mlx4_ib_query_device()
498 props->device_cap_flags |= IB_DEVICE_UD_AV_PORT_ENFORCE; in mlx4_ib_query_device()
500 props->device_cap_flags |= IB_DEVICE_UD_IP_CSUM; in mlx4_ib_query_device()
504 props->device_cap_flags |= IB_DEVICE_UD_TSO; in mlx4_ib_query_device()
506 props->device_cap_flags |= IB_DEVICE_LOCAL_DMA_LKEY; in mlx4_ib_query_device()
510 props->device_cap_flags |= IB_DEVICE_MEM_MGT_EXTENSIONS; in mlx4_ib_query_device()
512 props->device_cap_flags |= IB_DEVICE_XRC; in mlx4_ib_query_device()
[all …]
/freebsd/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c467 printf("\tdevice_cap_flags:\t\t0x%08x\n", device_attr.orig_attr.device_cap_flags); in print_hca_cap()
468 print_device_cap_flags(device_attr.orig_attr.device_cap_flags); in print_hca_cap()
/freebsd/contrib/ofed/libmlx4/
H A Dverbs.c1014 (device_attr.device_cap_flags & IBV_DEVICE_UD_IP_CSUM)) in mlx4_modify_qp()
1020 (device_attr.device_cap_flags & IBV_DEVICE_RAW_IP_CSUM)) in mlx4_modify_qp()
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c919 if ((hca->attrs.device_cap_flags & IB_DEVICE_KNOWSEPOCH) == 0) in ipoib_intf_alloc()
941 priv->hca_caps = device_attr->device_cap_flags; in ipoib_set_dev_features()
/freebsd/sys/contrib/rdma/krping/
H A Dkrping.c1368 if ((dev->attrs.device_cap_flags & needed_flags) != needed_flags) { in reg_supported()
1371 (unsigned long long)dev->attrs.device_cap_flags); in reg_supported()
1375 (unsigned long long)dev->attrs.device_cap_flags); in reg_supported()
/freebsd/sys/dev/iser/
H A Diser_verbs.c205 if (!(ib_dev->attrs.device_cap_flags & IB_DEVICE_MEM_MGT_EXTENSIONS)) { in iser_create_device_ib_res()
/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h191 __u32 device_cap_flags; member
/freebsd/sys/dev/irdma/
H A Dirdma_verbs.c61 props->device_cap_flags = IB_DEVICE_MEM_WINDOW | in irdma_query_device()
63 props->device_cap_flags |= IB_DEVICE_LOCAL_DMA_LKEY; in irdma_query_device()
80 props->device_cap_flags |= IB_DEVICE_RC_RNR_NAK_GEN; in irdma_query_device()
91 props->device_cap_flags |= IB_DEVICE_MEM_WINDOW_TYPE_2B; in irdma_query_device()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c287 if (device->attrs.device_cap_flags & IB_DEVICE_LOCAL_DMA_LKEY) in __ib_alloc_pd()
314 if (!(device->attrs.device_cap_flags & IB_DEVICE_LOCAL_DMA_LKEY)) in __ib_alloc_pd()
H A Dib_uverbs_cmd.c336 resp->device_cap_flags = (u32)attr->device_cap_flags; in copy_query_dev_fields()
744 if (!(pd->device->attrs.device_cap_flags & in ib_uverbs_reg_mr()
3670 resp.device_cap_flags_ex = attr.device_cap_flags; in ib_uverbs_ex_query_device()
/freebsd/contrib/ofed/libibverbs/
H A Dkern-abi.h227 __u32 device_cap_flags; member
H A Dcmd.c81 device_attr->device_cap_flags = resp->device_cap_flags; in copy_query_dev_fields()
H A Dverbs.h154 int device_cap_flags; member
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c941 device_attr.orig_attr.device_cap_flags; in mlx5_init_context()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h346 u64 device_cap_flags; member
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c501 attr->device_cap_flags = IB_DEVICE_CURR_QP_STATE_MOD | in qlnxr_query_device()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c172 ib_attr->device_cap_flags = in bnxt_re_query_device()