Home
last modified time | relevance | path

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

/drivers/scsi/aacraid/
Dcommctrl.c493 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[i] = (void __user *)(uintptr_t)upsg->sg[i].addr; in aac_send_raw_srb()
[all …]