Searched refs:ath10k_htc_hdr (Results 1 – 7 of 7) sorted by relevance
50 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_restore_tx_skb() 57 struct ath10k_htc_hdr *hdr; in ath10k_htc_notify_tx_completion() 71 hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_htc_notify_tx_completion() 92 struct ath10k_htc_hdr *hdr; in ath10k_htc_prepare_tx_skb() 94 hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_htc_prepare_tx_skb() 95 memset(hdr, 0, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_prepare_tx_skb() 185 skb_push(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_send() 223 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_send() 443 struct ath10k_htc_hdr *hdr; in ath10k_htc_rx_completion_handler() 451 hdr = (struct ath10k_htc_hdr *)sk in ath10k_htc_rx_completion_handler() [all...]
76 struct ath10k_htc_hdr *htc_hdr = in is_trailer_only_msg() 77 (struct ath10k_htc_hdr *)pkt->skb->data; in is_trailer_only_msg() 387 struct ath10k_htc_hdr *htc_hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_sdio_mbox_rx_process_packet() 436 id = ((struct ath10k_htc_hdr *) in ath10k_sdio_mbox_rx_process_packets() 502 struct ath10k_htc_hdr *htc_hdr, in ath10k_sdio_mbox_alloc_bundle() 542 struct ath10k_htc_hdr *htc_hdr; in ath10k_sdio_mbox_rx_alloc() 556 htc_hdr = (struct ath10k_htc_hdr *)&lookaheads[i]; in ath10k_sdio_mbox_rx_alloc() 648 struct ath10k_htc_hdr *htc_hdr; in ath10k_sdio_mbox_rx_fetch() 656 htc_hdr = (struct ath10k_htc_hdr *)sk in ath10k_sdio_mbox_rx_fetch() [all...]
74 struct ath10k_htc_hdr { struct344 sizeof(struct ath10k_htc_hdr))
29 (ATH10K_SDIO_MAX_BUFFER_SIZE - sizeof(struct ath10k_htc_hdr))
1760 struct ath10k_htc_hdr htc_hdr;1767 struct ath10k_htc_hdr htc_hdr;
1267 sizeof(struct ath10k_htc_hdr))
1336 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_pci_htt_rx_deliver()