Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c1392 mip->mi_state_flags |= MIS_NOTIFY_DONE; in i_mac_notify_thread()
1417 !(mip->mi_state_flags & MIS_NOTIFY_DONE)) { in i_mac_notify_exit()
1422 mip->mi_state_flags &= ~MIS_NOTIFY_DONE; in i_mac_notify_exit()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_impl.h606 #define MIS_NOTIFY_DONE 0x0008 macro