Searched refs:tx_offchannel (Results 1 – 3 of 3) sorted by relevance
379 head = &wcid->tx_offchannel; in mt76_tx()681 head == &wcid->tx_offchannel)) in mt76_txq_schedule_pending_wcid()727 ret = mt76_txq_schedule_pending_wcid(phy, wcid, &wcid->tx_offchannel); in mt76_txq_schedule_pending()733 !skb_queue_empty(&wcid->tx_offchannel)) && in mt76_txq_schedule_pending()
1729 skb_queue_head_init(&wcid->tx_offchannel); in mt76_wcid_init()1770 spin_lock(&wcid->tx_offchannel.lock); in mt76_wcid_cleanup()1771 skb_queue_splice_tail_init(&wcid->tx_offchannel, &list); in mt76_wcid_cleanup()1772 spin_unlock(&wcid->tx_offchannel.lock); in mt76_wcid_cleanup()
413 struct sk_buff_head tx_offchannel; member