Home
last modified time | relevance | path

Searched refs:IB_DEVICE_MODIFY_NODE_DESC (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/mthca/
H A Dmthca_provider.c190 if (mask & ~IB_DEVICE_MODIFY_NODE_DESC) in mthca_modify_device()
193 if (mask & IB_DEVICE_MODIFY_NODE_DESC) { in mthca_modify_device()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c1258 ret = ib_modify_device(dev, IB_DEVICE_MODIFY_NODE_DESC, &desc); in set_node_desc()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c952 if (mask & ~IB_DEVICE_MODIFY_NODE_DESC) in mlx4_ib_modify_device()
955 if (!(mask & IB_DEVICE_MODIFY_NODE_DESC)) in mlx4_ib_modify_device()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1061 if (mask & ~IB_DEVICE_MODIFY_NODE_DESC) in mlx5_ib_modify_device()
1064 if (!(mask & IB_DEVICE_MODIFY_NODE_DESC)) in mlx5_ib_modify_device()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h619 IB_DEVICE_MODIFY_NODE_DESC = 1 << 1 enumerator
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c235 case IB_DEVICE_MODIFY_NODE_DESC: in bnxt_re_modify_device()