Lines Matching defs:prb
119 * the dma memory for each command will be made up of a prb followed by
125 * you can fit 22 sge's into 7 sgts and a prb:
126 * there's 1 sgl in an atapi prb (two in the ata one, but we can't over
798 struct sili_prb *prb;
828 prb = ccb->ccb_cmd;
829 ccb->ccb_xa.fis = (struct ata_fis_h2d *)&prb->fis;
830 ccb->ccb_xa.packetcmd = ((struct sili_prb_packet *)prb)->cdb;
1194 struct sili_prb *prb;
1212 prb = ccb->ccb_cmd;
1213 bzero(prb, sizeof(*prb));
1214 fis = (struct ata_fis_h2d *)&prb->fis;
1216 prb->control = SILI_PRB_SOFT_RESET;
1760 struct sili_prb *prb;
1774 prb = ccb->ccb_cmd;
1775 bzero(prb, sizeof(*prb));
1776 fis = (struct ata_fis_h2d *)&prb->fis;
1802 struct sili_prb *prb;
1816 prb = ccb->ccb_cmd;
1817 bzero(prb, sizeof(*prb));
1818 fis = (struct ata_fis_h2d *)&prb->fis;