Searched refs:offchan (Results 1 – 8 of 8) sorted by relevance
71 skb_queue_head_init(&wvif->tx_queue[i].offchan); in wfx_tx_queues_init()80 skb_queue_empty_lockless(&queue->offchan); in wfx_tx_queue_empty()111 __wfx_tx_queue_drop(wvif, &queue->offchan, dropped); in wfx_tx_queue_drop()121 skb_queue_tail(&queue->offchan, skb); in wfx_tx_queues_put()256 skb = skb_dequeue(&queues[i]->offchan); in wfx_tx_queues_get_skb()
20 struct sk_buff_head offchan; member
31 if (rtwvif->offchan && !(flags & IEEE80211_TX_CTL_TX_OFFCHAN) && sta) { in rtw89_ops_tx()207 rtwvif->offchan = false; in rtw89_ops_add_interface()1227 if (rtwdev->scanning || rtwvif->offchan) in rtw89_ops_hw_scan()
3292 if (rtwvif->offchan) { in rtw89_core_txq_schedule()3506 tmp_vif->offchan = true; in rtw89_roc_start()3562 tmp_vif->offchan = false; in rtw89_roc_end()3687 if (rtwvif->offchan) in rtw89_enter_lps_track()
6038 bool offchan; member
5108 if (!rtwdev->scanning && !rtwvif->offchan && in rtw89_mac_bcn_fltr_rpt()
459 if (params->offchan) in qtnf_mgmt_tx()
1445 params->offchan, in wil_cfg80211_mgmt_tx()1472 if (params->offchan == 0) { in wil_cfg80211_mgmt_tx()
Completed in 91 milliseconds