Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/aacraid/
Dcommctrl.c470 struct aac_srb *srbcmd = NULL; in aac_send_raw_srb()
505 srbcmd = (struct aac_srb*) fib_data(srbfib); in aac_send_raw_srb()
566 actual_fibsize = sizeof(struct aac_srb) - sizeof(struct sgentry) + in aac_send_raw_srb()
577 sizeof(struct aac_srb), sizeof(struct sgentry), in aac_send_raw_srb()
638 usg = kmalloc(actual_fibsize - sizeof(struct aac_srb) in aac_send_raw_srb()
645 memcpy (usg, upsg, actual_fibsize - sizeof(struct aac_srb) in aac_send_raw_srb()
Daachba.c1408 static struct aac_srb * aac_scsi_common(struct fib * fib, struct scsi_cmnd * cmd) in aac_scsi_common()
1410 struct aac_srb * srbcmd; in aac_scsi_common()
1431 srbcmd = (struct aac_srb*) fib_data(fib); in aac_scsi_common()
1451 struct aac_srb * srbcmd = aac_scsi_common(fib, cmd); in aac_scsi_64()
1464 fibsize = sizeof (struct aac_srb) - sizeof (struct sgentry) + in aac_scsi_64()
1482 struct aac_srb * srbcmd = aac_scsi_common(fib, cmd); in aac_scsi_32()
1495 fibsize = sizeof (struct aac_srb) + in aac_scsi_32()
Daacraid.h1541 struct aac_srb struct