Lines Matching defs:hw

335 	struct ieee80211_hw *hw = bcma_get_drvdata(pdev);  in brcms_remove()  local
404 static void brcms_ops_tx(struct ieee80211_hw *hw, in brcms_ops_tx()
423 static int brcms_ops_start(struct ieee80211_hw *hw) in brcms_ops_start()
463 static void brcms_ops_stop(struct ieee80211_hw *hw) in brcms_ops_stop()
491 brcms_ops_add_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif) in brcms_ops_add_interface()
521 brcms_ops_remove_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif) in brcms_ops_remove_interface()
525 static int brcms_ops_config(struct ieee80211_hw *hw, u32 changed) in brcms_ops_config()
580 brcms_ops_bss_info_changed(struct ieee80211_hw *hw, in brcms_ops_bss_info_changed()
736 brcms_ops_configure_filter(struct ieee80211_hw *hw, in brcms_ops_configure_filter()
767 static void brcms_ops_sw_scan_start(struct ieee80211_hw *hw, in brcms_ops_sw_scan_start()
778 static void brcms_ops_sw_scan_complete(struct ieee80211_hw *hw, in brcms_ops_sw_scan_complete()
789 brcms_ops_conf_tx(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u16 queue, in brcms_ops_conf_tx()
802 brcms_ops_sta_add(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in brcms_ops_sta_add()
822 brcms_ops_ampdu_action(struct ieee80211_hw *hw, in brcms_ops_ampdu_action()
881 static void brcms_ops_rfkill_poll(struct ieee80211_hw *hw) in brcms_ops_rfkill_poll()
903 static void brcms_ops_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in brcms_ops_flush()
919 static u64 brcms_ops_get_tsf(struct ieee80211_hw *hw, struct ieee80211_vif *vif) in brcms_ops_get_tsf()
931 static void brcms_ops_set_tsf(struct ieee80211_hw *hw, in brcms_ops_set_tsf()
1022 static int ieee_hw_rate_init(struct ieee80211_hw *hw) in ieee_hw_rate_init()
1064 static int ieee_hw_init(struct ieee80211_hw *hw) in ieee_hw_init()
1105 struct ieee80211_hw *hw; in brcms_attach() local
1199 struct ieee80211_hw *hw; in brcms_bcma_probe() local
1234 struct ieee80211_hw *hw; in brcms_suspend() local
1495 struct ieee80211_hw *hw = t->wl->pub->ieee_hw; in brcms_add_timer() local