Home
last modified time | relevance | path

Searched refs:vn_mnh (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dvnic_impl.h64 mac_notify_handle_t vn_mnh; member
/titanic_50/usr/src/uts/common/io/vnic/
H A Dvnic_dev.c431 vnic->vn_mnh = mac_notify_add(vnic->vn_lower_mh, vnic_notify_cb, in vnic_dev_create()
596 if (vnic->vn_mnh != NULL) in vnic_dev_create()
597 (void) mac_notify_remove(vnic->vn_mnh, B_TRUE); in vnic_dev_create()
697 (void) mac_notify_remove(vnic->vn_mnh, B_TRUE); in vnic_dev_delete()