Home
last modified time | relevance | path

Searched refs:wlan_dp_link_cdp_vdev_delete_notification (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/components/dp/dispatcher/src/
H A Dwlan_dp_ucfg_api.c1207 txrx_ops.vdev_del_notify = wlan_dp_link_cdp_vdev_delete_notification; in ucfg_dp_sta_register_txrx_ops()
1263 txrx_ops.vdev_del_notify = wlan_dp_link_cdp_vdev_delete_notification; in ucfg_dp_tdlsta_register_txrx_ops()
1299 txrx_ops.vdev_del_notify = wlan_dp_link_cdp_vdev_delete_notification; in ucfg_dp_ocb_register_txrx_ops()
1337 txrx_ops.vdev_del_notify = wlan_dp_link_cdp_vdev_delete_notification; in ucfg_dp_mon_register_txrx_ops()
1381 txrx_ops->vdev_del_notify = wlan_dp_link_cdp_vdev_delete_notification; in ucfg_dp_softap_register_txrx_ops()
/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_main.h976 void wlan_dp_link_cdp_vdev_delete_notification(void *context);
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_main.c2027 void wlan_dp_link_cdp_vdev_delete_notification(void *context) in wlan_dp_link_cdp_vdev_delete_notification() function