Home
last modified time | relevance | path

Searched refs:IB_USER_MAD_ENABLE_PKEY (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/ofed/include/rdma/
Dib_user_mad.h200 #define IB_USER_MAD_ENABLE_PKEY _IO(IB_IOCTL_MAGIC, 3) macro
/freebsd-10-stable/contrib/ofed/management/libibumad/include/infiniband/
Dumad.h86 #define IB_USER_MAD_ENABLE_PKEY _IO(IB_IOCTL_MAGIC, 3) macro
/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
Duser_mad.c755 case IB_USER_MAD_ENABLE_PKEY: in ib_umad_ioctl()
771 case IB_USER_MAD_ENABLE_PKEY: in ib_umad_compat_ioctl()
/freebsd-10-stable/contrib/ofed/management/libibumad/src/
Dumad.c625 if (abi_version > 5 || !ioctl(fd, IB_USER_MAD_ENABLE_PKEY, NULL)) in umad_open_port()