Searched refs:srbcmd (Results 1 – 2 of 2) sorted by relevance
2864 struct aac_srb *srbcmd; in aac_ioctl_send_raw_srb() local2901 srbcmd = (struct aac_srb *)fib->data; in aac_ioctl_send_raw_srb()2912 srbcmd->function = 0; /* SRBF_ExecuteScsi */ in aac_ioctl_send_raw_srb()2913 srbcmd->retry_limit = 0; /* obsolete */ in aac_ioctl_send_raw_srb()2916 if (srbcmd->sg_map.SgCount > 1) { in aac_ioctl_send_raw_srb()2952 srbcmd->data_len = srb_sg_bytecount; in aac_ioctl_send_raw_srb()2953 if (srbcmd->sg_map.SgCount == 1) in aac_ioctl_send_raw_srb()2983 if (srbcmd->flags & AAC_SRB_FLAGS_DATA_IN) in aac_ioctl_send_raw_srb()2985 if (srbcmd->flags & AAC_SRB_FLAGS_DATA_OUT) in aac_ioctl_send_raw_srb()2988 if (srbcmd->flags & AAC_SRB_FLAGS_DATA_OUT) { in aac_ioctl_send_raw_srb()[all …]
3052 struct aac_srb *srbcmd, *user_srb; in aac_ioctl_send_raw_srb() local3084 srbcmd = (struct aac_srb *)fib->data; in aac_ioctl_send_raw_srb()3092 error = copyin(user_srb, srbcmd, fibsize); in aac_ioctl_send_raw_srb()3095 srbcmd->function = 0; in aac_ioctl_send_raw_srb()3096 srbcmd->retry_limit = 0; in aac_ioctl_send_raw_srb()3097 if (srbcmd->sg_map.SgCount > 1) { in aac_ioctl_send_raw_srb()3107 sge = srbcmd->sg_map.SgEntry; in aac_ioctl_send_raw_srb()3141 srbcmd->data_len = srb_sg_bytecount; in aac_ioctl_send_raw_srb()3142 if (srbcmd->sg_map.SgCount == 1) in aac_ioctl_send_raw_srb()3153 if (srbcmd->flags & AAC_SRB_FLAGS_DATA_IN) in aac_ioctl_send_raw_srb()[all …]