Lines Matching refs:aac_srb
1492 static struct aac_srb * aac_scsi_common(struct fib * fib, struct scsi_cmnd * cmd)
1494 struct aac_srb * srbcmd;
1516 srbcmd = (struct aac_srb*) fib_data(fib);
1582 struct aac_srb * srbcmd = aac_scsi_common(fib, cmd);
1595 fibsize = sizeof (struct aac_srb) - sizeof (struct sgentry) +
1613 struct aac_srb * srbcmd = aac_scsi_common(fib, cmd);
1626 fibsize = sizeof (struct aac_srb) +
1678 struct aac_srb *srb;
1696 fibsize = sizeof(struct aac_srb) - sizeof(struct sgentry) +
1708 memcpy(srb, &srbu->srb, sizeof(struct aac_srb));
1734 memcpy(&srbu->srb, srb, sizeof(struct aac_srb));
1785 struct aac_srb *srbcmd;
1831 struct aac_srb *srbcmd;
3711 * This routine will form a FIB and fill in the aac_srb from the
3741 printk(KERN_WARNING "aac_srb: aac_fib_send failed with status: %d\n", status);