Searched refs:ath11k_skb_rxcb (Results 1 – 2 of 2) sorted by relevance
90 struct ath11k_skb_rxcb { struct916 static inline struct ath11k_skb_rxcb *ATH11K_SKB_RXCB(struct sk_buff *skb) in ATH11K_SKB_RXCB()918 BUILD_BUG_ON(sizeof(struct ath11k_skb_rxcb) > sizeof(skb->cb)); in ATH11K_SKB_RXCB()919 return (struct ath11k_skb_rxcb *)skb->cb; in ATH11K_SKB_RXCB()
1718 struct ath11k_skb_rxcb *rxcb = ATH11K_SKB_RXCB(first); in ath11k_dp_rx_msdu_coalesce()1801 struct ath11k_skb_rxcb *rxcb = ATH11K_SKB_RXCB(first); in ath11k_dp_rx_get_msdu_last_buf()1817 struct ath11k_skb_rxcb *rxcb = ATH11K_SKB_RXCB(msdu); in ath11k_dp_rx_h_csum_offload()1913 struct ath11k_skb_rxcb *rxcb = ATH11K_SKB_RXCB(msdu); in ath11k_dp_rx_h_undecap_nwifi()1991 struct ath11k_skb_rxcb *rxcb = ATH11K_SKB_RXCB(msdu); in ath11k_dp_rx_h_undecap_raw()2049 struct ath11k_skb_rxcb *rxcb = ATH11K_SKB_RXCB(msdu); in ath11k_dp_rx_h_find_rfc1042()2410 struct ath11k_skb_rxcb *rxcb; in ath11k_dp_rx_process_msdu()2489 struct ath11k_skb_rxcb *rxcb; in ath11k_dp_rx_process_received_packets()2536 struct ath11k_skb_rxcb *rxcb; in ath11k_dp_process_rx()2840 struct ath11k_skb_rxcb *rxcb; in ath11k_dp_rx_reap_mon_status_ring()[all …]