Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_eth.c154 if (mac->fm_notify_handle != NULL) { in fcoe_close_mac()
155 ret = mac_notify_remove(mac->fm_notify_handle, B_TRUE); in fcoe_close_mac()
157 mac->fm_notify_handle = NULL; in fcoe_close_mac()
208 mac->fm_notify_handle = mac_notify_add(mac->fm_handle, in fcoe_enable_callback()
225 if (mac->fm_notify_handle) { in fcoe_disable_callback()
226 ret = mac_notify_remove(mac->fm_notify_handle, B_TRUE); in fcoe_disable_callback()
228 mac->fm_notify_handle = NULL; in fcoe_disable_callback()
H A Dfcoe.h137 mac_notify_handle_t fm_notify_handle; member