Searched refs:ath11k_ce_pipe (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | ce.c | 210 static int ath11k_ce_rx_buf_enqueue_pipe(struct ath11k_ce_pipe *pipe, in ath11k_ce_rx_buf_enqueue_pipe() 259 static int ath11k_ce_rx_post_pipe(struct ath11k_ce_pipe *pipe) in ath11k_ce_rx_post_pipe() 308 static int ath11k_ce_completed_recv_next(struct ath11k_ce_pipe *pipe, in ath11k_ce_completed_recv_next() 358 static void ath11k_ce_recv_process_cb(struct ath11k_ce_pipe *pipe) in ath11k_ce_recv_process_cb() 398 static struct sk_buff *ath11k_ce_completed_send_next(struct ath11k_ce_pipe *pipe) in ath11k_ce_completed_send_next() 439 static void ath11k_ce_send_done_cb(struct ath11k_ce_pipe *pipe) in ath11k_ce_send_done_cb() 576 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 *pip in ath11k_ce_send() [all...] |
H A D | ce.h | 150 struct ath11k_ce_pipe { struct 157 void (*send_cb)(struct ath11k_ce_pipe *); 168 struct ath11k_ce_pipe ce_pipe[CE_COUNT_MAX];
|
H A D | ahb.c | 152 struct ath11k_ce_pipe *ce_pipe = &ab->ce.ce_pipe[i]; in ath11k_ahb_kill_tasklets() 391 struct ath11k_ce_pipe *ce_pipe = from_tasklet(ce_pipe, t, intr_tq); in ath11k_ahb_ce_tasklet() 400 struct ath11k_ce_pipe *ce_pipe = arg; in ath11k_ahb_ce_interrupt_handler() 535 struct ath11k_ce_pipe *ce_pipe = &ab->ce.ce_pipe[i]; in ath11k_ahb_config_irq()
|
H A D | pci.c | 385 struct ath11k_ce_pipe *ce_pipe = (struct ath11k_ce_pipe *)data; in ath11k_pci_ce_tasklet() 394 struct ath11k_ce_pipe *ce_pipe = arg; in ath11k_pci_ce_interrupt_handler() 566 struct ath11k_ce_pipe *ce_pipe; in ath11k_pci_config_irq() 799 struct ath11k_ce_pipe *ce_pipe = &ab->ce.ce_pipe[i]; in ath11k_pci_kill_tasklets()
|
H A D | hal.c | 1305 struct ath11k_ce_pipe *ce_pipe; in ath11k_hal_dump_srng_stats()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | ce.c | 271 static int ath11k_ce_rx_buf_enqueue_pipe(struct ath11k_ce_pipe *pipe, in ath11k_ce_rx_buf_enqueue_pipe() 320 static int ath11k_ce_rx_post_pipe(struct ath11k_ce_pipe *pipe) in ath11k_ce_rx_post_pipe() 369 static int ath11k_ce_completed_recv_next(struct ath11k_ce_pipe *pipe, in ath11k_ce_completed_recv_next() 419 static void ath11k_ce_recv_process_cb(struct ath11k_ce_pipe *pipe) in ath11k_ce_recv_process_cb() 459 static struct sk_buff *ath11k_ce_completed_send_next(struct ath11k_ce_pipe *pipe) in ath11k_ce_completed_send_next() 500 static void ath11k_ce_tx_process_cb(struct ath11k_ce_pipe *pipe) in ath11k_ce_tx_process_cb() 652 struct ath11k_ce_pipe *pipe = &ab->ce.ce_pipe[ce_id]; in ath11k_ce_alloc_pipe() 691 struct ath11k_ce_pipe *pipe = &ab->ce.ce_pipe[ce_id]; in ath11k_ce_per_engine_service() 703 struct ath11k_ce_pipe *pipe = &ab->ce.ce_pipe[pipe_id]; in ath11k_ce_poll_send_completed() 714 struct ath11k_ce_pipe *pip in ath11k_ce_send() [all...] |
H A D | ce.h | 167 struct ath11k_ce_pipe { struct 185 struct ath11k_ce_pipe ce_pipe[CE_COUNT_MAX];
|
H A D | pcic.c | 383 struct ath11k_ce_pipe *ce_pipe = from_tasklet(ce_pipe, t, intr_tq); in ath11k_pcic_ce_tasklet() 393 struct ath11k_ce_pipe *ce_pipe = arg; in ath11k_pcic_ce_interrupt_handler() 618 struct ath11k_ce_pipe *ce_pipe; in ath11k_pcic_config_irq() 692 struct ath11k_ce_pipe *ce_pipe = &ab->ce.ce_pipe[i]; in ath11k_pcic_kill_tasklets() 804 struct ath11k_ce_pipe *ce_pipe; in ath11k_pci_disable_ce_irqs_except_wake_irq()
|
H A D | ahb.c | 213 struct ath11k_ce_pipe *ce_pipe = &ab->ce.ce_pipe[i]; in ath11k_ahb_kill_tasklets() 467 struct ath11k_ce_pipe *ce_pipe = from_tasklet(ce_pipe, t, intr_tq); in ath11k_ahb_ce_tasklet() 476 struct ath11k_ce_pipe *ce_pipe = arg; in ath11k_ahb_ce_interrupt_handler() 614 struct ath11k_ce_pipe *ce_pipe = &ab->ce.ce_pipe[i]; in ath11k_ahb_config_irq()
|
H A D | hal.c | 1334 struct ath11k_ce_pipe *ce_pipe; in ath11k_hal_dump_srng_stats()
|
Completed in 12 milliseconds