Searched refs:local_to_hw (Results 1 – 15 of 15) sorted by relevance
/net/mac80211/ |
D | main.c | 83 local->ops->configure_filter(local_to_hw(local), in ieee80211_configure_filter() 189 return local->ops->config_interface(local_to_hw(local), in ieee80211_if_config() 237 ret = local->ops->config(local_to_hw(local), changed); in ieee80211_hw_config() 270 local->ops->bss_info_changed(local_to_hw(local), in ieee80211_bss_info_change_notify() 325 __ieee80211_rx(local_to_hw(local), skb, &rx_status); in ieee80211_tasklet_handler() 329 ieee80211_tx_status(local_to_hw(local), skb); in ieee80211_tasklet_handler() 333 ieee80211_stop_tx_ba_cb(local_to_hw(local), in ieee80211_tasklet_handler() 339 ieee80211_start_tx_ba_cb(local_to_hw(local), in ieee80211_tasklet_handler() 753 return local_to_hw(local); in ieee80211_alloc_hw()
|
D | iface.c | 152 res = local->ops->start(local_to_hw(local)); in ieee80211_open() 186 local->ops->stop(local_to_hw(local)); in ieee80211_open() 228 res = local->ops->add_interface(local_to_hw(local), &conf); in ieee80211_open() 317 local->ops->remove_interface(local_to_hw(local), &conf); in ieee80211_open() 320 local->ops->stop(local_to_hw(local)); in ieee80211_open() 512 local->ops->remove_interface(local_to_hw(local), &conf); in ieee80211_stop() 522 local->ops->stop(local_to_hw(local)); in ieee80211_stop()
|
D | sta_info.c | 316 local->ops->sta_notify(local_to_hw(local), &sdata->vif, in sta_info_insert() 375 sta->local->ops->set_tim(local_to_hw(sta->local), in __sta_info_set_tim_bit() 401 sta->local->ops->set_tim(local_to_hw(sta->local), in __sta_info_clear_tim_bit() 452 local->ops->sta_notify(local_to_hw(local), &sdata->vif, in __sta_info_unlink()
|
D | key.c | 144 ret = key->local->ops->set_key(local_to_hw(key->local), SET_KEY, in ieee80211_key_enable_hw_accel() 181 ret = key->local->ops->set_key(local_to_hw(key->local), DISABLE_KEY, in ieee80211_key_disable_hw_accel()
|
D | scan.c | 466 local->ops->configure_filter(local_to_hw(local), in ieee80211_scan_completed() 535 ieee80211_scan_completed(local_to_hw(local)); in ieee80211_scan_work() 625 rc = local->ops->hw_scan(local_to_hw(local), ssid, ssid_len); in ieee80211_start_scan() 660 local->ops->configure_filter(local_to_hw(local), in ieee80211_start_scan()
|
D | wme.c | 197 ieee80211_stop_queue(local_to_hw(local), i); in ieee80211_ht_agg_queue_add()
|
D | util.c | 687 for (i = 0; i < local_to_hw(local)->queues; i++) in ieee80211_set_wmm_default() 688 local->ops->conf_tx(local_to_hw(local), i, &qparam); in ieee80211_set_wmm_default()
|
D | debugfs.c | 84 res = local->ops->get_stats(local_to_hw(local), &stats); in format_devstat_counter()
|
D | mlme.c | 564 if (local->ops->conf_tx(local_to_hw(local), queue, ¶ms)) { in ieee80211_sta_wmm_params() 706 struct ieee80211_conf *conf = &local_to_hw(local)->conf; in ieee80211_set_associated() 1438 local->ops->reset_tsf(local_to_hw(local)); in ieee80211_sta_join_ibss() 1646 rx_timestamp = local->ops->get_tsf(local_to_hw(local)); in ieee80211_rx_bss_info() 1805 tx_last_beacon = local->ops->tx_last_beacon(local_to_hw(local)); in ieee80211_rx_mgmt_probe_req() 1992 local->ops->reset_tsf(local_to_hw(local)); in ieee80211_sta_reset_auth()
|
D | tkip.c | 311 local_to_hw(key->local), &key->conf, in ieee80211_tkip_decrypt_data()
|
D | cfg.c | 248 local_to_hw(sdata->local), in ieee80211_get_key() 1122 if (local->ops->conf_tx(local_to_hw(local), params->queue, &p)) { in ieee80211_set_txq_params()
|
D | tx.c | 463 txrc.hw = local_to_hw(tx->local); in ieee80211_tx_h_rate_ctrl() 1060 ret = local->ops->tx(local_to_hw(local), skb); in __ieee80211_tx() 1077 ret = local->ops->tx(local_to_hw(local), in __ieee80211_tx()
|
D | ieee80211_i.h | 843 static inline struct ieee80211_hw *local_to_hw( in local_to_hw() function
|
D | rx.c | 673 local->ops->sta_notify(local_to_hw(local), &sdata->vif, in ap_sta_ps_start() 692 local->ops->sta_notify(local_to_hw(local), &sdata->vif, in ap_sta_ps_end()
|
D | wext.c | 603 local->ops->set_rts_threshold(local_to_hw(local), in ieee80211_ioctl_siwrts()
|