Lines Matching refs:int_ctx
1900 struct dp_intr *int_ctx, in dp_process_rxdma_dst_ring() argument
1908 return dp_monitor_process(soc, int_ctx, in dp_process_rxdma_dst_ring()
1911 return dp_rxdma_err_process(int_ctx, soc, mac_for_pdev, in dp_process_rxdma_dst_ring()
1922 int dp_process_lmac_rings(struct dp_intr *int_ctx, int total_budget) in dp_process_lmac_rings() argument
1924 struct dp_intr_stats *intr_stats = &int_ctx->intr_stats; in dp_process_lmac_rings()
1925 struct dp_soc *soc = int_ctx->soc; in dp_process_lmac_rings()
1943 if (int_ctx->rx_mon_ring_mask & (1 << mac_for_pdev)) { in dp_process_lmac_rings()
1944 work_done = dp_monitor_process(soc, int_ctx, in dp_process_lmac_rings()
1955 if (int_ctx->tx_mon_ring_mask & (1 << mac_for_pdev)) { in dp_process_lmac_rings()
1956 work_done = dp_tx_mon_process(soc, int_ctx, in dp_process_lmac_rings()
1967 if (int_ctx->rxdma2host_ring_mask & in dp_process_lmac_rings()
1969 work_done = dp_process_rxdma_dst_ring(soc, int_ctx, in dp_process_lmac_rings()
1980 if (int_ctx->host2rxdma_ring_mask & (1 << mac_for_pdev)) { in dp_process_lmac_rings()
2003 if (int_ctx->host2rxdma_mon_ring_mask) in dp_process_lmac_rings()
2004 dp_rx_mon_buf_refill(int_ctx); in dp_process_lmac_rings()
2006 if (int_ctx->host2txmon_ring_mask) in dp_process_lmac_rings()
2007 dp_tx_mon_buf_refill(int_ctx); in dp_process_lmac_rings()
2015 struct dp_intr *int_ctx = (struct dp_intr *)dp_ctx; in dp_service_srngs_wrapper() local
2016 struct dp_soc *soc = int_ctx->soc; in dp_service_srngs_wrapper()
2359 int dp_srng_access_start(struct dp_intr *int_ctx, struct dp_soc *dp_soc, in dp_srng_access_start() argument
2366 if (!int_ctx) in dp_srng_access_start()
2372 hif_record_event(dp_soc->hif_handle, int_ctx->dp_intr_id, in dp_srng_access_start()
2378 void dp_srng_access_end(struct dp_intr *int_ctx, struct dp_soc *dp_soc, in dp_srng_access_end() argument
2385 if (!int_ctx) in dp_srng_access_end()
2391 hif_record_event(dp_soc->hif_handle, int_ctx->dp_intr_id, in dp_srng_access_end()