Home
last modified time | relevance | path

Searched refs:fwlog_tx_queue (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dfwlog.c1516 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()
H A Dcore.h1280 struct sk_buff_head fwlog_tx_queue; member