Lines Matching refs:rx_ops

1880 	struct wlan_lmac_if_rx_ops *rx_ops;  in get_target_if_spectral_handle_from_psoc()  local
1888 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in get_target_if_spectral_handle_from_psoc()
1889 if (!rx_ops) { in get_target_if_spectral_handle_from_psoc()
1895 rx_ops->sptrl_rx_ops.sptrlro_get_psoc_target_handle(psoc); in get_target_if_spectral_handle_from_psoc()
1912 struct wlan_lmac_if_rx_ops *rx_ops; in target_if_vdev_get_chan_freq() local
1919 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in target_if_vdev_get_chan_freq()
1920 if (!rx_ops) { in target_if_vdev_get_chan_freq()
1925 return rx_ops->sptrl_rx_ops.sptrlro_vdev_get_chan_freq( in target_if_vdev_get_chan_freq()
1942 struct wlan_lmac_if_rx_ops *rx_ops; in target_if_vdev_get_chan_freq_seg2() local
1950 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in target_if_vdev_get_chan_freq_seg2()
1951 if (!rx_ops) { in target_if_vdev_get_chan_freq_seg2()
1956 return rx_ops->sptrl_rx_ops.sptrlro_vdev_get_chan_freq_seg2(vdev); in target_if_vdev_get_chan_freq_seg2()
1972 struct wlan_lmac_if_rx_ops *rx_ops; in target_if_vdev_get_ch_width() local
1980 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in target_if_vdev_get_ch_width()
1981 if (!rx_ops) { in target_if_vdev_get_ch_width()
1986 ch_width = rx_ops->sptrl_rx_ops.sptrlro_vdev_get_ch_width(vdev); in target_if_vdev_get_ch_width()
2021 struct wlan_lmac_if_rx_ops *rx_ops; in target_if_vdev_get_sec20chan_freq_mhz() local
2029 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in target_if_vdev_get_sec20chan_freq_mhz()
2030 if (!rx_ops) { in target_if_vdev_get_sec20chan_freq_mhz()
2035 return rx_ops->sptrl_rx_ops. in target_if_vdev_get_sec20chan_freq_mhz()
2049 struct wlan_lmac_if_rx_ops *rx_ops; in target_if_spectral_is_feature_disabled_psoc() local
2056 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in target_if_spectral_is_feature_disabled_psoc()
2057 if (!rx_ops) { in target_if_spectral_is_feature_disabled_psoc()
2062 if (rx_ops->sptrl_rx_ops. in target_if_spectral_is_feature_disabled_psoc()
2064 return rx_ops->sptrl_rx_ops. in target_if_spectral_is_feature_disabled_psoc()
2080 struct wlan_lmac_if_rx_ops *rx_ops; in target_if_spectral_is_feature_disabled_pdev() local
2094 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in target_if_spectral_is_feature_disabled_pdev()
2095 if (!rx_ops) { in target_if_spectral_is_feature_disabled_pdev()
2100 if (rx_ops->sptrl_rx_ops. in target_if_spectral_is_feature_disabled_pdev()
2102 return rx_ops->sptrl_rx_ops. in target_if_spectral_is_feature_disabled_pdev()
2122 struct wlan_lmac_if_rx_ops *rx_ops; in target_if_spectral_set_rxchainmask() local
2130 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in target_if_spectral_set_rxchainmask()
2131 if (!rx_ops) { in target_if_spectral_set_rxchainmask()
2141 if (rx_ops->sptrl_rx_ops. in target_if_spectral_set_rxchainmask()