Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c4252 skb_queue_tail(&htt->rx_indication_head, skb); in ath10k_htt_t2h_msg_handler()
4485 skb = skb_dequeue(&htt->rx_indication_head); in ath10k_htt_rx_hl_indication()
4501 skb_queue_len(&htt->rx_indication_head)); in ath10k_htt_rx_hl_indication()
H A Dhtt.h1791 struct sk_buff_head rx_indication_head; member
H A Dcore.c3735 skb_queue_head_init(&ar->htt.rx_indication_head); in ath10k_core_create()