Home
last modified time | relevance | path

Searched refs:drv_deliver_wk (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/mac80211/
H A Dsta_info.c163 cancel_work_sync(&sta->drv_deliver_wk); in __cleanup_single_sta()
455 sta = container_of(wk, struct sta_info, drv_deliver_wk); in sta_deliver_ps_frames()
561 INIT_WORK(&sta->drv_deliver_wk, sta_deliver_ps_frames); in __sta_info_alloc()
2224 ieee80211_queue_work(hw, &sta->drv_deliver_wk); in ieee80211_sta_block_awake()
2229 ieee80211_queue_work(hw, &sta->drv_deliver_wk); in ieee80211_sta_block_awake()
H A Dsta_info.h677 struct work_struct drv_deliver_wk; member