Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_phys.c317 if (vswp->mnh != 0) { in vsw_mac_close()
319 vswp->mnh = 0; in vsw_mac_close()
1288 mac_notify_handle_t mnh; in vsw_notify_add() local
1314 mnh = mac_notify_add(vswp->mh, vsw_notify_cb, vswp); in vsw_notify_add()
1315 if (mnh == 0) { in vsw_notify_add()
1320 vswp->mnh = mnh; in vsw_notify_add()
1332 rv = mac_notify_remove(vswp->mnh, B_FALSE); in vsw_notify_rem()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw.h158 mac_notify_handle_t mnh; /* mac notify handle */ member
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c3884 mac_notify_remove(mac_notify_handle_t mnh, boolean_t wait) in mac_notify_remove() argument
3886 mac_notify_cb_t *mncb = (mac_notify_cb_t *)mnh; in mac_notify_remove()