Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/infiniband/
A Duser_mad.rst31 适当的设备文件的文件描述符上调用IB_USER_MAD_REGISTER_AGENT ioctl。
35 ret = ioctl(fd, IB_USER_MAD_REGISTER_AGENT, (char *) &req);
/linux/include/uapi/rdma/
A Drdma_user_ioctl.h52 #define IB_USER_MAD_REGISTER_AGENT _IOWR(RDMA_IOCTL_MAGIC, 0x01, struct ib_user_mad_reg_req) macro
/linux/Documentation/infiniband/
A 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/drivers/infiniband/core/
A Duser_mad.c942 case IB_USER_MAD_REGISTER_AGENT: in ib_umad_ioctl()
960 case IB_USER_MAD_REGISTER_AGENT: in ib_umad_compat_ioctl()

Completed in 9 milliseconds