Home
last modified time | relevance | path

Searched refs:IB_USER_MAD_REGISTER_AGENT (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/uapi/rdma/
Drdma_user_ioctl.h52 #define IB_USER_MAD_REGISTER_AGENT _IOWR(RDMA_IOCTL_MAGIC, 0x01, struct ib_user_mad_reg_req) macro
/Linux-v5.4/Documentation/infiniband/
Duser_mad.rst17 and then calling the IB_USER_MAD_REGISTER_AGENT ioctl on a file
23 ret = ioctl(fd, IB_USER_MAD_REGISTER_AGENT, (char *) &req);
/Linux-v5.4/drivers/infiniband/core/
Duser_mad.c932 case IB_USER_MAD_REGISTER_AGENT: in ib_umad_ioctl()
950 case IB_USER_MAD_REGISTER_AGENT: in ib_umad_compat_ioctl()