Searched refs:ath12k_htc_hdr (Results 1 – 2 of 2) sorted by relevance
16 skb = dev_alloc_skb(size + sizeof(struct ath12k_htc_hdr)); in ath12k_htc_alloc_skb()20 skb_reserve(skb, sizeof(struct ath12k_htc_hdr)); in ath12k_htc_alloc_skb()44 skb_reserve(skb, sizeof(struct ath12k_htc_hdr)); in ath12k_htc_build_tx_ctrl_skb()56 struct ath12k_htc_hdr *hdr; in ath12k_htc_prepare_tx_skb()58 hdr = (struct ath12k_htc_hdr *)skb->data; in ath12k_htc_prepare_tx_skb()90 skb_push(skb, sizeof(struct ath12k_htc_hdr)); in ath12k_htc_send()140 skb_pull(skb, sizeof(struct ath12k_htc_hdr)); in ath12k_htc_send()252 struct ath12k_htc_hdr *hdr; in ath12k_htc_rx_completion_handler()260 hdr = (struct ath12k_htc_hdr *)skb->data; in ath12k_htc_rx_completion_handler()
58 struct ath12k_htc_hdr { struct260 sizeof(struct ath12k_htc_hdr))