HomeSort by: relevance | last modified time | path
    Searched defs:ata_free_xfer (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ata/
ata.c 912 ata_free_xfer(chp, xfer);
950 ata_free_xfer(chp, xfer);
1054 ata_free_xfer(chp, xfer);
1302 * ata_deactivate_xfer() must be always called prior to ata_free_xfer()
1305 ata_free_xfer(struct ata_channel *chp, struct ata_xfer *xfer) function in typeref:typename:void
1416 /* Handle race vs. ata_free_xfer() */
1425 ata_free_xfer(chp, xfer);
ata.c 912 ata_free_xfer(chp, xfer);
950 ata_free_xfer(chp, xfer);
1054 ata_free_xfer(chp, xfer);
1302 * ata_deactivate_xfer() must be always called prior to ata_free_xfer()
1305 ata_free_xfer(struct ata_channel *chp, struct ata_xfer *xfer) function in typeref:typename:void
1416 /* Handle race vs. ata_free_xfer() */
1425 ata_free_xfer(chp, xfer);

Completed in 217 milliseconds