Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fcoe/
H A Dfcoe_eth.c147 if (mac->fm_promisc_handle != NULL) { in fcoe_close_mac()
148 mac_promisc_remove(mac->fm_promisc_handle); in fcoe_close_mac()
149 mac->fm_promisc_handle = NULL; in fcoe_close_mac()
186 &mac->fm_promisc_handle, in fcoe_enable_callback()
218 if (mac->fm_promisc_handle) { in fcoe_disable_callback()
219 mac_promisc_remove(mac->fm_promisc_handle); in fcoe_disable_callback()
220 mac->fm_promisc_handle = NULL; in fcoe_disable_callback()
349 if (mac->fm_promisc_handle == NULL) { in fcoe_mac_set_address()
H A Dfcoe.h136 mac_promisc_handle_t fm_promisc_handle; member
H A Dfcoe.c1304 mac->fm_promisc_handle != NULL ? 1 : 0; in fcoe_get_port_list()