OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atac_bustype_ata
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/dev/ata/
satapmp_subr.c
76
(*atac->
atac_bustype_ata
->ata_exec_command)(drvp, xfer);
149
(*atac->
atac_bustype_ata
->ata_exec_command)(drvp, xfer);
262
chp->ch_atac->
atac_bustype_ata
->ata_reset_drive(
ata_recovery.c
106
(*atac->
atac_bustype_ata
->ata_exec_command)(drvp, xfer);
ata.c
372
adev.adev_bustype = atac->
atac_bustype_ata
;
855
(*atac->
atac_bustype_ata
->ata_exec_command)(drvp, xfer);
940
(*atac->
atac_bustype_ata
->ata_exec_command)(drvp, xfer);
1631
(*atac->
atac_bustype_ata
->ata_reset_channel)(chp, flags);
1644
(*atac->
atac_bustype_ata
->ata_reset_drive)(drvp, flags, NULL);
1654
KASSERT(atac->
atac_bustype_ata
->ata_recovery != NULL);
1657
(*atac->
atac_bustype_ata
->ata_recovery)(chp, flags, tfd);
atavar.h
490
const struct ata_bustype *
atac_bustype_ata
;
member in struct:atac_softc
/src/sys/dev/ic/
wdc.c
810
if (atac->
atac_bustype_ata
== NULL)
811
atac->
atac_bustype_ata
= &wdc_ata_bustype;
siisata.c
225
sc->sc_atac.
atac_bustype_ata
= &siisata_ata_bustype;
ahcisata_core.c
342
sc->sc_atac.
atac_bustype_ata
= &ahci_ata_bustype;
mvsata.c
340
sc->sc_wdcdev.sc_atac.
atac_bustype_ata
= &mvsata_ata_bustype;
Completed in 21 milliseconds
Indexes created Wed Oct 22 00:09:40 GMT 2025