Home
last modified time | relevance | path

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

/linux/net/mac802154/
H A Dutil.c28 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_wake_queue()
54 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_stop_queue()
114 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_xmit_complete()
152 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_xmit_error()
H A Dmain.c173 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_free_hw()
197 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_register_hw()
275 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_unregister_hw()
H A Drx.c442 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_rx_irqsafe()
/linux/net/mac80211/
H A Dled.c216 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_get_radio_led_name()
224 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_get_assoc_led_name()
232 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_get_tx_led_name()
240 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_get_rx_led_name()
294 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_create_tpt_led_trigger()
H A Dutil.c205 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_rts_duration()
248 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_ctstoself_duration()
306 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_handle_wake_tx_queue()
438 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_wake_queue()
484 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_wake_queue_by_reason()
504 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_stop_queue()
524 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_stop_queue_by_reason()
600 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_stop_queues_by_reason()
622 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_queue_stopped()
642 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_wake_queues_by_reason()
[all …]
H A Dstatus.c25 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_tx_status_irqsafe()
963 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_tx_status()
1121 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_tx_status_skb()
1142 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_tx_status_ext()
1267 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_tx_rate_update()
1291 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_free_txskb()
H A Dpm.c23 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_suspend()
H A Dscan.c426 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_scan_completed()
519 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_scan_completed()
1401 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_sched_scan_results()
1436 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_sched_scan_stopped()
H A Dtx.c3809 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_tx_dequeue()
4048 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_next_txq()
4112 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_schedule_txq()
4150 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_txq_airtime_check()
4201 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_txq_may_transmit()
4253 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_txq_schedule_start()
5218 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_beacon_get_finish()
5304 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_beacon_get_ap()
5409 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_beacon_get()
5612 !hw_to_local(hw)->monitors) in ieee80211_beacon_get_tim()
[all …]
H A Doffchannel.c280 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_ready_on_channel()
513 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_remain_on_channel_expired()
H A Dieee80211_i.h1812 static inline struct ieee80211_local *hw_to_local( in hw_to_local() function
2292 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_resume()
2299 return ieee80211_reconfig(hw_to_local(hw)); in __ieee80211_resume()
H A Drate.c991 drv_sta_rate_tbl_update(hw_to_local(hw), sta->sdata, pubsta); in rate_control_set_rates()
H A Drx.c5116 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_rx_handle_8023()
5204 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_rx_handle_packet()
5363 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_rx_list()
5525 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_rx_irqsafe()
H A Dsta_info.c288 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_find_sta_by_link_addrs()
1682 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_find_sta_by_ifaddr()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drxon.c56 if (!hw_to_local(priv->hw)->short_preamble) in iwl_connection_init_rx_config()