Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/aacraid/
Dcommctrl.c485 struct user_aac_srb *user_srbcmd = NULL; in aac_send_raw_srb() local
532 user_srbcmd = memdup_user(user_srb, fibsize); in aac_send_raw_srb()
533 if (IS_ERR(user_srbcmd)) { in aac_send_raw_srb()
534 rcode = PTR_ERR(user_srbcmd); in aac_send_raw_srb()
535 user_srbcmd = NULL; in aac_send_raw_srb()
539 flags = user_srbcmd->flags; /* from user in cpu order */ in aac_send_raw_srb()
553 if (user_srbcmd->sg.count > ARRAY_SIZE(sg_list)) { in aac_send_raw_srb()
555 user_srbcmd->sg.count)); in aac_send_raw_srb()
559 if ((data_dir == DMA_NONE) && user_srbcmd->sg.count) { in aac_send_raw_srb()
565 ((user_srbcmd->sg.count & 0xff) * sizeof(struct sgentry)); in aac_send_raw_srb()
[all …]