Searched refs:ib_umad_reg_agent (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/infiniband/core/
H A Duser_mad.c616 static int ib_umad_reg_agent(struct ib_umad_file *file, void __user *arg, ib_umad_reg_agent() function
630 "ib_umad_reg_agent: invalid device\n"); ib_umad_reg_agent()
642 "ib_umad_reg_agent: invalid QPN %d specified\n", ib_umad_reg_agent()
653 "ib_umad_reg_agent: Max Agents (%u) reached\n", ib_umad_reg_agent()
882 return ib_umad_reg_agent(filp->private_data, (void __user *) arg, 0); ib_umad_ioctl()
900 return ib_umad_reg_agent(filp->private_data, compat_ptr(arg), 1); ib_umad_compat_ioctl()

Completed in 41 milliseconds