Home
last modified time | relevance | path

Searched refs:pdev_cfg_ctx (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
H A Ddp_mon_1.0.c261 struct wlan_cfg_dp_pdev_ctxt *pdev_cfg_ctx = pdev->wlan_cfg_ctx; in dp_mon_sw2rxdma_link_ring_alloc() local
264 entries = wlan_cfg_get_dma_sw2rxdma_link_ring_size(pdev_cfg_ctx); in dp_mon_sw2rxdma_link_ring_alloc()
328 struct wlan_cfg_dp_pdev_ctxt *pdev_cfg_ctx; in dp_mon_rings_alloc_1_0() local
330 pdev_cfg_ctx = pdev->wlan_cfg_ctx; in dp_mon_rings_alloc_1_0()
337 entries = wlan_cfg_get_dma_mon_stat_ring_size(pdev_cfg_ctx); in dp_mon_rings_alloc_1_0()
H A Ddp_rx_mon_dest_1.0.c2673 struct wlan_cfg_dp_pdev_ctxt *pdev_cfg_ctx = pdev->wlan_cfg_ctx; in dp_mon_dest_rings_alloc() local
2676 entries = wlan_cfg_get_dma_mon_buf_ring_size(pdev_cfg_ctx); in dp_mon_dest_rings_alloc()
2682 entries = wlan_cfg_get_dma_rx_mon_dest_ring_size(pdev_cfg_ctx); in dp_mon_dest_rings_alloc()
2688 entries = wlan_cfg_get_dma_mon_desc_ring_size(pdev_cfg_ctx); in dp_mon_dest_rings_alloc()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_tx_mon_2.0.c1576 struct wlan_cfg_dp_pdev_ctxt *pdev_cfg_ctx; in dp_tx_mon_pdev_rings_alloc_2_0() local
1580 pdev_cfg_ctx = pdev->wlan_cfg_ctx; in dp_tx_mon_pdev_rings_alloc_2_0()
1581 entries = wlan_cfg_get_dma_tx_mon_dest_ring_size(pdev_cfg_ctx); in dp_tx_mon_pdev_rings_alloc_2_0()
H A Ddp_rx_mon_2.0.c2907 struct wlan_cfg_dp_pdev_ctxt *pdev_cfg_ctx; in dp_rx_mon_pdev_rings_alloc_2_0() local
2909 pdev_cfg_ctx = pdev->wlan_cfg_ctx; in dp_rx_mon_pdev_rings_alloc_2_0()
2910 entries = wlan_cfg_get_dma_rx_mon_dest_ring_size(pdev_cfg_ctx); in dp_rx_mon_pdev_rings_alloc_2_0()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_stats.c5847 struct wlan_cfg_dp_pdev_ctxt *pdev_cfg_ctx; in dp_print_pdev_cfg_params() local
5854 pdev_cfg_ctx = pdev->wlan_cfg_ctx; in dp_print_pdev_cfg_params()
5856 if (!pdev_cfg_ctx) { in dp_print_pdev_cfg_params()
5862 pdev_cfg_ctx->rx_dma_buf_ring_size); in dp_print_pdev_cfg_params()
5864 pdev_cfg_ctx->dma_mon_buf_ring_size); in dp_print_pdev_cfg_params()
5866 pdev_cfg_ctx->dma_rx_mon_dest_ring_size); in dp_print_pdev_cfg_params()
5868 pdev_cfg_ctx->dma_mon_status_ring_size); in dp_print_pdev_cfg_params()
5870 pdev_cfg_ctx->rxdma_monitor_desc_ring); in dp_print_pdev_cfg_params()
5872 pdev_cfg_ctx->num_mac_rings); in dp_print_pdev_cfg_params()
H A Ddp_main.c2884 struct wlan_cfg_dp_pdev_ctxt *pdev_cfg_ctx; in dp_rxdma_ring_alloc() local
2889 pdev_cfg_ctx = pdev->wlan_cfg_ctx; in dp_rxdma_ring_alloc()
2890 max_mac_rings = wlan_cfg_get_num_mac_rings(pdev_cfg_ctx); in dp_rxdma_ring_alloc()
2891 ring_size = wlan_cfg_get_rx_dma_buf_ring_size(pdev_cfg_ctx); in dp_rxdma_ring_alloc()
2913 struct wlan_cfg_dp_pdev_ctxt *pdev_cfg_ctx; in dp_rxdma_ring_setup() local
2917 pdev_cfg_ctx = pdev->wlan_cfg_ctx; in dp_rxdma_ring_setup()
2918 max_mac_rings = wlan_cfg_get_num_mac_rings(pdev_cfg_ctx); in dp_rxdma_ring_setup()