Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Drfkill.c25 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_rfkill_poll()
H A Dmain.c940 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_update_tkip_key()
3630 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_tx()
3792 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_conf_tx()
3827 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_get_stats()
3838 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_get_tsf()
3858 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_set_tsf()
3980 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_config()
4105 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_bss_info_changed()
4163 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_set_key()
4288 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_configure_filter()
[all …]
H A Db43.h977 static inline struct b43_wl *hw_to_b43_wl(struct ieee80211_hw *hw) in hw_to_b43_wl() function