Searched refs:user_srbcmd (Results 1 – 1 of 1) sorted by relevance
469 struct user_aac_srb *user_srbcmd = NULL; in aac_send_raw_srb() local516 user_srbcmd = kmalloc(fibsize, GFP_KERNEL); in aac_send_raw_srb()517 if (!user_srbcmd) { in aac_send_raw_srb()522 if(copy_from_user(user_srbcmd, user_srb,fibsize)){ in aac_send_raw_srb()528 flags = user_srbcmd->flags; /* from user in cpu order */ in aac_send_raw_srb()542 if (user_srbcmd->sg.count > ARRAY_SIZE(sg_list)) { in aac_send_raw_srb()544 user_srbcmd->sg.count)); in aac_send_raw_srb()548 if ((data_dir == DMA_NONE) && user_srbcmd->sg.count) { in aac_send_raw_srb()554 ((user_srbcmd->sg.count & 0xff) * sizeof(struct sgentry)); in aac_send_raw_srb()555 actual_fibsize64 = actual_fibsize + (user_srbcmd->sg.count & 0xff) * in aac_send_raw_srb()[all …]