Go to the documentation of this file.
37 #include <linux/types.h>
44 #define IB_USER_MAD_ABI_VERSION 5
166 #define IB_USER_MAD_LONGS_PER_METHOD_MASK (128 / (8 * sizeof (long)))
194 #define IB_IOCTL_MAGIC 0x1b
196 #define IB_USER_MAD_REGISTER_AGENT _IOWR(IB_IOCTL_MAGIC, 1, \
197 struct ib_user_mad_reg_req)
199 #define IB_USER_MAD_UNREGISTER_AGENT _IOW(IB_IOCTL_MAGIC, 2, __u32)
201 #define IB_USER_MAD_ENABLE_PKEY _IO(IB_IOCTL_MAGIC, 3)