Home
last modified time | relevance | path

Searched refs:cdp_mon_ops (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
Ddp_mon_2.0.c1473 struct cdp_mon_ops dp_ops_mon_2_0 = {
1590 struct cdp_mon_ops *mon_ops = NULL; in dp_mon_cdp_ops_register_2_0()
1597 mon_ops = qdf_mem_malloc(sizeof(struct cdp_mon_ops)); in dp_mon_cdp_ops_register_2_0()
1603 qdf_mem_copy(mon_ops, &dp_ops_mon_2_0, sizeof(struct cdp_mon_ops)); in dp_mon_cdp_ops_register_2_0()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
Ddp_mon_1.0.c1524 struct cdp_mon_ops dp_ops_mon_1_0 = {
1584 struct cdp_mon_ops *mon_ops = NULL; in dp_mon_cdp_ops_register_1_0()
1591 mon_ops = qdf_mem_malloc(sizeof(struct cdp_mon_ops)); in dp_mon_cdp_ops_register_1_0()
1597 qdf_mem_copy(mon_ops, &dp_ops_mon_1_0, sizeof(struct cdp_mon_ops)); in dp_mon_cdp_ops_register_1_0()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
Ddp_mon.c74 struct cdp_mon_ops *cdp_ops; in dp_reset_mcopy_mode()
98 struct cdp_mon_ops *cdp_ops; in dp_config_mcopy_mode()
243 struct cdp_mon_ops *cdp_ops; in dp_reset_monitor_mode_unlock()
503 struct cdp_mon_ops *cdp_ops; in dp_vdev_set_monitor_mode()
5592 struct cdp_mon_ops *cdp_ops; in dp_mon_soc_cfg_init()
6555 struct cdp_mon_ops *cdp_mon_ops = ops->mon_ops; in dp_mon_ops_free() local
6559 if (cdp_mon_ops) in dp_mon_ops_free()
6560 qdf_mem_free(cdp_mon_ops); in dp_mon_ops_free()
Ddp_mon.h4310 struct cdp_mon_ops *dp_mon_cdp_ops_get(struct dp_soc *soc) in dp_mon_cdp_ops_get()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
Dcdp_txrx_ops.h1048 struct cdp_mon_ops { struct
2591 struct cdp_mon_ops *mon_ops;
/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_txrx.c6396 static struct cdp_mon_ops ol_ops_mon = {