Lines Matching refs:cfg_ops
49 if (!soc->ops->cfg_ops || in cdp_cfg_set_rx_fwd_disabled()
50 !soc->ops->cfg_ops->set_cfg_rx_fwd_disabled) in cdp_cfg_set_rx_fwd_disabled()
53 soc->ops->cfg_ops->set_cfg_rx_fwd_disabled(cfg_pdev, in cdp_cfg_set_rx_fwd_disabled()
77 if (!soc->ops->cfg_ops || in cdp_cfg_set_packet_log_enabled()
78 !soc->ops->cfg_ops->set_cfg_packet_log_enabled) in cdp_cfg_set_packet_log_enabled()
81 soc->ops->cfg_ops->set_cfg_packet_log_enabled(cfg_pdev, in cdp_cfg_set_packet_log_enabled()
105 if (!soc->ops->cfg_ops || in cdp_cfg_attach()
106 !soc->ops->cfg_ops->cfg_attach) in cdp_cfg_attach()
109 return soc->ops->cfg_ops->cfg_attach(osdev, cfg_param); in cdp_cfg_attach()
132 if (!soc->ops->cfg_ops || in cdp_cfg_vdev_rx_set_intrabss_fwd()
133 !soc->ops->cfg_ops->vdev_rx_set_intrabss_fwd) in cdp_cfg_vdev_rx_set_intrabss_fwd()
136 soc->ops->cfg_ops->vdev_rx_set_intrabss_fwd(soc, vdev_id, val); in cdp_cfg_vdev_rx_set_intrabss_fwd()
158 if (!soc->ops->cfg_ops || in cdp_cfg_is_rx_fwd_disabled()
159 !soc->ops->cfg_ops->is_rx_fwd_disabled) in cdp_cfg_is_rx_fwd_disabled()
162 return soc->ops->cfg_ops->is_rx_fwd_disabled(vdev); in cdp_cfg_is_rx_fwd_disabled()
185 if (!soc->ops->cfg_ops || in cdp_cfg_tx_set_is_mgmt_over_wmi_enabled()
186 !soc->ops->cfg_ops->tx_set_is_mgmt_over_wmi_enabled) in cdp_cfg_tx_set_is_mgmt_over_wmi_enabled()
189 soc->ops->cfg_ops->tx_set_is_mgmt_over_wmi_enabled(value); in cdp_cfg_tx_set_is_mgmt_over_wmi_enabled()
211 if (!soc->ops->cfg_ops || in cdp_cfg_is_high_latency()
212 !soc->ops->cfg_ops->is_high_latency) in cdp_cfg_is_high_latency()
215 return soc->ops->cfg_ops->is_high_latency(cfg_pdev); in cdp_cfg_is_high_latency()
238 if (!soc->ops->cfg_ops || in cdp_cfg_set_flow_control_parameters()
239 !soc->ops->cfg_ops->set_flow_control_parameters) in cdp_cfg_set_flow_control_parameters()
242 soc->ops->cfg_ops->set_flow_control_parameters(cfg_pdev, in cdp_cfg_set_flow_control_parameters()
264 if (!soc->ops->cfg_ops || in cdp_cfg_set_flow_steering()
265 !soc->ops->cfg_ops->set_flow_steering) in cdp_cfg_set_flow_steering()
268 soc->ops->cfg_ops->set_flow_steering(cfg_pdev, val); in cdp_cfg_set_flow_steering()
296 if (!soc->ops->cfg_ops || in cdp_cfg_set_ptp_rx_opt_enabled()
297 !soc->ops->cfg_ops->set_ptp_rx_opt_enabled) in cdp_cfg_set_ptp_rx_opt_enabled()
300 soc->ops->cfg_ops->set_ptp_rx_opt_enabled(cfg_pdev, val); in cdp_cfg_set_ptp_rx_opt_enabled()
321 if (!soc->ops->cfg_ops || in cdp_cfg_set_new_htt_msg_format()
322 !soc->ops->cfg_ops->set_new_htt_msg_format) in cdp_cfg_set_new_htt_msg_format()
325 soc->ops->cfg_ops->set_new_htt_msg_format(val); in cdp_cfg_set_new_htt_msg_format()
346 if (!soc->ops->cfg_ops || in cdp_cfg_set_peer_unmap_conf_support()
347 !soc->ops->cfg_ops->set_peer_unmap_conf_support) in cdp_cfg_set_peer_unmap_conf_support()
350 soc->ops->cfg_ops->set_peer_unmap_conf_support(val); in cdp_cfg_set_peer_unmap_conf_support()
370 if (!soc->ops->cfg_ops || in cdp_cfg_get_peer_unmap_conf_support()
371 !soc->ops->cfg_ops->get_peer_unmap_conf_support) in cdp_cfg_get_peer_unmap_conf_support()
374 return soc->ops->cfg_ops->get_peer_unmap_conf_support(); in cdp_cfg_get_peer_unmap_conf_support()
386 if (!soc->ops->cfg_ops || in cdp_cfg_set_tx_compl_tsf64()
387 !soc->ops->cfg_ops->set_tx_compl_tsf64) in cdp_cfg_set_tx_compl_tsf64()
390 soc->ops->cfg_ops->set_tx_compl_tsf64(val); in cdp_cfg_set_tx_compl_tsf64()
401 if (!soc->ops->cfg_ops || in cdp_cfg_get_tx_compl_tsf64()
402 !soc->ops->cfg_ops->get_tx_compl_tsf64) in cdp_cfg_get_tx_compl_tsf64()
405 return soc->ops->cfg_ops->get_tx_compl_tsf64(); in cdp_cfg_get_tx_compl_tsf64()