Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dahcisata_core.c83 static void ahci_bio_kill_xfer(struct ata_channel *, struct ata_xfer *, int) ;
1400 .c_kill_xfer = ahci_bio_kill_xfer,
1517 ahci_bio_kill_xfer(struct ata_channel *chp, struct ata_xfer *xfer, int reason) in ahci_bio_kill_xfer() function