Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/aacraid/
Dcommctrl.c475 void __user *sg_user[HBA_MAX_SG_EMBEDDED]; in aac_send_raw_srb() local
662 sg_user[i] = (void __user *)(uintptr_t)addr; in aac_send_raw_srb()
667 if (copy_from_user(p, sg_user[i], in aac_send_raw_srb()
723 sg_user[i] = (void __user *)(uintptr_t)addr; in aac_send_raw_srb()
728 if (copy_from_user(p, sg_user[i], in aac_send_raw_srb()
778 sg_user[i] = (void __user *)(uintptr_t)usg->sg[i].addr; in aac_send_raw_srb()
783 if (copy_from_user(p, sg_user[i], in aac_send_raw_srb()
835 sg_user[i] = (void __user *)addr; in aac_send_raw_srb()
840 if (copy_from_user(p, sg_user[i], in aac_send_raw_srb()
876 sg_user[i] = (void __user *)(uintptr_t)upsg->sg[i].addr; in aac_send_raw_srb()
[all …]