Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ral/
H A Dif_ral_pci.c150 const struct ral_opns *sc_opns; member
228 psc->sc_opns = &ral_rt2560_opns; in ral_pci_attach()
233 psc->sc_opns = &ral_rt2661_opns; in ral_pci_attach()
236 psc->sc_opns = &ral_rt2860_opns; in ral_pci_attach()
274 error = (*psc->sc_opns->attach)(dev, pci_get_device(dev)); in ral_pci_attach()
285 psc->sc_opns->intr, psc, &psc->sc_ih, &wlan_global_serializer); in ral_pci_attach()
288 NULL, psc->sc_opns->intr, psc, &psc->sc_ih); in ral_pci_attach()
311 (*psc->sc_opns->detach)(psc); in ral_pci_detach()
334 (*psc->sc_opns->shutdown)(psc); in ral_pci_shutdown()
344 (*psc->sc_opns->suspend)(psc); in ral_pci_suspend()
[all …]