Searched refs:ath10k_htc_hdr (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhtc.c48 skb_pull(skb, sizeof(struct ath10k_htc_hdr));
55 struct ath10k_htc_hdr *hdr;
69 hdr = (struct ath10k_htc_hdr *)skb->data;
90 struct ath10k_htc_hdr *hdr;
92 hdr = (struct ath10k_htc_hdr *)skb->data;
93 memset(hdr, 0, sizeof(struct ath10k_htc_hdr));
183 skb_push(skb, sizeof(struct ath10k_htc_hdr));
221 skb_pull(skb, sizeof(struct ath10k_htc_hdr));
441 struct ath10k_htc_hdr *hdr;
449 hdr = (struct ath10k_htc_hdr *)sk
[all...]
H A Dsdio.h29 (ATH10K_SDIO_MAX_BUFFER_SIZE - sizeof(struct ath10k_htc_hdr))
H A Dhtc.h74 struct ath10k_htc_hdr { struct
344 sizeof(struct ath10k_htc_hdr))
H A Dusb.c24 eid_from_htc_hdr(struct ath10k_htc_hdr *htc_hdr)
29 static inline bool is_trailer_only_msg(struct ath10k_htc_hdr *htc_hdr)
283 struct ath10k_htc_hdr *htc_hdr;
286 htc_hdr = (struct ath10k_htc_hdr *)skb->data;
295 struct ath10k_htc_hdr *htc_hdr;
302 htc_hdr = (struct ath10k_htc_hdr *)skb->data;
H A Dsdio.c76 struct ath10k_htc_hdr *htc_hdr =
77 (struct ath10k_htc_hdr *)pkt->skb->data;
387 struct ath10k_htc_hdr *htc_hdr = (struct ath10k_htc_hdr *)skb->data;
436 id = ((struct ath10k_htc_hdr *)
502 struct ath10k_htc_hdr *htc_hdr,
542 struct ath10k_htc_hdr *htc_hdr;
556 htc_hdr = (struct ath10k_htc_hdr *)&lookaheads[i];
648 struct ath10k_htc_hdr *htc_hdr;
656 htc_hdr = (struct ath10k_htc_hdr *)sk
[all...]
H A Dhtt.h1760 struct ath10k_htc_hdr htc_hdr;
1767 struct ath10k_htc_hdr htc_hdr;
H A Dhtt_tx.c1266 sizeof(struct ath10k_htc_hdr))
H A Dsnoc.c635 skb_pull(skb, sizeof(struct ath10k_htc_hdr));
H A Dpci.c1335 skb_pull(skb, sizeof(struct ath10k_htc_hdr));

Completed in 259 milliseconds