Home
last modified time | relevance | path

Searched refs:cdp_ops (Results 1 – 11 of 11) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
Ddp_mon.c74 struct cdp_mon_ops *cdp_ops; in dp_reset_mcopy_mode() local
77 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() local
116 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() local
250 cdp_ops = dp_mon_cdp_ops_get(soc); in dp_reset_monitor_mode_unlock()
[all …]
Ddp_mon.h4312 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()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
Ddp_be.c600 struct cdp_ops *cdp_ops = soc->cdp_soc.ops; in dp_soc_ppeds_attach_be() local
612 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() local
627 cdp_ops->ppeds_ops = NULL; in dp_soc_ppeds_detach_be()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
Ddp_mon_2.0.c1588 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()
Ddp_mon_filter_2.0.c3433 void dp_cfr_filter_register_2_0(struct cdp_ops *ops) in dp_cfr_filter_register_2_0()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
Ddp_mon_1.0.c1582 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()
Ddp_mon_filter_1.0.c1139 void dp_cfr_filter_register_1_0(struct cdp_ops *ops) in dp_cfr_filter_register_1_0()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
Dcdp_txrx_cmn_struct.h1298 struct cdp_ops *ops;
Dcdp_txrx_ops.h2587 struct cdp_ops { struct
/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_txrx.c6412 static struct cdp_ops ol_txrx_ops = {
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_main.c13719 (struct cdp_ops *)qdf_mem_malloc(sizeof(struct cdp_ops)); in dp_soc_attach()