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

/freebsd-9.3-release/sys/dev/aacraid/
H A Daacraid.c2816 struct aac_srb *srbcmd; local
2853 srbcmd = (struct aac_srb *)fib->data;
2861 if ((error = copyin((void *)user_srb, srbcmd, fibsize) != 0))
2864 srbcmd->function = 0; /* SRBF_ExecuteScsi */
2865 srbcmd->retry_limit = 0; /* obsolete */
2868 if (srbcmd->sg_map.SgCount > 1) {
2874 srbcmd->sg_map.SgCount * sizeof(struct aac_sg_entry))) {
2875 struct aac_sg_entry *sgp = srbcmd->sg_map.SgEntry;
2879 srbcmd->sg_map.SgCount * sizeof(struct aac_sg_entry64))) {
2882 (struct aac_sg_entry64 *)srbcmd
[all...]
/freebsd-9.3-release/sys/dev/aac/
H A Daac.c3052 struct aac_srb *srbcmd, *user_srb; local
3085 srbcmd = (struct aac_srb *)fib->data;
3093 error = copyin(user_srb, srbcmd, fibsize);
3096 srbcmd->function = 0;
3097 srbcmd->retry_limit = 0;
3098 if (srbcmd->sg_map.SgCount > 1) {
3105 srbcmd->sg_map.SgCount * sizeof(struct aac_sg_entry))) {
3106 sge = srbcmd->sg_map.SgEntry;
3113 srbcmd->sg_map.SgCount * sizeof(struct aac_sg_entry64))) {
3115 sge64 = (struct aac_sg_entry64 *)srbcmd
[all...]

Completed in 111 milliseconds