Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx.c2089 vdev->vdev_del_notify = txrx_ops->vdev_del_notify; in ol_txrx_vdev_register()
2197 ol_txrx_vdev_delete_cb vdev_del_notify; in ol_txrx_vdev_detach() local
2210 vdev_del_notify = vdev->vdev_del_notify; in ol_txrx_vdev_detach()
2296 if (vdev_del_notify) in ol_txrx_vdev_detach()
2297 vdev_del_notify(vdev_del_context); in ol_txrx_vdev_detach()
3342 ol_txrx_vdev_delete_cb vdev_del_notify = in ol_txrx_peer_release_ref() local
3343 vdev->vdev_del_notify; in ol_txrx_peer_release_ref()
3372 if (vdev_del_notify) in ol_txrx_peer_release_ref()
3373 vdev_del_notify(vdev_del_context); in ol_txrx_peer_release_ref()
H A Dol_txrx_types.h1222 ol_txrx_vdev_delete_cb vdev_del_notify; member
/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/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_cmn_struct.h1231 ol_txrx_vdev_delete_cb vdev_del_notify; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_main.c4987 vdev->vdev_del_notify = txrx_ops->vdev_del_notify; in dp_vdev_register_wifi3()
6343 ol_txrx_vdev_delete_cb vdev_del_notify = NULL; in dp_vdev_unref_delete() local
6367 vdev_del_notify = vdev->vdev_del_notify; in dp_vdev_unref_delete()
6372 vdev_del_notify ? " with del_notify" : ""); in dp_vdev_unref_delete()
6412 if (vdev_del_notify) in dp_vdev_unref_delete()
6413 vdev_del_notify(vdev_del_noitfy_ctx); in dp_vdev_unref_delete()
H A Ddp_types.h4126 ol_txrx_vdev_delete_cb vdev_del_notify; member