Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aacraid/
Dcommctrl.c477 void __user *sg_user[HBA_MAX_SG_EMBEDDED]; in aac_send_raw_srb() local
669 sg_user[i] = (void __user *)(uintptr_t)addr; in aac_send_raw_srb()
674 if (copy_from_user(p, sg_user[i], in aac_send_raw_srb()
730 sg_user[i] = (void __user *)(uintptr_t)addr; in aac_send_raw_srb()
735 if (copy_from_user(p, sg_user[i], in aac_send_raw_srb()
785 sg_user[i] = (void __user *)(uintptr_t)usg->sg[i].addr; in aac_send_raw_srb()
790 if (copy_from_user(p, sg_user[i], in aac_send_raw_srb()
842 sg_user[i] = (void __user *)addr; in aac_send_raw_srb()
847 if (copy_from_user(p, sg_user[i], in aac_send_raw_srb()
881 sg_user[i] = (void __user *)(uintptr_t)upsg->sg[i].addr; in aac_send_raw_srb()
[all …]