HomeSort by: relevance | last modified time | path
    Searched refs:ata_queue_get_active_xfer (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/ata/
ata_subr.c 131 ata_queue_get_active_xfer(struct ata_channel *chp) function in typeref:struct:ata_xfer *
atavar.h 575 ata_queue_get_active_xfer(struct ata_channel *);
  /src/sys/dev/ic/
wdc.c 900 xfer = ata_queue_get_active_xfer(chp);
1359 xfer = ata_queue_get_active_xfer(chp);
1882 struct ata_xfer *xfer = ata_queue_get_active_xfer(chp);
siisata.c 545 (xfer = ata_queue_get_active_xfer(chp)) != NULL) {
mvsata.c 455 xfer = ata_queue_get_active_xfer(chp);
2620 struct ata_xfer *xfer = ata_queue_get_active_xfer(chp);
  /src/sys/dev/scsipi/
atapi_wdc.c 1195 struct ata_xfer *xfer = ata_queue_get_active_xfer(chp);

Completed in 21 milliseconds