Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_fpa.c144 pdq_pci_ifintr( in pdq_pci_ifintr() function
151 pdq_pci_ifintr( in pdq_pci_ifintr() function
226 pci_map_int(config_id, pdq_pci_ifintr, (void*) sc, &net_imask); in pdq_pci_attach()
366 sc->sc_ih.ih_fun = pdq_pci_ifintr; in pdq_pci_attach()
477 sc->sc_ih = pci_intr_establish(pa->pa_pc, intrhandle, IPL_NET, pdq_pci_ifintr, sc); in pdq_pci_attach()