Searched refs:sg_user (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aacraid/ |
H A D | commctrl.c | 493 void __user *sg_user[HBA_MAX_SG_EMBEDDED]; in aac_send_raw_srb() local 680 sg_user[i] = (void __user *)(uintptr_t)addr; in aac_send_raw_srb() 685 if (copy_from_user(p, sg_user[i], in aac_send_raw_srb() 741 sg_user[i] = (void __user *)(uintptr_t)addr; in aac_send_raw_srb() 746 if (copy_from_user(p, sg_user[i], in aac_send_raw_srb() 796 sg_user[i] = (void __user *)(uintptr_t)usg->sg[i].addr; in aac_send_raw_srb() 801 if (copy_from_user(p, sg_user[i], in aac_send_raw_srb() 853 sg_user[i] = (void __user *)addr; in aac_send_raw_srb() 858 if (copy_from_user(p, sg_user[i], in aac_send_raw_srb() 894 sg_user[ in aac_send_raw_srb() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aacraid/ |
H A D | commctrl.c | 493 void __user *sg_user[HBA_MAX_SG_EMBEDDED]; in aac_send_raw_srb() local 680 sg_user[i] = (void __user *)(uintptr_t)addr; in aac_send_raw_srb() 685 if (copy_from_user(p, sg_user[i], in aac_send_raw_srb() 741 sg_user[i] = (void __user *)(uintptr_t)addr; in aac_send_raw_srb() 746 if (copy_from_user(p, sg_user[i], in aac_send_raw_srb() 796 sg_user[i] = (void __user *)(uintptr_t)usg->sg[i].addr; in aac_send_raw_srb() 801 if (copy_from_user(p, sg_user[i], in aac_send_raw_srb() 853 sg_user[i] = (void __user *)addr; in aac_send_raw_srb() 858 if (copy_from_user(p, sg_user[i], in aac_send_raw_srb() 894 sg_user[ in aac_send_raw_srb() [all...] |
Completed in 2 milliseconds