Home
last modified time | relevance | path

Searched refs:aac_srb (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/scsi/aacraid/
Dcommctrl.c469 struct aac_srb *srbcmd = NULL; in aac_send_raw_srb()
502 srbcmd = (struct aac_srb*) fib_data(srbfib); in aac_send_raw_srb()
563 actual_fibsize = sizeof(struct aac_srb) - sizeof(struct sgentry) + in aac_send_raw_srb()
574 sizeof(struct aac_srb), sizeof(struct sgentry), in aac_send_raw_srb()
635 usg = kmalloc(actual_fibsize - sizeof(struct aac_srb) in aac_send_raw_srb()
642 memcpy (usg, upsg, actual_fibsize - sizeof(struct aac_srb) in aac_send_raw_srb()
Daachba.c1147 static struct aac_srb * aac_scsi_common(struct fib * fib, struct scsi_cmnd * cmd) in aac_scsi_common()
1149 struct aac_srb * srbcmd; in aac_scsi_common()
1170 srbcmd = (struct aac_srb*) fib_data(fib); in aac_scsi_common()
1190 struct aac_srb * srbcmd = aac_scsi_common(fib, cmd); in aac_scsi_64()
1200 fibsize = sizeof (struct aac_srb) - sizeof (struct sgentry) + in aac_scsi_64()
1218 struct aac_srb * srbcmd = aac_scsi_common(fib, cmd); in aac_scsi_32()
1228 fibsize = sizeof (struct aac_srb) + in aac_scsi_32()
Daacraid.h1406 struct aac_srb struct