Searched refs:ib_umad_reg_agent2 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | user_mad.c | 786 static int ib_umad_reg_agent2(struct ib_umad_file *file, void __user *arg) in ib_umad_reg_agent2() function 799 "ib_umad_reg_agent2: invalid device\n"); in ib_umad_reg_agent2() 811 "ib_umad_reg_agent2: invalid QPN %d specified\n", in ib_umad_reg_agent2() 819 "ib_umad_reg_agent2 failed: invalid registration flags specified 0x%x; supported 0x%x\n", in ib_umad_reg_agent2() 836 "ib_umad_reg_agent2: Max Agents (%u) reached\n", in ib_umad_reg_agent2() 848 "ib_umad_reg_agent2 failed: oui invalid 0x%08x\n", in ib_umad_reg_agent2() 958 return ib_umad_reg_agent2(filp->private_data, (void __user *) arg); in ib_umad_ioctl() 976 return ib_umad_reg_agent2(filp->private_data, compat_ptr(arg)); in ib_umad_compat_ioctl()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | user_mad.c | 785 static int ib_umad_reg_agent2(struct ib_umad_file *file, void __user *arg) in ib_umad_reg_agent2() function 954 return ib_umad_reg_agent2(filp->private_data, (void __user *) arg); in ib_umad_ioctl() 972 return ib_umad_reg_agent2(filp->private_data, compat_ptr(arg)); in ib_umad_compat_ioctl()
|
Completed in 5 milliseconds