Home
last modified time | relevance | path

Searched refs:rxcb (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
Ddp_rx.c1718 struct ath11k_skb_rxcb *rxcb = ATH11K_SKB_RXCB(first); in ath11k_dp_rx_msdu_coalesce() local
1739 rxcb->is_first_msdu = ath11k_dp_rx_h_msdu_end_first_msdu(ldesc); in ath11k_dp_rx_msdu_coalesce()
1740 rxcb->is_last_msdu = ath11k_dp_rx_h_msdu_end_last_msdu(ldesc); in ath11k_dp_rx_msdu_coalesce()
1752 ath11k_dp_rx_desc_end_tlv_copy(rxcb->rx_desc, ldesc); in ath11k_dp_rx_msdu_coalesce()
1759 rxcb = ATH11K_SKB_RXCB(skb); in ath11k_dp_rx_msdu_coalesce()
1760 if (!rxcb->is_continuation) { in ath11k_dp_rx_msdu_coalesce()
1771 rxcb = ATH11K_SKB_RXCB(skb); in ath11k_dp_rx_msdu_coalesce()
1772 if (rxcb->is_continuation) in ath11k_dp_rx_msdu_coalesce()
1790 if (!rxcb->is_continuation) in ath11k_dp_rx_msdu_coalesce()
1801 struct ath11k_skb_rxcb *rxcb = ATH11K_SKB_RXCB(first); in ath11k_dp_rx_get_msdu_last_buf() local
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c29 struct ath10k_skb_rxcb *rxcb; in ath10k_htt_rx_find_skb_paddr() local
31 hash_for_each_possible(ar->htt.rx_ring.skb_table, rxcb, hlist, paddr) in ath10k_htt_rx_find_skb_paddr()
32 if (rxcb->paddr == paddr) in ath10k_htt_rx_find_skb_paddr()
33 return ATH10K_RXCB_SKB(rxcb); in ath10k_htt_rx_find_skb_paddr()
42 struct ath10k_skb_rxcb *rxcb; in ath10k_htt_rx_ring_free() local
47 hash_for_each_safe(htt->rx_ring.skb_table, i, n, rxcb, hlist) { in ath10k_htt_rx_ring_free()
48 skb = ATH10K_RXCB_SKB(rxcb); in ath10k_htt_rx_ring_free()
49 dma_unmap_single(htt->ar->dev, rxcb->paddr, in ath10k_htt_rx_ring_free()
52 hash_del(&rxcb->hlist); in ath10k_htt_rx_ring_free()
61 rxcb = ATH10K_SKB_RXCB(skb); in ath10k_htt_rx_ring_free()
[all …]
Dcore.h147 #define ATH10K_RXCB_SKB(rxcb) \ argument
148 container_of((void *)rxcb, struct sk_buff, cb)
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
Drx.c1305 struct iwl_rx_cmd_buffer rxcb = { in iwl_pcie_rx_handle_rb() local
1313 pkt = rxb_addr(&rxcb); in iwl_pcie_rx_handle_rb()
1369 &rxcb); in iwl_pcie_rx_handle_rb()
1372 &rxcb, rxq->id); in iwl_pcie_rx_handle_rb()
1389 if (!rxcb._page_stolen) in iwl_pcie_rx_handle_rb()
1390 iwl_pcie_hcmd_complete(trans, &rxcb); in iwl_pcie_rx_handle_rb()
1395 page_stolen |= rxcb._page_stolen; in iwl_pcie_rx_handle_rb()