Searched refs:vdev_del_notify (Results 1 – 6 of 6) sorted by relevance
2089 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() local2210 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() local3343 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()
1222 ol_txrx_vdev_delete_cb vdev_del_notify; member
1207 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()
1231 ol_txrx_vdev_delete_cb vdev_del_notify; member
4987 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() local6367 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()
4126 ol_txrx_vdev_delete_cb vdev_del_notify; member