Lines Matching refs:soc

40 cdp_cfg_set_rx_fwd_disabled(ol_txrx_soc_handle soc, struct cdp_cfg *cfg_pdev,  in cdp_cfg_set_rx_fwd_disabled()  argument
43 if (!soc || !soc->ops) { in cdp_cfg_set_rx_fwd_disabled()
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()
68 cdp_cfg_set_packet_log_enabled(ol_txrx_soc_handle soc, in cdp_cfg_set_packet_log_enabled() argument
71 if (!soc || !soc->ops) { in cdp_cfg_set_packet_log_enabled()
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()
96 *cdp_cfg_attach(ol_txrx_soc_handle soc, in cdp_cfg_attach() argument
99 if (!soc || !soc->ops) { in cdp_cfg_attach()
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()
123 cdp_cfg_vdev_rx_set_intrabss_fwd(ol_txrx_soc_handle soc, in cdp_cfg_vdev_rx_set_intrabss_fwd() argument
126 if (!soc || !soc->ops) { in cdp_cfg_vdev_rx_set_intrabss_fwd()
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()
150 cdp_cfg_is_rx_fwd_disabled(ol_txrx_soc_handle soc, struct cdp_vdev *vdev) in cdp_cfg_is_rx_fwd_disabled() argument
152 if (!soc || !soc->ops) { in cdp_cfg_is_rx_fwd_disabled()
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()
176 cdp_cfg_tx_set_is_mgmt_over_wmi_enabled(ol_txrx_soc_handle soc, in cdp_cfg_tx_set_is_mgmt_over_wmi_enabled() argument
179 if (!soc || !soc->ops) { in cdp_cfg_tx_set_is_mgmt_over_wmi_enabled()
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()
203 cdp_cfg_is_high_latency(ol_txrx_soc_handle soc, struct cdp_cfg *cfg_pdev) in cdp_cfg_is_high_latency() argument
205 if (!soc || !soc->ops) { in cdp_cfg_is_high_latency()
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()
229 cdp_cfg_set_flow_control_parameters(ol_txrx_soc_handle soc, in cdp_cfg_set_flow_control_parameters() argument
232 if (!soc || !soc->ops) { in cdp_cfg_set_flow_control_parameters()
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()
255 static inline void cdp_cfg_set_flow_steering(ol_txrx_soc_handle soc, in cdp_cfg_set_flow_steering() argument
258 if (!soc || !soc->ops) { in cdp_cfg_set_flow_steering()
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()
271 static inline void cdp_cfg_get_max_peer_id(ol_txrx_soc_handle soc, in cdp_cfg_get_max_peer_id() argument
287 cdp_cfg_set_ptp_rx_opt_enabled(ol_txrx_soc_handle soc, in cdp_cfg_set_ptp_rx_opt_enabled() argument
290 if (!soc || !soc->ops) { in cdp_cfg_set_ptp_rx_opt_enabled()
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()
313 cdp_cfg_set_new_htt_msg_format(ol_txrx_soc_handle soc, in cdp_cfg_set_new_htt_msg_format() argument
316 if (!soc || !soc->ops) { in cdp_cfg_set_new_htt_msg_format()
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()
338 cdp_cfg_set_peer_unmap_conf_support(ol_txrx_soc_handle soc, bool val) in cdp_cfg_set_peer_unmap_conf_support() argument
340 if (!soc || !soc->ops) { in cdp_cfg_set_peer_unmap_conf_support()
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()
362 cdp_cfg_get_peer_unmap_conf_support(ol_txrx_soc_handle soc) in cdp_cfg_get_peer_unmap_conf_support() argument
364 if (!soc || !soc->ops) { in cdp_cfg_get_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()
378 cdp_cfg_set_tx_compl_tsf64(ol_txrx_soc_handle soc, in cdp_cfg_set_tx_compl_tsf64() argument
381 if (!soc || !soc->ops) { in cdp_cfg_set_tx_compl_tsf64()
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()
394 cdp_cfg_get_tx_compl_tsf64(ol_txrx_soc_handle soc) in cdp_cfg_get_tx_compl_tsf64() argument
396 if (!soc || !soc->ops) { in cdp_cfg_get_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()