Home
last modified time | relevance | path

Searched refs:ce_pipe (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/ath/ath11k/
A Dahb.c152 struct ath11k_ce_pipe *ce_pipe = &ab->ce.ce_pipe[i]; in ath11k_ahb_kill_tasklets() local
157 tasklet_kill(&ce_pipe->intr_tq); in ath11k_ahb_kill_tasklets()
408 struct ath11k_ce_pipe *ce_pipe = from_tasklet(ce_pipe, t, intr_tq); in ath11k_ahb_ce_tasklet() local
410 ath11k_ce_per_engine_service(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_ahb_ce_tasklet()
412 ath11k_ahb_ce_irq_enable(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_ahb_ce_tasklet()
417 struct ath11k_ce_pipe *ce_pipe = arg; in ath11k_ahb_ce_interrupt_handler() local
420 ce_pipe->timestamp = jiffies; in ath11k_ahb_ce_interrupt_handler()
422 ath11k_ahb_ce_irq_disable(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_ahb_ce_interrupt_handler()
424 tasklet_schedule(&ce_pipe->intr_tq); in ath11k_ahb_ce_interrupt_handler()
552 struct ath11k_ce_pipe *ce_pipe = &ab->ce.ce_pipe[i]; in ath11k_ahb_config_irq() local
[all …]
A Dpci.c600 struct ath11k_ce_pipe *ce_pipe = from_tasklet(ce_pipe, t, intr_tq); in ath11k_pci_ce_tasklet() local
602 ath11k_ce_per_engine_service(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_pci_ce_tasklet()
604 ath11k_pci_ce_irq_enable(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_pci_ce_tasklet()
612 ce_pipe->timestamp = jiffies; in ath11k_pci_ce_interrupt_handler()
614 ath11k_pci_ce_irq_disable(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_pci_ce_interrupt_handler()
615 tasklet_schedule(&ce_pipe->intr_tq); in ath11k_pci_ce_interrupt_handler()
784 struct ath11k_ce_pipe *ce_pipe; in ath11k_pci_config_irq() local
804 ce_pipe = &ab->ce.ce_pipe[i]; in ath11k_pci_config_irq()
812 ce_pipe); in ath11k_pci_config_irq()
1101 struct ath11k_ce_pipe *ce_pipe = &ab->ce.ce_pipe[i]; in ath11k_pci_kill_tasklets() local
[all …]
A Dce.c630 struct ath11k_ce_pipe *pipe = &ab->ce.ce_pipe[ce_id]; in ath11k_ce_alloc_pipe()
669 struct ath11k_ce_pipe *pipe = &ab->ce.ce_pipe[ce_id]; in ath11k_ce_per_engine_service()
680 struct ath11k_ce_pipe *pipe = &ab->ce.ce_pipe[pipe_id]; in ath11k_ce_poll_send_completed()
690 struct ath11k_ce_pipe *pipe = &ab->ce.ce_pipe[pipe_id]; in ath11k_ce_send()
850 pipe = &ab->ce.ce_pipe[pipe_num]; in ath11k_ce_cleanup_pipes()
868 pipe = &ab->ce.ce_pipe[i]; in ath11k_ce_rx_post_buf()
902 pipe = &ab->ce.ce_pipe[i]; in ath11k_ce_init_pipes()
960 pipe = &ab->ce.ce_pipe[i]; in ath11k_ce_free_pipes()
1013 pipe = &ab->ce.ce_pipe[i]; in ath11k_ce_alloc_pipes()
A Dce.h168 struct ath11k_ce_pipe ce_pipe[CE_COUNT_MAX]; member
A Dhal.c1279 struct ath11k_ce_pipe *ce_pipe; in ath11k_hal_dump_srng_stats() local
1284 ce_pipe = &ab->ce.ce_pipe[i]; in ath11k_hal_dump_srng_stats()
1290 i, ce_pipe->pipe_num, in ath11k_hal_dump_srng_stats()
1291 jiffies_to_msecs(jiffies - ce_pipe->timestamp)); in ath11k_hal_dump_srng_stats()
/linux/drivers/net/wireless/ath/ath10k/
A Dsnoc.c518 ret = ce_pipe->ops->ce_rx_post_buf(ce_pipe, skb, paddr); in __ath10k_snoc_rx_post_buf()
541 if (!ce_pipe->dest_ring) in ath10k_snoc_rx_post_pipe()
692 struct ath10k_ce_pipe *ce_pipe; in ath10k_snoc_hif_tx_sg() local
696 ce_pipe = snoc_pipe->ce_hdl; in ath10k_snoc_hif_tx_sg()
733 __ath10k_ce_send_revert(ce_pipe); in ath10k_snoc_hif_tx_sg()
841 struct ath10k_ce_pipe *ce_pipe; in ath10k_snoc_rx_pipe_cleanup() local
848 ce_pipe = snoc_pipe->ce_hdl; in ath10k_snoc_rx_pipe_cleanup()
849 ce_ring = ce_pipe->dest_ring; in ath10k_snoc_rx_pipe_cleanup()
873 struct ath10k_ce_pipe *ce_pipe; in ath10k_snoc_tx_pipe_cleanup() local
880 ce_pipe = snoc_pipe->ce_hdl; in ath10k_snoc_tx_pipe_cleanup()
[all …]
A Dpci.c791 ret = ce_pipe->ops->ce_rx_post_buf(ce_pipe, skb, paddr); in __ath10k_pci_rx_post_buf()
814 if (!ce_pipe->dest_ring) in ath10k_pci_rx_post_pipe()
1381 err = ath10k_ce_send_nolock(ce_pipe, in ath10k_pci_hif_tx_sg()
1399 err = ath10k_ce_send_nolock(ce_pipe, in ath10k_pci_hif_tx_sg()
1413 __ath10k_ce_send_revert(ce_pipe); in ath10k_pci_hif_tx_sg()
1975 struct ath10k_ce_pipe *ce_pipe; in ath10k_pci_rx_pipe_cleanup() local
1981 ce_pipe = pci_pipe->ce_hdl; in ath10k_pci_rx_pipe_cleanup()
1982 ce_ring = ce_pipe->dest_ring; in ath10k_pci_rx_pipe_cleanup()
2007 struct ath10k_ce_pipe *ce_pipe; in ath10k_pci_tx_pipe_cleanup() local
2013 ce_pipe = pci_pipe->ce_hdl; in ath10k_pci_tx_pipe_cleanup()
[all …]

Completed in 21 milliseconds