Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H 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()
383 free_irq(ab->irq_num[irq_idx], &ab->ce.ce_pipe[i]); in ath11k_ahb_free_irq()
391 struct ath11k_ce_pipe *ce_pipe = from_tasklet(ce_pipe, t, intr_tq); in ath11k_ahb_ce_tasklet() local
393 ath11k_ce_per_engine_service(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_ahb_ce_tasklet()
395 ath11k_ahb_ce_irq_enable(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_ahb_ce_tasklet()
400 struct ath11k_ce_pipe *ce_pipe = arg; in ath11k_ahb_ce_interrupt_handler() local
403 ce_pipe->timestamp = jiffies; in ath11k_ahb_ce_interrupt_handler()
405 ath11k_ahb_ce_irq_disable(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_ahb_ce_interrupt_handler()
407 tasklet_schedule(&ce_pipe->intr_tq); in ath11k_ahb_ce_interrupt_handler()
[all …]
H A Dpci.c336 free_irq(ab->irq_num[irq_idx], &ab->ce.ce_pipe[i]); in ath11k_pci_free_irq()
385 struct ath11k_ce_pipe *ce_pipe = (struct ath11k_ce_pipe *)data; in ath11k_pci_ce_tasklet() local
387 ath11k_ce_per_engine_service(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_pci_ce_tasklet()
389 ath11k_pci_ce_irq_enable(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_pci_ce_tasklet()
394 struct ath11k_ce_pipe *ce_pipe = arg; in ath11k_pci_ce_interrupt_handler() local
396 ath11k_pci_ce_irq_disable(ce_pipe->ab, ce_pipe->pipe_num); in ath11k_pci_ce_interrupt_handler()
397 tasklet_schedule(&ce_pipe->intr_tq); in ath11k_pci_ce_interrupt_handler()
566 struct ath11k_ce_pipe *ce_pipe; in ath11k_pci_config_irq() local
583 ce_pipe = &ab->ce.ce_pipe[i]; in ath11k_pci_config_irq()
590 tasklet_init(&ce_pipe->intr_tq, ath11k_pci_ce_tasklet, in ath11k_pci_config_irq()
[all …]
H A Dce.c576 struct ath11k_ce_pipe *pipe = &ab->ce.ce_pipe[ce_id]; in ath11k_ce_alloc_pipe()
615 struct ath11k_ce_pipe *pipe = &ab->ce.ce_pipe[ce_id]; in ath11k_ce_per_engine_service()
626 struct ath11k_ce_pipe *pipe = &ab->ce.ce_pipe[pipe_id]; in ath11k_ce_poll_send_completed()
636 struct ath11k_ce_pipe *pipe = &ab->ce.ce_pipe[pipe_id]; in ath11k_ce_send()
796 pipe = &ab->ce.ce_pipe[pipe_num]; in ath11k_ce_cleanup_pipes()
814 pipe = &ab->ce.ce_pipe[i]; in ath11k_ce_rx_post_buf()
848 pipe = &ab->ce.ce_pipe[i]; in ath11k_ce_init_pipes()
906 pipe = &ab->ce.ce_pipe[i]; in ath11k_ce_free_pipes()
959 pipe = &ab->ce.ce_pipe[i]; in ath11k_ce_alloc_pipes()
H A Dce.h168 struct ath11k_ce_pipe ce_pipe[CE_COUNT_MAX]; member
H A Dhal.c1305 struct ath11k_ce_pipe *ce_pipe; in ath11k_hal_dump_srng_stats() local
1310 ce_pipe = &ab->ce.ce_pipe[i]; in ath11k_hal_dump_srng_stats()
1316 i, ce_pipe->pipe_num, in ath11k_hal_dump_srng_stats()
1317 jiffies_to_msecs(jiffies - ce_pipe->timestamp)); in ath11k_hal_dump_srng_stats()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dsnoc.c492 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in __ath10k_snoc_rx_post_buf() local
517 ret = ce_pipe->ops->ce_rx_post_buf(ce_pipe, skb, paddr); in __ath10k_snoc_rx_post_buf()
534 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in ath10k_snoc_rx_post_pipe() local
540 if (!ce_pipe->dest_ring) in ath10k_snoc_rx_post_pipe()
544 num = __ath10k_ce_rx_num_free_bufs(ce_pipe); in ath10k_snoc_rx_post_pipe()
691 struct ath10k_ce_pipe *ce_pipe; in ath10k_snoc_hif_tx_sg() local
695 ce_pipe = snoc_pipe->ce_hdl; in ath10k_snoc_hif_tx_sg()
703 err = ath10k_ce_send_nolock(ce_pipe, in ath10k_snoc_hif_tx_sg()
717 err = ath10k_ce_send_nolock(ce_pipe, in ath10k_snoc_hif_tx_sg()
732 __ath10k_ce_send_revert(ce_pipe); in ath10k_snoc_hif_tx_sg()
[all …]
H A Dpci.c768 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in __ath10k_pci_rx_post_buf() local
791 ret = ce_pipe->ops->ce_rx_post_buf(ce_pipe, skb, paddr); in __ath10k_pci_rx_post_buf()
808 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl; in ath10k_pci_rx_post_pipe() local
814 if (!ce_pipe->dest_ring) in ath10k_pci_rx_post_pipe()
818 num = __ath10k_ce_rx_num_free_bufs(ce_pipe); in ath10k_pci_rx_post_pipe()
1240 struct ath10k_ce_pipe *ce_pipe = pipe_info->ce_hdl; in ath10k_pci_process_htt_rx_cb() local
1287 ath10k_ce_rx_update_write_idx(ce_pipe, nentries); in ath10k_pci_process_htt_rx_cb()
1355 struct ath10k_ce_pipe *ce_pipe = pci_pipe->ce_hdl; in ath10k_pci_hif_tx_sg() local
1356 struct ath10k_ce_ring *src_ring = ce_pipe->src_ring; in ath10k_pci_hif_tx_sg()
1381 err = ath10k_ce_send_nolock(ce_pipe, in ath10k_pci_hif_tx_sg()
[all …]