Searched refs:srbcmd (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/aacraid/
H A Daacraid.c2866 struct aac_srb *srbcmd; local
2903 srbcmd = (struct aac_srb *)fib->data;
2911 if ((error = copyin((void *)user_srb, srbcmd, fibsize)) != 0)
2914 srbcmd->function = 0; /* SRBF_ExecuteScsi */
2915 srbcmd->retry_limit = 0; /* obsolete */
2918 if (srbcmd->sg_map.SgCount > 1) {
2924 srbcmd->sg_map.SgCount * sizeof(struct aac_sg_entry))) {
2925 struct aac_sg_entry *sgp = srbcmd->sg_map.SgEntry;
2934 srbcmd->sg_map.SgCount * sizeof(struct aac_sg_entry64))) {
2937 (struct aac_sg_entry64 *)srbcmd
[all...]
/freebsd-13-stable/sys/dev/aac/
H A Daac.c3054 struct aac_srb *srbcmd, *user_srb; local
3087 srbcmd = (struct aac_srb *)fib->data;
3095 error = copyin(user_srb, srbcmd, fibsize);
3098 srbcmd->function = 0;
3099 srbcmd->retry_limit = 0;
3100 if (srbcmd->sg_map.SgCount > 1) {
3107 srbcmd->sg_map.SgCount * sizeof(struct aac_sg_entry))) {
3110 sge = srbcmd->sg_map.SgEntry;
3121 srbcmd->sg_map.SgCount * sizeof(struct aac_sg_entry64))) {
3125 sge64 = (struct aac_sg_entry64 *)srbcmd
[all...]

Completed in 59 milliseconds