Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dahcisata_core.c67 static void ahci_exec_command(struct ata_drive_datas *, struct ata_xfer *);
134 .ata_exec_command = ahci_exec_command,
1148 ahci_exec_command(struct ata_drive_datas *drvp, struct ata_xfer *xfer) in ahci_exec_command() function