Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/translations/zh_CN/infiniband/
Duser_mad.rst31 适当的设备文件的文件描述符上调用IB_USER_MAD_REGISTER_AGENT ioctl。
35 ret = ioctl(fd, IB_USER_MAD_REGISTER_AGENT, (char *) &req);
/Linux-v6.1/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-v6.1/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-v6.1/drivers/infiniband/core/
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()