Home
last modified time | relevance | path

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

/freebsd/sys/dev/ral/
H A Dif_ral_pci.c146 const struct ral_opns *sc_opns; member
207 psc->sc_opns = &ral_rt2560_opns; in ral_pci_attach()
212 psc->sc_opns = &ral_rt2661_opns; in ral_pci_attach()
215 psc->sc_opns = &ral_rt2860_opns; in ral_pci_attach()
247 error = (*psc->sc_opns->attach)(dev, pci_get_device(dev)); in ral_pci_attach()
257 NULL, psc->sc_opns->intr, psc, &psc->sc_ih); in ral_pci_attach()
279 (*psc->sc_opns->detach)(psc); in ral_pci_detach()
297 (*psc->sc_opns->shutdown)(psc); in ral_pci_shutdown()
307 (*psc->sc_opns->suspend)(psc); in ral_pci_suspend()
317 (*psc->sc_opns->resume)(psc); in ral_pci_resume()