Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dhtc.c57 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_restore_tx_skb()
82 struct ath10k_htc_hdr *hdr; in ath10k_htc_prepare_tx_skb()
84 hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_htc_prepare_tx_skb()
116 skb_push(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_send()
170 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_send()
299 struct ath10k_htc_hdr *hdr; in ath10k_htc_rx_completion_handler()
307 hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_htc_rx_completion_handler()
765 skb = dev_alloc_skb(size + sizeof(struct ath10k_htc_hdr)); in ath10k_htc_alloc_skb()
769 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.h1386 struct ath10k_htc_hdr htc_hdr;
Dpci.c1237 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_pci_htt_rx_deliver()