Searched refs:rxcb (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/drivers/net/wireless/ath/ath11k/ |
| D | dp_rx.c | 1700 struct ath11k_skb_rxcb *rxcb = ATH11K_SKB_RXCB(first); in ath11k_dp_rx_msdu_coalesce() local 1721 rxcb->is_first_msdu = ath11k_dp_rx_h_msdu_end_first_msdu(ldesc); in ath11k_dp_rx_msdu_coalesce() 1722 rxcb->is_last_msdu = ath11k_dp_rx_h_msdu_end_last_msdu(ldesc); in ath11k_dp_rx_msdu_coalesce() 1734 ath11k_dp_rx_desc_end_tlv_copy(rxcb->rx_desc, ldesc); in ath11k_dp_rx_msdu_coalesce() 1741 rxcb = ATH11K_SKB_RXCB(skb); in ath11k_dp_rx_msdu_coalesce() 1742 if (!rxcb->is_continuation) { in ath11k_dp_rx_msdu_coalesce() 1753 rxcb = ATH11K_SKB_RXCB(skb); in ath11k_dp_rx_msdu_coalesce() 1754 if (rxcb->is_continuation) in ath11k_dp_rx_msdu_coalesce() 1772 if (!rxcb->is_continuation) in ath11k_dp_rx_msdu_coalesce() 1783 struct ath11k_skb_rxcb *rxcb = ATH11K_SKB_RXCB(first); in ath11k_dp_rx_get_msdu_last_buf() local [all …]
|
| /Linux-v5.10/drivers/net/wireless/ath/ath10k/ |
| D | htt_rx.c | 29 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 …]
|
| D | core.h | 147 #define ATH10K_RXCB_SKB(rxcb) \ argument 148 container_of((void *)rxcb, struct sk_buff, cb)
|
| /Linux-v5.10/drivers/net/wireless/intel/iwlwifi/pcie/ |
| D | rx.c | 1302 struct iwl_rx_cmd_buffer rxcb = { in iwl_pcie_rx_handle_rb() local 1310 pkt = rxb_addr(&rxcb); in iwl_pcie_rx_handle_rb() 1366 &rxcb); in iwl_pcie_rx_handle_rb() 1369 &rxcb, rxq->id); in iwl_pcie_rx_handle_rb() 1386 if (!rxcb._page_stolen) in iwl_pcie_rx_handle_rb() 1387 iwl_pcie_hcmd_complete(trans, &rxcb); in iwl_pcie_rx_handle_rb() 1392 page_stolen |= rxcb._page_stolen; in iwl_pcie_rx_handle_rb()
|