Searched refs:cmn_drv_ops (Results 1 – 6 of 6) sorted by relevance
266 if (!soc->ops->cmn_drv_ops || in cdp_soc_attach_target()267 !soc->ops->cmn_drv_ops->txrx_soc_attach_target) in cdp_soc_attach_target()270 return soc->ops->cmn_drv_ops->txrx_soc_attach_target(soc); in cdp_soc_attach_target()284 if (!soc->ops->cmn_drv_ops || in cdp_vdev_attach()285 !soc->ops->cmn_drv_ops->txrx_vdev_attach) in cdp_vdev_attach()288 return soc->ops->cmn_drv_ops->txrx_vdev_attach(soc, pdev_id, vdev_info); in cdp_vdev_attach()357 if (!soc->ops->cmn_drv_ops || in cdp_vdev_detach()358 !soc->ops->cmn_drv_ops->txrx_vdev_detach) in cdp_vdev_detach()361 return soc->ops->cmn_drv_ops->txrx_vdev_detach(soc, vdev_id, in cdp_vdev_detach()377 if (!soc->ops->cmn_drv_ops || in cdp_vdev_recovery_flush_peers()[all …]
2588 struct cdp_cmn_ops *cmn_drv_ops; member
89 if (!soc->ops->cmn_drv_ops->txrx_sysfs_set_stat_type) { in __hdd_wlan_txrx_stats_store()94 soc->ops->cmn_drv_ops->txrx_sysfs_set_stat_type(soc, in __hdd_wlan_txrx_stats_store()118 if (!soc->ops->cmn_drv_ops->txrx_sysfs_fill_stats) { in __hdd_wlan_txrx_stats_show()122 soc->ops->cmn_drv_ops->txrx_sysfs_fill_stats(soc, in __hdd_wlan_txrx_stats_show()
6624 ops->cmn_drv_ops->txrx_set_monitor_mode = dp_vdev_set_monitor_mode; in dp_mon_cdp_ops_register()6625 ops->cmn_drv_ops->txrx_get_mon_vdev_from_pdev = in dp_mon_cdp_ops_register()6676 ops->cmn_drv_ops->txrx_set_monitor_mode = NULL; in dp_mon_cdp_ops_deregister()6677 ops->cmn_drv_ops->txrx_get_mon_vdev_from_pdev = NULL; in dp_mon_cdp_ops_deregister()
6413 .cmn_drv_ops = &ol_ops_cmn,
13531 soc->cdp_soc.ops->cmn_drv_ops = &dp_ops_cmn; in dp_soc_txrx_ops_attach()