Home
last modified time | relevance | path

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

/freebsd-13.1/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_dev.h297 unsigned long device_cap_flags; member
H A Dmthca_provider.c87 props->device_cap_flags = mdev->device_cap_flags; in mthca_query_device()
H A Dmthca_cmd.c1374 if (dev->device_cap_flags & IB_DEVICE_UD_IP_CSUM) in mthca_INIT_HCA()
/freebsd-13.1/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c333 props->device_cap_flags = dev->device_cap_flags; in c4iw_query_device()
443 dev->device_cap_flags = IB_DEVICE_LOCAL_DMA_LKEY | IB_DEVICE_MEM_WINDOW; in c4iw_register_device()
445 dev->device_cap_flags |= IB_DEVICE_MEM_MGT_EXTENSIONS; in c4iw_register_device()
H A Diw_cxgbe.h271 u32 device_cap_flags; member
/freebsd-13.1/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c686 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()
715 props->device_cap_flags |= IB_DEVICE_RAW_IP_CSUM; in mlx5_ib_query_device()
749 props->device_cap_flags |= IB_DEVICE_UD_IP_CSUM; in mlx5_ib_query_device()
750 props->device_cap_flags |= IB_DEVICE_UD_TSO; in mlx5_ib_query_device()
755 props->device_cap_flags |= IB_DEVICE_RAW_SCATTER_FCS; in mlx5_ib_query_device()
[all …]
/freebsd-13.1/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()
512 props->device_cap_flags |= IB_DEVICE_XRC; in mlx4_ib_query_device()
514 props->device_cap_flags |= IB_DEVICE_MEM_WINDOW; in mlx4_ib_query_device()
[all …]
/freebsd-13.1/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-13.1/contrib/ofed/libmlx4/
H A Dverbs.c1001 (device_attr.device_cap_flags & IBV_DEVICE_UD_IP_CSUM)) in mlx4_modify_qp()
1007 (device_attr.device_cap_flags & IBV_DEVICE_RAW_IP_CSUM)) in mlx4_modify_qp()
/freebsd-13.1/sys/contrib/rdma/krping/
H A Dkrping.c1371 if ((dev->attrs.device_cap_flags & needed_flags) != needed_flags) { in reg_supported()
1374 (unsigned long long)dev->attrs.device_cap_flags); in reg_supported()
1378 (unsigned long long)dev->attrs.device_cap_flags); in reg_supported()
/freebsd-13.1/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h187 __u32 device_cap_flags; member
/freebsd-13.1/sys/dev/iser/
H A Diser_verbs.c206 if (!(ib_dev->attrs.device_cap_flags & IB_DEVICE_MEM_MGT_EXTENSIONS)) { in iser_create_device_ib_res()
/freebsd-13.1/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c281 if (device->attrs.device_cap_flags & IB_DEVICE_LOCAL_DMA_LKEY) in __ib_alloc_pd()
307 if (!(device->attrs.device_cap_flags & IB_DEVICE_LOCAL_DMA_LKEY)) in __ib_alloc_pd()
H A Dib_uverbs_cmd.c376 if (!(ib_dev->attrs.device_cap_flags & IB_DEVICE_ON_DEMAND_PAGING)) in ib_uverbs_get_context()
439 resp->device_cap_flags = (u32)(attr->device_cap_flags); in copy_query_dev_fields()
1007 if (!(pd->device->attrs.device_cap_flags & in ib_uverbs_reg_mr()
4285 resp.device_cap_flags_ex = attr.device_cap_flags; in ib_uverbs_ex_query_device()
/freebsd-13.1/contrib/ofed/libmlx5/
H A Dmlx5.c923 device_attr.orig_attr.device_cap_flags; in mlx5_init_context()
/freebsd-13.1/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-13.1/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c946 priv->hca_caps = device_attr->device_cap_flags; in ipoib_set_dev_features()
/freebsd-13.1/sys/ofed/include/rdma/
H A Dib_verbs.h303 u64 device_cap_flags; member
/freebsd-13.1/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c521 attr->device_cap_flags = IB_DEVICE_CURR_QP_STATE_MOD | in qlnxr_query_device()