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

  /src/sys/dev/ic/
ahcisata_core.c 73 static int ahci_cmd_complete(struct ata_channel *, struct ata_xfer *, int);
1143 .c_intr = ahci_cmd_complete,
1271 ahci_cmd_complete(chp, xfer, 0);
1308 ahci_cmd_complete(struct ata_channel *chp, struct ata_xfer *xfer, int tfd) function in typeref:typename:int
1314 AHCIDEBUG_PRINT(("ahci_cmd_complete port %d CMD 0x%x CI 0x%x\n",
ahcisata_core.c 73 static int ahci_cmd_complete(struct ata_channel *, struct ata_xfer *, int);
1143 .c_intr = ahci_cmd_complete,
1271 ahci_cmd_complete(chp, xfer, 0);
1308 ahci_cmd_complete(struct ata_channel *chp, struct ata_xfer *xfer, int tfd) function in typeref:typename:int
1314 AHCIDEBUG_PRINT(("ahci_cmd_complete port %d CMD 0x%x CI 0x%x\n",

Completed in 24 milliseconds