Searched refs:offchan (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/wireless/silabs/wfx/ |
| H A D | queue.c | 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()
|
| H A D | queue.h | 20 struct sk_buff_head offchan; member
|
| /linux/net/wireless/ |
| H A D | trace.h | 2201 __field(bool, offchan) 2210 __entry->offchan = params->offchan; 2218 BOOL_TO_STR(__entry->offchan), __entry->wait, 3527 bool offchan), 3528 TP_ARGS(wiphy, chandef, offchan), 3532 __field(bool, offchan) 3537 __entry->offchan = offchan; 3540 WIPHY_PR_ARG, CHAN_DEF_PR_ARG, __entry->offchan)
|
| H A D | mlme.c | 1106 bool offchan, gfp_t gfp) in __cfg80211_radar_event() argument 1110 trace_cfg80211_radar_event(wiphy, chandef, offchan); in __cfg80211_radar_event() 1118 if (offchan) in __cfg80211_radar_event()
|
| H A D | nl80211.c | 13868 params.offchan = info->attrs[NL80211_ATTR_OFFCHANNEL_TX_OK]; in nl80211_tx_mgmt() 13870 if (params.offchan && !(rdev->wiphy.flags & WIPHY_FLAG_OFFCHAN_TX)) in nl80211_tx_mgmt() 13885 if (!chandef.chan && params.offchan) in nl80211_tx_mgmt() 13888 if (params.offchan && in nl80211_tx_mgmt()
|
| /linux/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | cfg80211.c | 459 if (params->offchan) in qtnf_mgmt_tx()
|
| /linux/include/net/ |
| H A D | cfg80211.h | 3874 bool offchan; member 9204 bool offchan, gfp_t gfp);
|