Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ahci/
HDahci.c62 static void ahci_ch_intr(void *arg);
828 ctlr->direct ? ahci_ch_intr_direct : ahci_ch_intr, in ahci_ch_attach()
1263 ahci_ch_intr(void *arg) in ahci_ch_intr() function