Searched refs:ath10k_htc_hdr (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | htc.c | 47 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_restore_tx_skb() 54 struct ath10k_htc_hdr *hdr; in ath10k_htc_notify_tx_completion() 59 hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_htc_notify_tx_completion() 80 struct ath10k_htc_hdr *hdr; in ath10k_htc_prepare_tx_skb() 82 hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_htc_prepare_tx_skb() 83 memset(hdr, 0, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_prepare_tx_skb() 173 skb_push(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_send() 211 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_send() 431 struct ath10k_htc_hdr *hdr; in ath10k_htc_rx_completion_handler() 439 hdr = (struct ath10k_htc_hdr *)sk in ath10k_htc_rx_completion_handler() [all...] |
H A D | htc.h | 74 struct ath10k_htc_hdr { struct 261 struct ath10k_htc_hdr hdr; 358 sizeof(struct ath10k_htc_hdr))
|
H A D | usb.c | 24 eid_from_htc_hdr(struct ath10k_htc_hdr *htc_hdr) in eid_from_htc_hdr() 29 static inline bool is_trailer_only_msg(struct ath10k_htc_hdr *htc_hdr) in is_trailer_only_msg() 283 struct ath10k_htc_hdr *htc_hdr; in ath10k_usb_tx_complete() 286 htc_hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_usb_tx_complete() 295 struct ath10k_htc_hdr *htc_hdr; in ath10k_usb_rx_complete() 302 htc_hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_usb_rx_complete()
|
H A D | sdio.c | 75 struct ath10k_htc_hdr *htc_hdr = in is_trailer_only_msg() 76 (struct ath10k_htc_hdr *)pkt->skb->data; in is_trailer_only_msg() 386 struct ath10k_htc_hdr *htc_hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_sdio_mbox_rx_process_packet() 435 id = ((struct ath10k_htc_hdr *) in ath10k_sdio_mbox_rx_process_packets() 501 struct ath10k_htc_hdr *htc_hdr, in ath10k_sdio_mbox_alloc_bundle() 541 struct ath10k_htc_hdr *htc_hdr; in ath10k_sdio_mbox_rx_alloc() 555 htc_hdr = (struct ath10k_htc_hdr *)&lookaheads[i]; in ath10k_sdio_mbox_rx_alloc() 647 struct ath10k_htc_hdr *htc_hdr; in ath10k_sdio_mbox_rx_fetch() 655 htc_hdr = (struct ath10k_htc_hdr *)sk in ath10k_sdio_mbox_rx_fetch() [all...] |
H A D | sdio.h | 29 (ATH10K_SDIO_MAX_BUFFER_SIZE - sizeof(struct ath10k_htc_hdr))
|
H A D | htt.h | 1867 struct ath10k_htc_hdr htc_hdr; 1874 struct ath10k_htc_hdr htc_hdr;
|
H A D | snoc.c | 634 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_snoc_htt_rx_deliver()
|
H A D | htt_tx.c | 1288 sizeof(struct ath10k_htc_hdr))
|
H A D | pci.c | 1334 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_pci_htt_rx_deliver()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | htc.c | 47 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_restore_tx_skb() 54 struct ath10k_htc_hdr *hdr; in ath10k_htc_notify_tx_completion() 68 hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_htc_notify_tx_completion() 89 struct ath10k_htc_hdr *hdr; in ath10k_htc_prepare_tx_skb() 91 hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_htc_prepare_tx_skb() 92 memset(hdr, 0, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_prepare_tx_skb() 182 skb_push(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_send() 220 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_htc_send() 440 struct ath10k_htc_hdr *hdr; in ath10k_htc_rx_completion_handler() 448 hdr = (struct ath10k_htc_hdr *)sk in ath10k_htc_rx_completion_handler() [all...] |
H A D | htc.h | 74 struct ath10k_htc_hdr { struct 261 struct ath10k_htc_hdr hdr; 358 sizeof(struct ath10k_htc_hdr))
|
H A D | usb.c | 24 eid_from_htc_hdr(struct ath10k_htc_hdr *htc_hdr) in eid_from_htc_hdr() 29 static inline bool is_trailer_only_msg(struct ath10k_htc_hdr *htc_hdr) in is_trailer_only_msg() 283 struct ath10k_htc_hdr *htc_hdr; in ath10k_usb_tx_complete() 286 htc_hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_usb_tx_complete() 295 struct ath10k_htc_hdr *htc_hdr; in ath10k_usb_rx_complete() 302 htc_hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_usb_rx_complete()
|
H A D | sdio.c | 75 struct ath10k_htc_hdr *htc_hdr = in is_trailer_only_msg() 76 (struct ath10k_htc_hdr *)pkt->skb->data; in is_trailer_only_msg() 386 struct ath10k_htc_hdr *htc_hdr = (struct ath10k_htc_hdr *)skb->data; in ath10k_sdio_mbox_rx_process_packet() 435 id = ((struct ath10k_htc_hdr *) in ath10k_sdio_mbox_rx_process_packets() 501 struct ath10k_htc_hdr *htc_hdr, in ath10k_sdio_mbox_alloc_bundle() 541 struct ath10k_htc_hdr *htc_hdr; in ath10k_sdio_mbox_rx_alloc() 555 htc_hdr = (struct ath10k_htc_hdr *)&lookaheads[i]; in ath10k_sdio_mbox_rx_alloc() 647 struct ath10k_htc_hdr *htc_hdr; in ath10k_sdio_mbox_rx_fetch() 655 htc_hdr = (struct ath10k_htc_hdr *)sk in ath10k_sdio_mbox_rx_fetch() [all...] |
H A D | sdio.h | 29 (ATH10K_SDIO_MAX_BUFFER_SIZE - sizeof(struct ath10k_htc_hdr))
|
H A D | htt.h | 1756 struct ath10k_htc_hdr htc_hdr; 1763 struct ath10k_htc_hdr htc_hdr;
|
H A D | htt_tx.c | 1270 sizeof(struct ath10k_htc_hdr))
|
H A D | snoc.c | 635 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_snoc_htt_rx_deliver()
|
H A D | pci.c | 1334 skb_pull(skb, sizeof(struct ath10k_htc_hdr)); in ath10k_pci_htt_rx_deliver()
|
Completed in 39 milliseconds