Searched refs:cdp_ops (Results 1 – 11 of 11) sorted by relevance
74 struct cdp_mon_ops *cdp_ops; in dp_reset_mcopy_mode() local77 cdp_ops = dp_mon_cdp_ops_get(pdev->soc); in dp_reset_mcopy_mode()78 if (cdp_ops && cdp_ops->config_full_mon_mode) in dp_reset_mcopy_mode()79 cdp_ops->soc_config_full_mon_mode((struct cdp_pdev *)pdev, in dp_reset_mcopy_mode()98 struct cdp_mon_ops *cdp_ops; in dp_config_mcopy_mode() local116 cdp_ops = dp_mon_cdp_ops_get(pdev->soc); in dp_config_mcopy_mode()117 if (cdp_ops && cdp_ops->config_full_mon_mode) in dp_config_mcopy_mode()118 cdp_ops->soc_config_full_mon_mode((struct cdp_pdev *)pdev, in dp_config_mcopy_mode()243 struct cdp_mon_ops *cdp_ops; in dp_reset_monitor_mode_unlock() local250 cdp_ops = dp_mon_cdp_ops_get(soc); in dp_reset_monitor_mode_unlock()[all …]
4312 struct cdp_ops *ops = soc->cdp_soc.ops; in dp_mon_cdp_ops_get()4426 void dp_mon_cdp_ops_register_1_0(struct cdp_ops *ops);4435 void dp_cfr_filter_register_1_0(struct cdp_ops *ops);4483 void dp_mon_cdp_ops_register_2_0(struct cdp_ops *ops);4492 void dp_cfr_filter_register_2_0(struct cdp_ops *ops);4502 dp_mon_cdp_ops_register_2_0(struct cdp_ops *ops) in dp_mon_cdp_ops_register_2_0()
600 struct cdp_ops *cdp_ops = soc->cdp_soc.ops; in dp_soc_ppeds_attach_be() local612 cdp_ops->ppeds_ops = &dp_ops_ppeds_be; in dp_soc_ppeds_attach_be()620 struct cdp_ops *cdp_ops = soc->cdp_soc.ops; in dp_soc_ppeds_detach_be() local627 cdp_ops->ppeds_ops = NULL; in dp_soc_ppeds_detach_be()
1588 void dp_mon_cdp_ops_register_2_0(struct cdp_ops *ops) in dp_mon_cdp_ops_register_2_0()1612 void dp_mon_cdp_ops_register_2_0(struct cdp_ops *ops) in dp_mon_cdp_ops_register_2_0()
3433 void dp_cfr_filter_register_2_0(struct cdp_ops *ops) in dp_cfr_filter_register_2_0()
1582 void dp_mon_cdp_ops_register_1_0(struct cdp_ops *ops) in dp_mon_cdp_ops_register_1_0()1607 void dp_mon_cdp_ops_register_1_0(struct cdp_ops *ops) in dp_mon_cdp_ops_register_1_0()
1139 void dp_cfr_filter_register_1_0(struct cdp_ops *ops) in dp_cfr_filter_register_1_0()
1298 struct cdp_ops *ops;
2587 struct cdp_ops { struct
6412 static struct cdp_ops ol_txrx_ops = {
13719 (struct cdp_ops *)qdf_mem_malloc(sizeof(struct cdp_ops)); in dp_soc_attach()