Lines Matching defs:drvp
67 ata_read_log_ext_ncq(struct ata_drive_datas *drvp, uint8_t flags,
71 struct ata_channel *chp = drvp->chnl_softc;
79 if (drvp->drive_type != ATA_DRIVET_ATA ||
80 (drvp->drive_flags & ATA_DRIVE_NCQ) == 0)
106 (*atac->atac_bustype_ata->ata_exec_command)(drvp, xfer);
118 device_printf(drvp->drv_softc,
142 device_printf(drvp->drv_softc,
162 struct ata_drive_datas *drvp;
176 drvp = &chp->ch_drive[drive];
185 error = ata_read_log_ext_ncq(drvp, flags, &eslot, &st, &err);