Searched refs:ath10k_htc_hdr (Results 1 – 3 of 3) sorted by relevance
67 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()
64 struct ath10k_htc_hdr { struct209 struct ath10k_htc_hdr hdr;302 sizeof(struct ath10k_htc_hdr))
1239 struct ath10k_htc_hdr htc_hdr;