Searched refs:ce_ring (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dpci.c1227 struct ath10k_ce_ring *ce_ring; ath10k_pci_rx_pipe_cleanup() local
1233 ce_ring = ce_pipe->dest_ring; ath10k_pci_rx_pipe_cleanup()
1235 if (!ce_ring) ath10k_pci_rx_pipe_cleanup()
1241 for (i = 0; i < ce_ring->nentries; i++) { ath10k_pci_rx_pipe_cleanup()
1242 skb = ce_ring->per_transfer_context[i]; ath10k_pci_rx_pipe_cleanup()
1246 ce_ring->per_transfer_context[i] = NULL; ath10k_pci_rx_pipe_cleanup()
1260 struct ath10k_ce_ring *ce_ring; ath10k_pci_tx_pipe_cleanup() local
1269 ce_ring = ce_pipe->src_ring; ath10k_pci_tx_pipe_cleanup()
1271 if (!ce_ring) ath10k_pci_tx_pipe_cleanup()
1277 ce_desc = ce_ring->shadow_base; ath10k_pci_tx_pipe_cleanup()
1281 for (i = 0; i < ce_ring->nentries; i++) { ath10k_pci_tx_pipe_cleanup()
1282 skb = ce_ring->per_transfer_context[i]; ath10k_pci_tx_pipe_cleanup()
1286 ce_ring->per_transfer_context[i] = NULL; ath10k_pci_tx_pipe_cleanup()

Completed in 62 milliseconds