Searched refs:ath11k_htc_hdr (Results 1 – 2 of 2) sorted by relevance
15 skb = dev_alloc_skb(size + sizeof(struct ath11k_htc_hdr)); in ath11k_htc_alloc_skb()19 skb_reserve(skb, sizeof(struct ath11k_htc_hdr)); in ath11k_htc_alloc_skb()43 skb_reserve(skb, sizeof(struct ath11k_htc_hdr)); in ath11k_htc_build_tx_ctrl_skb()55 struct ath11k_htc_hdr *hdr; in ath11k_htc_prepare_tx_skb()57 hdr = (struct ath11k_htc_hdr *)skb->data; in ath11k_htc_prepare_tx_skb()91 skb_push(skb, sizeof(struct ath11k_htc_hdr)); in ath11k_htc_send()145 skb_pull(skb, sizeof(struct ath11k_htc_hdr)); in ath11k_htc_send()289 struct ath11k_htc_hdr *hdr; in ath11k_htc_rx_completion_handler()297 hdr = (struct ath11k_htc_hdr *)skb->data; in ath11k_htc_rx_completion_handler()
57 struct ath11k_htc_hdr { struct163 struct ath11k_htc_hdr hdr;255 sizeof(struct ath11k_htc_hdr))