Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aacraid/
Dcommctrl.c492 void __user *sg_user[HBA_MAX_SG_EMBEDDED]; in aac_send_raw_srb() local
684 sg_user[i] = (void __user *)(uintptr_t)addr; in aac_send_raw_srb()
689 if (copy_from_user(p, sg_user[i], in aac_send_raw_srb()
745 sg_user[i] = (void __user *)(uintptr_t)addr; in aac_send_raw_srb()
750 if (copy_from_user(p, sg_user[i], in aac_send_raw_srb()
800 sg_user[i] = (void __user *)(uintptr_t)usg->sg[i].addr; in aac_send_raw_srb()
805 if (copy_from_user(p, sg_user[i], in aac_send_raw_srb()
857 sg_user[i] = (void __user *)addr; in aac_send_raw_srb()
862 if (copy_from_user(p, sg_user[i], in aac_send_raw_srb()
896 sg_user[i] = (void __user *)(uintptr_t)upsg->sg[i].addr; in aac_send_raw_srb()
[all …]