Home
last modified time | relevance | path

Searched refs:ata_queue_get_active_xfer (Results 1 – 6 of 6) sorted by relevance

/netbsd/sys/dev/ata/
H A Data_subr.c131 ata_queue_get_active_xfer(struct ata_channel *chp) in ata_queue_get_active_xfer() function
H A Datavar.h575 ata_queue_get_active_xfer(struct ata_channel *);
/netbsd/sys/dev/ic/
H A Dwdc.c900 xfer = ata_queue_get_active_xfer(chp); in wdcintr()
1359 xfer = ata_queue_get_active_xfer(chp); in wdctimeout()
1882 struct ata_xfer *xfer = ata_queue_get_active_xfer(chp); in __wdcerror()
H A Dmvsata.c455 xfer = ata_queue_get_active_xfer(chp); in mvsata_nondma_handle()
2620 struct ata_xfer *xfer = ata_queue_get_active_xfer(chp); in mvsata_atapi_polldsc()
H A Dsiisata.c545 (xfer = ata_queue_get_active_xfer(chp)) != NULL) { in siisata_intr_port()
/netbsd/sys/dev/scsipi/
H A Datapi_wdc.c1195 struct ata_xfer *xfer = ata_queue_get_active_xfer(chp); in wdc_atapi_polldsc()