Home
last modified time | relevance | path

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

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