Home
last modified time | relevance | path

Searched refs:ieee80211_queue_work (Results 1 – 50 of 50) sorted by relevance

/linux-4.1.27/net/mac80211/
Docb.c88 ieee80211_queue_work(&local->hw, &sdata->work); in ieee80211_ocb_rx_no_sta()
163 ieee80211_queue_work(&local->hw, &sdata->work); in ieee80211_ocb_housekeeping_timer()
204 ieee80211_queue_work(&local->hw, &sdata->work); in ieee80211_ocb_join()
Dagg-rx.c129 ieee80211_queue_work(&sta->local->hw, &sta->ampdu_mlme.work); in ieee80211_stop_rx_ba_session()
170 ieee80211_queue_work(&sta->local->hw, &sta->ampdu_mlme.work); in sta_rx_agg_session_timer_expired()
403 ieee80211_queue_work(&local->hw, &sdata->work); in ieee80211_start_rx_ba_session_offl()
424 ieee80211_queue_work(&local->hw, &sdata->work); in ieee80211_stop_rx_ba_session_offl()
Doffchannel.c253 ieee80211_queue_work(hw, &local->hw_roc_start); in ieee80211_ready_on_channel()
455 ieee80211_queue_work(hw, &local->hw_roc_done); in ieee80211_remain_on_channel_expired()
Dagg-tx.c673 ieee80211_queue_work(&local->hw, &sta->ampdu_mlme.work); in ieee80211_start_tx_ba_session()
777 ieee80211_queue_work(&local->hw, &sdata->work); in ieee80211_start_tx_ba_cb_irqsafe()
829 ieee80211_queue_work(&local->hw, &sta->ampdu_mlme.work); in ieee80211_stop_tx_ba_session()
908 ieee80211_queue_work(&local->hw, &sdata->work); in ieee80211_stop_tx_ba_cb_irqsafe()
Dmlme.c1014 ieee80211_queue_work(&sdata->local->hw, in ieee80211_chswitch_work()
1026 ieee80211_queue_work(&sdata->local->hw, in ieee80211_chswitch_work()
1068 ieee80211_queue_work(&local->hw, in ieee80211_chswitch_post_beacon()
1085 ieee80211_queue_work(&sdata->local->hw, in ieee80211_chswitch_done()
1088 ieee80211_queue_work(&sdata->local->hw, &ifmgd->chswitch_work); in ieee80211_chswitch_done()
1098 ieee80211_queue_work(&sdata->local->hw, &sdata->u.mgd.chswitch_work); in ieee80211_chswitch_timer()
1135 ieee80211_queue_work(&local->hw, in ieee80211_sta_process_chanswitch()
1148 ieee80211_queue_work(&local->hw, in ieee80211_sta_process_chanswitch()
1226 ieee80211_queue_work(&local->hw, &ifmgd->chswitch_work); in ieee80211_sta_process_chanswitch()
1233 ieee80211_queue_work(&local->hw, &ifmgd->csa_connection_drop_work); in ieee80211_sta_process_chanswitch()
[all …]
Dmesh.c50 ieee80211_queue_work(&local->hw, &sdata->work); in ieee80211_mesh_housekeeping_timer()
479 ieee80211_queue_work(&sdata->local->hw, &sdata->work); in ieee80211_mesh_path_timer()
490 ieee80211_queue_work(&sdata->local->hw, &sdata->work); in ieee80211_mesh_path_root_timer()
774 ieee80211_queue_work(&sdata->local->hw, &sdata->work); in ieee80211_mbss_info_change_notify()
799 ieee80211_queue_work(&local->hw, &sdata->work); in ieee80211_start_mesh()
Dht.c508 ieee80211_queue_work(&sdata->local->hw, in ieee80211_request_smps()
517 ieee80211_queue_work(&sdata->local->hw, in ieee80211_request_smps()
Dibss.c756 ieee80211_queue_work(&sdata->local->hw, &sdata->work); in ieee80211_csa_connection_drop_work()
904 ieee80211_queue_work(&sdata->local->hw, in ieee80211_ibss_process_chanswitch()
1244 ieee80211_queue_work(&local->hw, &sdata->work); in ieee80211_ibss_rx_no_sta()
1703 ieee80211_queue_work(&sdata->local->hw, &sdata->work); in ieee80211_ibss_timer()
1833 ieee80211_queue_work(&local->hw, &sdata->work); in ieee80211_ibss_join()
Dmesh_pathtbl.c595 ieee80211_queue_work(&local->hw, &sdata->work); in mesh_path_add()
727 ieee80211_queue_work(&local->hw, &sdata->work); in mpp_path_add()
Dmesh_hwmp.c955 ieee80211_queue_work(&sdata->local->hw, &sdata->work); in mesh_queue_preq()
962 ieee80211_queue_work(&sdata->local->hw, &sdata->work); in mesh_queue_preq()
Dchan.c942 ieee80211_queue_work(&sdata->local->hw, in ieee80211_vif_chanctx_reservation_complete()
946 ieee80211_queue_work(&sdata->local->hw, in ieee80211_vif_chanctx_reservation_complete()
Drx.c1034 ieee80211_queue_work(&local->hw, &rx->sdata->work); in ieee80211_rx_reorder_ampdu()
2418 ieee80211_queue_work(&rx->local->hw, &sdata->work); in ieee80211_rx_h_data()
2887 ieee80211_queue_work(&local->hw, &sdata->work); in ieee80211_rx_h_action()
3033 ieee80211_queue_work(&rx->local->hw, &sdata->work); in ieee80211_rx_h_mgmt()
Dcfg.c2300 ieee80211_queue_work(&sdata->local->hw, &sdata->recalc_smps); in __ieee80211_request_smps_ap()
2347 ieee80211_queue_work(&sdata->local->hw, &sdata->recalc_smps); in __ieee80211_request_smps_ap()
2870 ieee80211_queue_work(&sdata->local->hw, in ieee80211_csa_finish()
3435 ieee80211_queue_work(&local->hw, &local->reconfig_filter); in ieee80211_mgmt_frame_register()
Dstatus.c223 ieee80211_queue_work(&local->hw, &sdata->recalc_smps); in ieee80211_frame_acked()
Dsta_info.c1630 ieee80211_queue_work(hw, &sta->drv_deliver_wk); in ieee80211_sta_block_awake()
1635 ieee80211_queue_work(hw, &sta->drv_deliver_wk); in ieee80211_sta_block_awake()
Dutil.c784 void ieee80211_queue_work(struct ieee80211_hw *hw, struct work_struct *work) in ieee80211_queue_work() function
793 EXPORT_SYMBOL(ieee80211_queue_work);
2741 ieee80211_queue_work(hw, &local->radar_detected_work); in ieee80211_radar_detected()
Dscan.c380 ieee80211_queue_work(&sdata->local->hw, &sdata->work); in __ieee80211_scan_completed()
Diface.c1083 ieee80211_queue_work(&local->hw, &local->reconfig_filter); in ieee80211_set_multicast_list()
Dtx.c256 ieee80211_queue_work(&local->hw, in ieee80211_tx_h_dynamic_ps()
/linux-4.1.27/drivers/net/wireless/ti/wl1251/
Dsdio.c61 ieee80211_queue_work(wl->hw, &wl->irq_work); in wl1251_sdio_interrupt()
160 ieee80211_queue_work(wl->hw, &wl->irq_work); in wl1251_line_irq()
Dspi.c47 ieee80211_queue_work(wl->hw, &wl->irq_work); in wl1251_irq()
Dtx.c498 ieee80211_queue_work(wl->hw, &wl->tx_work); in wl1251_tx_complete()
Dmain.c372 ieee80211_queue_work(wl->hw, &wl->tx_work); in wl1251_op_tx()
/linux-4.1.27/drivers/net/wireless/p54/
Dp54spi.c400 ieee80211_queue_work(priv->hw, &priv->work); in p54spi_interrupt()
488 ieee80211_queue_work(priv->hw, &priv->work); in p54spi_op_tx()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dchannel.c651 ieee80211_queue_work(sc->hw, &sc->chanctx_work); in ath_chanctx_event()
729 ieee80211_queue_work(sc->hw, &sc->chanctx_work); in ath_chanctx_event()
745 ieee80211_queue_work(sc->hw, &sc->chanctx_work); in ath_chanctx_event()
824 ieee80211_queue_work(sc->hw, &sc->chanctx_work); in ath_chanctx_switch()
Dwmi.c166 ieee80211_queue_work(wmi->drv_priv->hw, in ath9k_wmi_event_tasklet()
Dhtc_drv_gpio.c245 ieee80211_queue_work(priv->hw, &priv->led_work); in ath9k_led_brightness()
Dhtc_drv_beacon.c295 ieee80211_queue_work(priv->hw, in ath9k_htc_swba()
Dlink.c408 ieee80211_queue_work(sc->hw, &sc->paprd_work); in ath_ani_calibrate()
Dmci.c431 ieee80211_queue_work(sc->hw, &sc->mci_work); in ath_mci_msg()
Dhtc_drv_txrx.c1092 ieee80211_queue_work(priv->hw, &priv->ps_work); in ath9k_rx_tasklet()
Dmain.c631 ieee80211_queue_work(sc->hw, &sc->hw_reset_work); in ath9k_queue_reset()
/linux-4.1.27/drivers/net/wireless/b43/
Dleds.c117 ieee80211_queue_work(wl->hw, &wl->leds.work); in b43_led_brightness_set()
Dphy_common.c520 ieee80211_queue_work(dev->wl->hw, &dev->wl->txpower_adjust_work); in b43_phy_txpower_check()
Ddma.c1639 ieee80211_queue_work(dev->wl->hw, &dev->wl->tx_work); in b43_dma_handle_txstatus()
Dmain.c1853 ieee80211_queue_work(wl->hw, &wl->beacon_update_trigger); in b43_update_templates()
3658 ieee80211_queue_work(wl->hw, &wl->tx_work); in b43_op_tx()
5822 ieee80211_queue_work(dev->wl->hw, &dev->restart_work); in b43_controller_restart()
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
Dbase.c1956 ieee80211_queue_work(ah->hw, &ah->reset_work); in ath5k_beacon_send()
2241 ieee80211_queue_work(ah->hw, &ah->calib_work); in ath5k_intr_calibration_poll()
2303 ieee80211_queue_work(ah->hw, &ah->reset_work); in ath5k_intr()
2325 ieee80211_queue_work(ah->hw, &ah->reset_work); in ath5k_intr()
2428 ieee80211_queue_work(ah->hw, &ah->reset_work); in ath5k_calibrate_work()
Ddebug.c282 ieee80211_queue_work(ah->hw, &ah->reset_work); in write_file_reset()
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
Dmain.c535 ieee80211_queue_work(ar->hw, &ar->restart_work); in carl9170_restart()
828 ieee80211_queue_work(ar->hw, &ar->ps_work); in carl9170_ps_check()
1475 ieee80211_queue_work(ar->hw, &ar->ampdu_work); in carl9170_op_ampdu_action()
Dusb.c446 ieee80211_queue_work(ar->hw, &ar->ping_work); in carl9170_usb_rx_complete()
/linux-4.1.27/drivers/net/wireless/rt2x00/
Drt2x00mac.c430 ieee80211_queue_work(rt2x00dev->hw, &rt2x00dev->intf_work); in rt2x00mac_set_tim()
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dmain.c204 ieee80211_queue_work(wl->hw, &wlvif->rx_streaming_disable_work); in wl1271_rx_streaming_timer()
697 ieee80211_queue_work(wl->hw, &wl->tx_work); in wlcore_irq()
808 ieee80211_queue_work(wl->hw, &wl->recovery_work); in wl12xx_queue_recovery_work()
1319 ieee80211_queue_work(wl->hw, &wl->tx_work); in wl1271_op_tx()
1895 ieee80211_queue_work(wl->hw, &wl->recovery_work); in wl1271_op_resume()
5664 ieee80211_queue_work(hw, &wlvif->rc_update_work); in wlcore_op_sta_rc_update()
Dtx.c746 ieee80211_queue_work(wl->hw, in wl12xx_rearm_rx_streaming()
/linux-4.1.27/drivers/net/wireless/ath/ar5523/
Dar5523.c786 ieee80211_queue_work(ar->hw, &ar->tx_work); in ar5523_tx()
900 ieee80211_queue_work(ar->hw, &ar->tx_wd_work); in ar5523_tx_wd_timer()
/linux-4.1.27/drivers/net/wireless/b43legacy/
Dmain.c1282 ieee80211_queue_work(wl->hw, &wl->beacon_update_trigger); in b43legacy_update_templates()
2534 ieee80211_queue_work(wl->hw, &wl->tx_work); in b43legacy_op_tx()
3947 ieee80211_queue_work(dev->wl->hw, &dev->restart_work); in b43legacy_controller_restart()
Ddma.c1302 ieee80211_queue_work(dev->wl->hw, &dev->wl->tx_work); in b43legacy_dma_handle_txstatus()
/linux-4.1.27/drivers/net/wireless/
Dat76c50x-usb.c1795 ieee80211_queue_work(hw, &priv->work_join_bssid); in at76_mac80211_tx()
2093 ieee80211_queue_work(hw, &priv->work_set_promisc); in at76_configure_filter()
Dmwl8k.c1289 ieee80211_queue_work(hw, &priv->finalize_join_worker); in mwl8k_save_beacon()
1611 ieee80211_queue_work(hw, &priv->fw_reload); in mwl8k_tx_wait_empty()
4600 ieee80211_queue_work(hw, &priv->watchdog_ba_handle); in mwl8k_interrupt()
/linux-4.1.27/include/net/
Dmac80211.h4627 void ieee80211_queue_work(struct ieee80211_hw *hw, struct work_struct *work);
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dmac.c2390 ieee80211_queue_work(ar->hw, &ar->wmi_mgmt_tx_work); in ath10k_tx_htt()
2734 ieee80211_queue_work(hw, &ar->offchan_tx_work); in ath10k_tx()
5065 ieee80211_queue_work(hw, &arsta->update_wk); in ath10k_sta_rc_update()