Searched refs:fwlog_tx_queue (Results 1 – 2 of 2) sorted by relevance
1516 skb = skb_dequeue(&ar->fwlog_tx_queue); in ath10k_fwlog_print_work()1520 if (skb_queue_len(&ar->fwlog_tx_queue)) { in ath10k_fwlog_print_work()1535 if (skb_queue_len(&ar->fwlog_tx_queue) >= ATH10K_FWLOG_MAX_EVT_QUEUE) { in ath10k_handle_fwlog_msg()1541 skb_queue_tail(&ar->fwlog_tx_queue, skb); in ath10k_handle_fwlog_msg()1548 skb_queue_head_init(&ar->fwlog_tx_queue); in ath10k_fwlog_register()1558 skb = skb_dequeue(&ar->fwlog_tx_queue); in ath10k_fwlog_unregister()
1280 struct sk_buff_head fwlog_tx_queue; member