Searched refs:rxcb (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | dp_rx.c | 1760 struct ath11k_skb_rxcb *rxcb = ATH11K_SKB_RXCB(first); in ath11k_dp_rx_msdu_coalesce() local 1780 rxcb->is_first_msdu = ath11k_dp_rx_h_msdu_end_first_msdu(ab, ldesc); in ath11k_dp_rx_msdu_coalesce() 1781 rxcb->is_last_msdu = ath11k_dp_rx_h_msdu_end_last_msdu(ab, ldesc); in ath11k_dp_rx_msdu_coalesce() 1793 ath11k_dp_rx_desc_end_tlv_copy(ab, rxcb->rx_desc, ldesc); in ath11k_dp_rx_msdu_coalesce() 1800 rxcb = ATH11K_SKB_RXCB(skb); in ath11k_dp_rx_msdu_coalesce() 1801 if (!rxcb->is_continuation) { in ath11k_dp_rx_msdu_coalesce() 1812 rxcb = ATH11K_SKB_RXCB(skb); in ath11k_dp_rx_msdu_coalesce() 1813 if (rxcb->is_continuation) in ath11k_dp_rx_msdu_coalesce() 1831 if (!rxcb->is_continuation) in ath11k_dp_rx_msdu_coalesce() 1842 struct ath11k_skb_rxcb *rxcb = ATH11K_SKB_RXCB(first); in ath11k_dp_rx_get_msdu_last_buf() local [all …]
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | dp_rx.c | 852 struct ath12k_skb_rxcb *rxcb = ATH12K_SKB_RXCB(first); in ath12k_dp_rx_get_msdu_last_buf() 854 if (!rxcb->is_continuation) in ath12k_dp_rx_get_msdu_last_buf() 858 rxcb = ATH12K_SKB_RXCB(skb); in ath12k_dp_rx_get_msdu_last_buf() 859 if (!rxcb->is_continuation) in ath12k_dp_rx_get_msdu_last_buf() 950 struct ath12k_skb_rxcb *rxcb = ATH12K_SKB_RXCB(msdu); in ath12k_dp_rx_h_undecap_nwifi() 968 qos_ctl = rxcb->tid; in ath12k_dp_rx_h_undecap_nwifi() 983 rxcb->rx_desc, crypto_hdr, in ath12k_dp_rx_h_undecap_nwifi() 1000 struct ath12k_skb_rxcb *rxcb = ATH12K_SKB_RXCB(msdu); in ath12k_dp_rx_h_undecap_raw() 1005 if (!rxcb->is_first_msdu || in ath12k_dp_rx_h_undecap_raw() 1006 !(rxcb in ath12k_dp_rx_h_undecap_raw() 849 struct ath12k_skb_rxcb *rxcb = ATH12K_SKB_RXCB(first); ath12k_dp_rx_get_msdu_last_buf() local 947 struct ath12k_skb_rxcb *rxcb = ATH12K_SKB_RXCB(msdu); ath12k_dp_rx_h_undecap_nwifi() local 997 struct ath12k_skb_rxcb *rxcb = ATH12K_SKB_RXCB(msdu); ath12k_dp_rx_h_undecap_raw() local 1052 ath12k_get_dot11_hdr_from_rx_desc(struct ath12k_pdev_dp * dp_pdev,struct sk_buff * msdu,struct ath12k_skb_rxcb * rxcb,enum hal_encrypt_type enctype,struct hal_rx_desc_data * rx_info) ath12k_get_dot11_hdr_from_rx_desc() argument 1101 struct ath12k_skb_rxcb *rxcb = ATH12K_SKB_RXCB(msdu); ath12k_dp_rx_h_undecap_eth() local 1163 struct ath12k_skb_rxcb *rxcb = ATH12K_SKB_RXCB(msdu); ath12k_dp_rx_h_find_link_peer() local 1334 struct ath12k_skb_rxcb *rxcb = ATH12K_SKB_RXCB(msdu); ath12k_dp_rx_deliver_msdu() local [all...] |
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | htt_rx.c | 36 struct ath10k_skb_rxcb *rxcb; in ath10k_htt_rx_find_skb_paddr() local 38 hash_for_each_possible(ar->htt.rx_ring.skb_table, rxcb, hlist, paddr) in ath10k_htt_rx_find_skb_paddr() 39 if (rxcb->paddr == paddr) in ath10k_htt_rx_find_skb_paddr() 40 return ATH10K_RXCB_SKB(rxcb); in ath10k_htt_rx_find_skb_paddr() 49 struct ath10k_skb_rxcb *rxcb; in ath10k_htt_rx_ring_free() local 54 hash_for_each_safe(htt->rx_ring.skb_table, i, n, rxcb, hlist) { in ath10k_htt_rx_ring_free() 55 skb = ATH10K_RXCB_SKB(rxcb); in ath10k_htt_rx_ring_free() 56 dma_unmap_single(htt->ar->dev, rxcb->paddr, in ath10k_htt_rx_ring_free() 59 hash_del(&rxcb->hlist); in ath10k_htt_rx_ring_free() 68 rxcb = ATH10K_SKB_RXCB(skb); in ath10k_htt_rx_ring_free() [all …]
|
| /linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/ |
| H A D | rx.c | 1315 struct iwl_rx_cmd_buffer rxcb = { in iwl_pcie_rx_handle_rb() local 1323 pkt = rxb_addr(&rxcb); in iwl_pcie_rx_handle_rb() 1379 &rxcb); in iwl_pcie_rx_handle_rb() 1382 &rxcb, rxq->id); in iwl_pcie_rx_handle_rb() 1401 if (!rxcb._page_stolen) in iwl_pcie_rx_handle_rb() 1402 iwl_pcie_hcmd_complete(trans, &rxcb); in iwl_pcie_rx_handle_rb() 1407 page_stolen |= rxcb._page_stolen; in iwl_pcie_rx_handle_rb()
|