Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Duser_mad.c683 static int ib_umad_reg_agent(struct ib_umad_file *file, void __user *arg, in ib_umad_reg_agent() function
697 "ib_umad_reg_agent: invalid device\n"); in ib_umad_reg_agent()
709 "ib_umad_reg_agent: invalid QPN %d specified\n", in ib_umad_reg_agent()
720 "ib_umad_reg_agent: Max Agents (%u) reached\n", in ib_umad_reg_agent()
952 return ib_umad_reg_agent(filp->private_data, (void __user *) arg, 0); in ib_umad_ioctl()
970 return ib_umad_reg_agent(filp->private_data, compat_ptr(arg), 1); in ib_umad_compat_ioctl()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Duser_mad.c683 static int ib_umad_reg_agent(struct ib_umad_file *file, void __user *arg, in ib_umad_reg_agent() function
948 return ib_umad_reg_agent(filp->private_data, (void __user *) arg, 0); in ib_umad_ioctl()
966 return ib_umad_reg_agent(filp->private_data, compat_ptr(arg), 1); in ib_umad_compat_ioctl()

Completed in 4 milliseconds