Searched refs:sg_user (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/scsi/aacraid/ |
D | commctrl.c | 479 void __user *sg_user[32]; in aac_send_raw_srb() local 618 sg_user[i] = (void __user *)(uintptr_t)addr; in aac_send_raw_srb() 623 if(copy_from_user(p,sg_user[i],upsg->sg[i].count)){ in aac_send_raw_srb() 670 sg_user[i] = (void __user *)(uintptr_t)usg->sg[i].addr; in aac_send_raw_srb() 675 if(copy_from_user(p,sg_user[i],upsg->sg[i].count)){ in aac_send_raw_srb() 724 sg_user[i] = (void __user *)addr; in aac_send_raw_srb() 729 if(copy_from_user(p,sg_user[i],usg->sg[i].count)){ in aac_send_raw_srb() 760 sg_user[i] = (void __user *)(uintptr_t)upsg->sg[i].addr; in aac_send_raw_srb() 765 if(copy_from_user(p, sg_user[i], in aac_send_raw_srb() 804 if(copy_to_user(sg_user[i], sg_list[i], byte_count)){ in aac_send_raw_srb()
|