Home
last modified time | relevance | path

Searched refs:data_bk_queue (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
Dhtc_drv_txrx.c143 epid_queue = &priv->tx.data_bk_queue; in get_htc_epid_queue()
553 ath9k_htc_tx_drainq(priv, &priv->tx.data_bk_queue); in ath9k_htc_tx_drain()
791 ath9k_htc_tx_cleanup_queue(priv, &priv->tx.data_bk_queue); in ath9k_htc_tx_cleanup_timer()
807 skb_queue_head_init(&priv->tx.data_bk_queue); in ath9k_tx_init()
Dhtc.h301 struct sk_buff_head data_bk_queue; member
Dhtc_drv_debug.c330 "Data BK endpoint", skb_queue_len(&priv->tx.data_bk_queue)); in read_file_queue()