Searched refs:offchan_tx_queue (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dcore.h1204 struct sk_buff_head offchan_tx_queue; member in struct:ath10k
H A Dmac.c4084 skb_queue_tail(&ar->offchan_tx_queue, skb);
4104 skb = skb_dequeue(&ar->offchan_tx_queue);
4138 skb = skb_dequeue(&ar->offchan_tx_queue);
H A Dcore.c3739 skb_queue_head_init(&ar->offchan_tx_queue);

Completed in 137 milliseconds