Searched refs:rxcb (Results 1 – 4 of 4) sorted by relevance
2005 qos_ctl = rxcb->tid; in ath11k_dp_rx_h_undecap_nwifi()2052 !(rxcb->is_first_msdu && rxcb->is_last_msdu)) { in ath11k_dp_rx_h_undecap_raw()2110 is_amsdu = !(rxcb->is_first_msdu && rxcb->is_last_msdu); in ath11k_dp_rx_h_find_rfc1042()2230 if (rxcb->peer_id) in ath11k_dp_rx_h_find_peer()2263 if (rxcb->is_mcbc) { in ath11k_dp_rx_h_mpdu()2271 if (rxcb->is_mcbc) in ath11k_dp_rx_h_mpdu()2476 rxcb->tid, in ath11k_dp_rx_deliver_msdu()2478 rxcb->seq_no, in ath11k_dp_rx_deliver_msdu()2559 if (rxcb->is_frag) { in ath11k_dp_rx_process_msdu()3929 if (rxcb->is_frag) { in ath11k_dp_rx_h_null_q_desc()[all …]
29 struct ath10k_skb_rxcb *rxcb; in ath10k_htt_rx_find_skb_paddr() local32 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() local48 skb = ATH10K_RXCB_SKB(rxcb); 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()132 struct ath10k_skb_rxcb *rxcb; in __ath10k_htt_rx_ring_fill_n() local179 rxcb = ATH10K_SKB_RXCB(skb); in __ath10k_htt_rx_ring_fill_n()180 rxcb->paddr = paddr; in __ath10k_htt_rx_ring_fill_n()[all …]
152 #define ATH10K_RXCB_SKB(rxcb) \ argument153 container_of((void *)rxcb, struct sk_buff, cb)
1282 struct iwl_rx_cmd_buffer rxcb = { in iwl_pcie_rx_handle_rb() local1290 pkt = rxb_addr(&rxcb); in iwl_pcie_rx_handle_rb()1349 &rxcb); in iwl_pcie_rx_handle_rb()1352 &rxcb, rxq->id); in iwl_pcie_rx_handle_rb()1371 if (!rxcb._page_stolen) in iwl_pcie_rx_handle_rb()1372 iwl_pcie_hcmd_complete(trans, &rxcb); in iwl_pcie_rx_handle_rb()1377 page_stolen |= rxcb._page_stolen; in iwl_pcie_rx_handle_rb()
Completed in 34 milliseconds