Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dhtc.c67 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_restore_tx_skb()
107 struct ath10k_htc_hdr *hdr; in ath10k_htc_prepare_tx_skb()
109 hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_htc_prepare_tx_skb()
144 skb_push(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_send()
198 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_send()
330 struct ath10k_htc_hdr *hdr; in ath10k_htc_rx_completion_handler()
338 hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_htc_rx_completion_handler()
809 skb = dev_alloc_skb(size + sizeof(struct ath10k_htc_hdr)); in ath10k_htc_alloc_skb()
813 skb_reserve(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_alloc_skb()
Dhtc.h64 struct ath10k_htc_hdr { struct
209 struct ath10k_htc_hdr hdr;
302 sizeof(struct ath10k_htc_hdr))
Dhtt.h1239 struct ath10k_htc_hdr htc_hdr;