Searched refs:ath11k_htc_hdr (Results 1 – 2 of 2) sorted by relevance
16 skb = dev_alloc_skb(size + sizeof(struct ath11k_htc_hdr)); in ath11k_htc_alloc_skb()20 skb_reserve(skb, sizeof(struct ath11k_htc_hdr)); in ath11k_htc_alloc_skb()44 skb_reserve(skb, sizeof(struct ath11k_htc_hdr)); in ath11k_htc_build_tx_ctrl_skb()56 struct ath11k_htc_hdr *hdr; in ath11k_htc_prepare_tx_skb()58 hdr = (struct ath11k_htc_hdr *)skb->data; in ath11k_htc_prepare_tx_skb()92 skb_push(skb, sizeof(struct ath11k_htc_hdr)); in ath11k_htc_send()146 skb_pull(skb, sizeof(struct ath11k_htc_hdr)); in ath11k_htc_send()290 struct ath11k_htc_hdr *hdr; in ath11k_htc_rx_completion_handler()298 hdr = (struct ath11k_htc_hdr *)skb->data; in ath11k_htc_rx_completion_handler()
58 struct ath11k_htc_hdr { struct241 sizeof(struct ath11k_htc_hdr))