Lines Matching defs:sc

61 #define DEVNAME(sc)	((sc)->sc_dev.dv_xname)  argument
184 bwfm_attach(struct bwfm_softc *sc) in bwfm_attach()
235 struct bwfm_softc *sc = (struct bwfm_softc *)self; in bwfm_attachhook() local
246 bwfm_preinit(struct bwfm_softc *sc) in bwfm_preinit()
347 bwfm_cleanup(struct bwfm_softc *sc) in bwfm_cleanup()
354 bwfm_detach(struct bwfm_softc *sc, int flags) in bwfm_detach()
370 bwfm_activate(struct bwfm_softc *sc, int act) in bwfm_activate()
394 struct bwfm_softc *sc = ifp->if_softc; in bwfm_start() local
437 struct bwfm_softc *sc = ifp->if_softc; in bwfm_init() local
580 struct bwfm_softc *sc = ifp->if_softc; in bwfm_stop() local
605 bwfm_iff(struct bwfm_softc *sc) in bwfm_iff()
644 struct bwfm_softc *sc = ifp->if_softc; in bwfm_watchdog() local
706 struct bwfm_softc *sc = arg; in bwfm_update_node() local
783 bwfm_update_nodes(struct bwfm_softc *sc) in bwfm_update_nodes()
810 struct bwfm_softc *sc = ifp->if_softc; in bwfm_ioctl() local
880 bwfm_chip_attach(struct bwfm_softc *sc) in bwfm_chip_attach()
995 bwfm_chip_detach(struct bwfm_softc *sc) in bwfm_chip_detach()
1006 bwfm_chip_get_core_idx(struct bwfm_softc *sc, int id, int idx) in bwfm_chip_get_core_idx()
1019 bwfm_chip_get_core(struct bwfm_softc *sc, int id) in bwfm_chip_get_core()
1025 bwfm_chip_get_pmu(struct bwfm_softc *sc) in bwfm_chip_get_pmu()
1042 bwfm_chip_ai_isup(struct bwfm_softc *sc, struct bwfm_core *core) in bwfm_chip_ai_isup()
1060 bwfm_chip_ai_disable(struct bwfm_softc *sc, struct bwfm_core *core, in bwfm_chip_ai_disable()
1099 bwfm_chip_ai_reset(struct bwfm_softc *sc, struct bwfm_core *core, in bwfm_chip_ai_reset()
1126 bwfm_chip_dmp_erom_scan(struct bwfm_softc *sc) in bwfm_chip_dmp_erom_scan()
1180 bwfm_chip_dmp_get_regaddr(struct bwfm_softc *sc, uint32_t *erom, in bwfm_chip_dmp_get_regaddr()
1244 bwfm_chip_set_active(struct bwfm_softc *sc, uint32_t rstvec) in bwfm_chip_set_active()
1256 bwfm_chip_set_passive(struct bwfm_softc *sc) in bwfm_chip_set_passive()
1273 bwfm_chip_cr4_set_active(struct bwfm_softc *sc, uint32_t rstvec) in bwfm_chip_cr4_set_active()
1286 bwfm_chip_cr4_set_passive(struct bwfm_softc *sc) in bwfm_chip_cr4_set_passive()
1308 bwfm_chip_ca7_set_active(struct bwfm_softc *sc, uint32_t rstvec) in bwfm_chip_ca7_set_active()
1321 bwfm_chip_ca7_set_passive(struct bwfm_softc *sc) in bwfm_chip_ca7_set_passive()
1343 bwfm_chip_cm3_set_active(struct bwfm_softc *sc) in bwfm_chip_cm3_set_active()
1360 bwfm_chip_cm3_set_passive(struct bwfm_softc *sc) in bwfm_chip_cm3_set_passive()
1382 bwfm_chip_sr_capable(struct bwfm_softc *sc) in bwfm_chip_sr_capable()
1445 bwfm_chip_socram_ramsize(struct bwfm_softc *sc, struct bwfm_core *core) in bwfm_chip_socram_ramsize()
1501 bwfm_chip_sysmem_ramsize(struct bwfm_softc *sc, struct bwfm_core *core) in bwfm_chip_sysmem_ramsize()
1531 bwfm_chip_tcm_ramsize(struct bwfm_softc *sc, struct bwfm_core *core) in bwfm_chip_tcm_ramsize()
1558 bwfm_chip_tcm_rambase(struct bwfm_softc *sc) in bwfm_chip_tcm_rambase()
1615 bwfm_proto_bcdc_query_dcmd(struct bwfm_softc *sc, int ifidx, in bwfm_proto_bcdc_query_dcmd()
1655 bwfm_proto_bcdc_set_dcmd(struct bwfm_softc *sc, int ifidx, in bwfm_proto_bcdc_set_dcmd()
1690 bwfm_proto_bcdc_txctl(struct bwfm_softc *sc, int reqid, char *buf, size_t *len) in bwfm_proto_bcdc_txctl()
1734 bwfm_proto_bcdc_rxctl(struct bwfm_softc *sc, char *buf, size_t len) in bwfm_proto_bcdc_rxctl()
1764 bwfm_proto_bcdc_rx(struct bwfm_softc *sc, struct mbuf *m, struct mbuf_list *ml) in bwfm_proto_bcdc_rx()
1784 bwfm_fwvar_cmd_get_data(struct bwfm_softc *sc, int cmd, void *data, size_t len) in bwfm_fwvar_cmd_get_data()
1790 bwfm_fwvar_cmd_set_data(struct bwfm_softc *sc, int cmd, void *data, size_t len) in bwfm_fwvar_cmd_set_data()
1796 bwfm_fwvar_cmd_get_int(struct bwfm_softc *sc, int cmd, uint32_t *data) in bwfm_fwvar_cmd_get_int()
1805 bwfm_fwvar_cmd_set_int(struct bwfm_softc *sc, int cmd, uint32_t data) in bwfm_fwvar_cmd_set_int()
1812 bwfm_fwvar_var_get_data(struct bwfm_softc *sc, char *name, void *data, size_t len) in bwfm_fwvar_var_get_data()
1828 bwfm_fwvar_var_set_data(struct bwfm_softc *sc, char *name, void *data, size_t len) in bwfm_fwvar_var_set_data()
1843 bwfm_fwvar_var_get_int(struct bwfm_softc *sc, char *name, uint32_t *data) in bwfm_fwvar_var_get_int()
1852 bwfm_fwvar_var_set_int(struct bwfm_softc *sc, char *name, uint32_t data) in bwfm_fwvar_var_set_int()
1860 bwfm_chan2spec(struct bwfm_softc *sc, struct ieee80211_channel *c) in bwfm_chan2spec()
1869 bwfm_chan2spec_d11n(struct bwfm_softc *sc, struct ieee80211_channel *c) in bwfm_chan2spec_d11n()
1885 bwfm_chan2spec_d11ac(struct bwfm_softc *sc, struct ieee80211_channel *c) in bwfm_chan2spec_d11ac()
1901 bwfm_spec2chan(struct bwfm_softc *sc, uint32_t chanspec) in bwfm_spec2chan()
1910 bwfm_spec2chan_d11n(struct bwfm_softc *sc, uint32_t chanspec) in bwfm_spec2chan_d11n()
1937 bwfm_spec2chan_d11ac(struct bwfm_softc *sc, uint32_t chanspec) in bwfm_spec2chan_d11ac()
1983 bwfm_connect(struct bwfm_softc *sc) in bwfm_connect()
2068 bwfm_hostap(struct bwfm_softc *sc) in bwfm_hostap()
2136 bwfm_scan_v0(struct bwfm_softc *sc) in bwfm_scan_v0()
2194 bwfm_scan_v2(struct bwfm_softc *sc) in bwfm_scan_v2()
2254 bwfm_scan(struct bwfm_softc *sc) in bwfm_scan()
2263 bwfm_scan_abort_v0(struct bwfm_softc *sc) in bwfm_scan_abort_v0()
2288 bwfm_scan_abort_v2(struct bwfm_softc *sc) in bwfm_scan_abort_v2()
2315 bwfm_scan_abort(struct bwfm_softc *sc) in bwfm_scan_abort()
2344 bwfm_rx(struct bwfm_softc *sc, struct mbuf *m, struct mbuf_list *ml) in bwfm_rx()
2406 bwfm_rx_auth_ind(struct bwfm_softc *sc, struct bwfm_event *e, size_t len) in bwfm_rx_auth_ind()
2443 bwfm_rx_assoc_ind(struct bwfm_softc *sc, struct bwfm_event *e, size_t len, in bwfm_rx_assoc_ind()
2497 bwfm_rx_deauth_ind(struct bwfm_softc *sc, struct bwfm_event *e, size_t len) in bwfm_rx_deauth_ind()
2503 bwfm_rx_disassoc_ind(struct bwfm_softc *sc, struct bwfm_event *e, size_t len) in bwfm_rx_disassoc_ind()
2509 bwfm_rx_leave_ind(struct bwfm_softc *sc, struct bwfm_event *e, size_t len, in bwfm_rx_leave_ind()
2551 bwfm_rx_event(struct bwfm_softc *sc, struct mbuf *m) in bwfm_rx_event()
2563 bwfm_rx_event_cb(struct bwfm_softc *sc, struct mbuf *m) in bwfm_rx_event_cb()
2689 bwfm_scan_node(struct bwfm_softc *sc, struct bwfm_bss_info *bss, size_t len) in bwfm_scan_node()
2744 struct bwfm_softc *sc = arg; in bwfm_task() local
2771 bwfm_do_async(struct bwfm_softc *sc, in bwfm_do_async()
2799 struct bwfm_softc *sc = ic->ic_softc; in bwfm_send_mgmt() local
2809 struct bwfm_softc *sc = ic->ic_softc; in bwfm_set_key() local
2820 bwfm_set_key_cb(struct bwfm_softc *sc, void *arg) in bwfm_set_key_cb()
2891 struct bwfm_softc *sc = ic->ic_softc; in bwfm_delete_key() local
2900 bwfm_delete_key_cb(struct bwfm_softc *sc, void *arg) in bwfm_delete_key_cb()
2915 struct bwfm_softc *sc = ic->ic_softc; in bwfm_newstate() local
3062 bwfm_process_blob(struct bwfm_softc *sc, char *var, u_char **blob, in bwfm_process_blob()
3107 bwfm_init_board_type(struct bwfm_softc *sc) in bwfm_init_board_type()
3125 bwfm_loadfirmware(struct bwfm_softc *sc, const char *chip, const char *bus, in bwfm_loadfirmware()