Searched refs:aac_srb (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/dev/aacraid/
H A Daacraid_endian.h101 void aac_srb_tole(struct aac_srb *ptr);
H A Daacraid_endian.c302 aac_srb_tole(struct aac_srb *ptr)
H A Daacraid.c2866 struct aac_srb *srbcmd;
2867 struct aac_srb *user_srb = (struct aac_srb *)arg;
2903 srbcmd = (struct aac_srb *)fib->data;
2923 if (fibsize == (sizeof(struct aac_srb) +
2933 } else if (fibsize == (sizeof(struct aac_srb) +
3002 sizeof(struct aac_srb);
H A Daacraid_cam.c850 struct aac_srb *srb;
891 srb = (struct aac_srb *)&fib->data[0];
918 sizeof(struct aac_srb);
H A Daacraid_reg.h1477 struct aac_srb { struct
/freebsd-13-stable/sys/dev/aac/
H A Daac_cam.c261 struct aac_srb *srb;
404 srb = (struct aac_srb *)&fib->data[0];
513 sizeof(struct aac_srb);
H A Daac.c3054 struct aac_srb *srbcmd, *user_srb;
3066 user_srb = (struct aac_srb *)arg;
3087 srbcmd = (struct aac_srb *)fib->data;
3106 if (fibsize == (sizeof(struct aac_srb) +
3120 else if (fibsize == (sizeof(struct aac_srb) +
3168 sizeof(struct aac_srb);
H A Daacreg.h1388 struct aac_srb { struct

Completed in 145 milliseconds