Searched refs:pdev_cfg_ctx (Results 1 – 6 of 6) sorted by relevance
261 struct wlan_cfg_dp_pdev_ctxt *pdev_cfg_ctx = pdev->wlan_cfg_ctx; in dp_mon_sw2rxdma_link_ring_alloc() local264 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() local330 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()
2673 struct wlan_cfg_dp_pdev_ctxt *pdev_cfg_ctx = pdev->wlan_cfg_ctx; in dp_mon_dest_rings_alloc() local2676 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()
1576 struct wlan_cfg_dp_pdev_ctxt *pdev_cfg_ctx; in dp_tx_mon_pdev_rings_alloc_2_0() local1580 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()
2907 struct wlan_cfg_dp_pdev_ctxt *pdev_cfg_ctx; in dp_rx_mon_pdev_rings_alloc_2_0() local2909 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()
5847 struct wlan_cfg_dp_pdev_ctxt *pdev_cfg_ctx; in dp_print_pdev_cfg_params() local5854 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()
2884 struct wlan_cfg_dp_pdev_ctxt *pdev_cfg_ctx; in dp_rxdma_ring_alloc() local2889 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() local2917 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()