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

  /src/sys/dev/ic/
ahcisata_core.c 100 static int ahci_atapi_complete(struct ata_channel *, struct ata_xfer *, int);
1858 .c_intr = ahci_atapi_complete,
2011 ahci_atapi_complete(chp, xfer, 0);
2015 ahci_atapi_complete(struct ata_channel *chp, struct ata_xfer *xfer, int tfd) function in typeref:typename:int
2021 AHCIDEBUG_PRINT(("ahci_atapi_complete port %d\n", chp->ch_channel),
2043 AHCIDEBUG_PRINT(("ahci_atapi_complete datalen %d resid %d\n",

Completed in 71 milliseconds