Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c308 props->device_cap_flags = dev->device_cap_flags; in c4iw_query_device()
416 dev->device_cap_flags = IB_DEVICE_LOCAL_DMA_LKEY | IB_DEVICE_MEM_WINDOW; in c4iw_register_device()
418 dev->device_cap_flags |= IB_DEVICE_MEM_MGT_EXTENSIONS; in c4iw_register_device()
H A Diw_cxgbe.h269 u32 device_cap_flags;
270 u32 device_cap_flags; global() member
/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/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c669 props->device_cap_flags = IB_DEVICE_CHANGE_PHY_PORT | in mlx5_ib_query_device()
676 props->device_cap_flags |= IB_DEVICE_BAD_PKEY_CNTR; in mlx5_ib_query_device()
678 props->device_cap_flags |= IB_DEVICE_BAD_QKEY_CNTR; in mlx5_ib_query_device()
680 props->device_cap_flags |= IB_DEVICE_AUTO_PATH_MIG; in mlx5_ib_query_device()
682 props->device_cap_flags |= IB_DEVICE_XRC; in mlx5_ib_query_device()
684 props->device_cap_flags |= IB_DEVICE_MEM_WINDOW | in mlx5_ib_query_device()
688 props->device_cap_flags |= IB_DEVICE_SG_GAPS_REG; in mlx5_ib_query_device()
690 props->device_cap_flags |= IB_DEVICE_MEM_MGT_EXTENSIONS; in mlx5_ib_query_device()
692 props->device_cap_flags |= IB_DEVICE_SIGNATURE_HANDOVER; in mlx5_ib_query_device()
701 props->device_cap_flags |= IB_DEVICE_BLOCK_MULTICAST_LOOPBACK; in mlx5_ib_query_device()
[all …]
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c472 props->device_cap_flags = IB_DEVICE_CHANGE_PHY_PORT | in mlx4_ib_query_device()
478 props->device_cap_flags |= IB_DEVICE_BAD_PKEY_CNTR; in mlx4_ib_query_device()
480 props->device_cap_flags |= IB_DEVICE_BAD_QKEY_CNTR; in mlx4_ib_query_device()
482 props->device_cap_flags |= IB_DEVICE_AUTO_PATH_MIG; in mlx4_ib_query_device()
484 props->device_cap_flags |= IB_DEVICE_UD_AV_PORT_ENFORCE; in mlx4_ib_query_device()
486 props->device_cap_flags |= IB_DEVICE_UD_IP_CSUM; in mlx4_ib_query_device()
490 props->device_cap_flags |= IB_DEVICE_UD_TSO; in mlx4_ib_query_device()
492 props->device_cap_flags |= IB_DEVICE_LOCAL_DMA_LKEY; in mlx4_ib_query_device()
496 props->device_cap_flags |= IB_DEVICE_MEM_MGT_EXTENSIONS; in mlx4_ib_query_device()
498 props->device_cap_flags |= IB_DEVICE_XRC; in mlx4_ib_query_device()
[all …]
/freebsd/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c468 printf("\tdevice_cap_flags:\t\t0x%08x\n", device_attr.orig_attr.device_cap_flags); in print_hca_cap()
469 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.c926 if ((hca->attrs.device_cap_flags & IB_DEVICE_KNOWSEPOCH) == 0) in ipoib_intf_alloc()
948 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/drivers/infiniband/core/
H A Dib_uverbs_cmd.c259 if (!(ib_dev->attrs.device_cap_flags & IB_DEVICE_ON_DEMAND_PAGING)) in ib_init_ucontext()
344 resp->device_cap_flags = (u32)attr->device_cap_flags; in copy_query_dev_fields()
752 if (!(pd->device->attrs.device_cap_flags & in ib_uverbs_reg_mr()
3682 resp.device_cap_flags_ex = attr.device_cap_flags; in ib_uverbs_ex_query_device()
H A Dib_verbs.c290 if (device->attrs.device_cap_flags & IB_DEVICE_LOCAL_DMA_LKEY) in __ib_alloc_pd()
317 if (!(device->attrs.device_cap_flags & IB_DEVICE_LOCAL_DMA_LKEY)) in __ib_alloc_pd()
/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h191 __u32 device_cap_flags; member
/freebsd/contrib/ofed/libibverbs/
H A Dkern-abi.h227 __u32 device_cap_flags; member
H A Dcmd.c80 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.c961 device_attr.orig_attr.device_cap_flags; in mlx5_init_context()
/freebsd/sys/dev/irdma/
H A Dirdma_verbs.c61 props->device_cap_flags = IB_DEVICE_MEM_WINDOW | in irdma_query_device()
79 props->device_cap_flags |= IB_DEVICE_RC_RNR_NAK_GEN; in irdma_query_device()
90 props->device_cap_flags |= IB_DEVICE_MEM_WINDOW_TYPE_2B; in irdma_query_device()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h351 u64 device_cap_flags; member
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c155 ib_attr->device_cap_flags = in bnxt_re_query_device()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c460 attr->device_cap_flags = IB_DEVICE_CURR_QP_STATE_MOD | in qlnxr_query_device()