Home
last modified time | relevance | path

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

/freebsd/sys/dev/rtwn/rtl8192c/pci/
H A Dr92ce_rx.c60 struct rtwn_softc *sc = &pc->pc_sc; in r92ce_get_intr_status()
114 struct rtwn_softc *sc = &pc->pc_sc; in r92ce_enable_intr()
H A Dr92ce_attach.c148 struct rtwn_softc *sc = &pc->pc_sc; in r92ce_attach()
/freebsd/sys/dev/rtwn/rtl8188e/pci/
H A Dr88ee_rx.c56 struct rtwn_softc *sc = &pc->pc_sc; in r88ee_get_intr_status()
121 struct rtwn_softc *sc = &pc->pc_sc; in r88ee_enable_intr()
H A Dr88ee_attach.c120 struct rtwn_softc *sc = &pc->pc_sc; in r88ee_attach()
/freebsd/sys/dev/rtwn/pci/
H A Drtwn_pci_rx.c85 struct rtwn_softc *sc = &pc->pc_sc; in rtwn_pci_rx_frame()
216 struct rtwn_softc *sc = &pc->pc_sc; in rtwn_pci_tx_report()
242 rtwn_handle_c2h_report(&pc->pc_sc, pc->pc_rx_buf, len); in rtwn_pci_c2h_report()
H A Drtwn_pci_attach.c602 struct rtwn_softc *sc = &pc->pc_sc; in rtwn_pci_attach()
707 struct rtwn_softc *sc = &pc->pc_sc; in rtwn_pci_detach()
741 ieee80211_stop_all(&pc->pc_sc.sc_ic); in rtwn_pci_shutdown()
750 rtwn_suspend(&pc->pc_sc); in rtwn_pci_suspend()
760 rtwn_resume(&pc->pc_sc); in rtwn_pci_resume()
H A Drtwn_pci_var.h104 struct rtwn_softc pc_sc; /* must be the first */ member