Lines Matching refs:aac_srb
1479 static struct aac_srb * aac_scsi_common(struct fib * fib, struct scsi_cmnd * cmd)
1481 struct aac_srb * srbcmd;
1503 srbcmd = (struct aac_srb*) fib_data(fib);
1569 struct aac_srb * srbcmd = aac_scsi_common(fib, cmd);
1582 fibsize = sizeof (struct aac_srb) - sizeof (struct sgentry) +
1600 struct aac_srb * srbcmd = aac_scsi_common(fib, cmd);
1613 fibsize = sizeof (struct aac_srb) +
1665 struct aac_srb *srb;
1683 fibsize = sizeof(struct aac_srb) - sizeof(struct sgentry) +
1695 memcpy(srb, &srbu->srb, sizeof(struct aac_srb));
1721 memcpy(&srbu->srb, srb, sizeof(struct aac_srb));
1772 struct aac_srb *srbcmd;
1818 struct aac_srb *srbcmd;
3747 * This routine will form a FIB and fill in the aac_srb from the
3777 printk(KERN_WARNING "aac_srb: aac_fib_send failed with status: %d\n", status);