Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
A Dhtc_drv_txrx.c137 epid_queue = &priv->tx.mgmt_ep_queue; in get_htc_epid_queue()
139 epid_queue = &priv->tx.cab_ep_queue; in get_htc_epid_queue()
141 epid_queue = &priv->tx.data_be_queue; in get_htc_epid_queue()
151 return epid_queue; in get_htc_epid_queue()
622 struct sk_buff_head *epid_queue; in ath9k_htc_tx_get_packet() local
628 if (!epid_queue) in ath9k_htc_tx_get_packet()
634 __skb_unlink(skb, epid_queue); in ath9k_htc_tx_get_packet()
694 struct sk_buff_head *epid_queue; in ath9k_htc_txep() local
707 if (!epid_queue) { in ath9k_htc_txep()
712 skb_queue_tail(epid_queue, skb); in ath9k_htc_txep()
[all …]

Completed in 7 milliseconds