Home
last modified time | relevance | path

Searched refs:mac_notify_remove (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/io/fcoe/
H A Dfcoe_eth.c155 ret = mac_notify_remove(mac->fm_notify_handle, B_TRUE); in fcoe_close_mac()
226 ret = mac_notify_remove(mac->fm_notify_handle, B_TRUE); in fcoe_disable_callback()
/titanic_50/usr/src/uts/common/sys/
H A Dmac_client.h151 extern int mac_notify_remove(mac_notify_handle_t, boolean_t);
/titanic_50/usr/src/uts/common/io/vnic/
H A Dvnic_dev.c597 (void) mac_notify_remove(vnic->vn_mnh, B_TRUE); in vnic_dev_create()
697 (void) mac_notify_remove(vnic->vn_mnh, B_TRUE); in vnic_dev_delete()
/titanic_50/usr/src/uts/common/io/aggr/
H A Daggr_port.c287 (mac_notify_remove(port->lp_mnh, B_FALSE) == 0)) { in aggr_port_delete()
/titanic_50/usr/src/uts/sun4v/io/
H A Dvsw_phys.c1332 rv = mac_notify_remove(vswp->mnh, B_FALSE); in vsw_notify_rem()
/titanic_50/usr/src/uts/common/io/dld/
H A Ddld_str.c1091 err = mac_notify_remove(dsp->ds_mnh, B_FALSE); in dld_str_detach()
/titanic_50/usr/src/uts/common/io/
H A Dbridge.c1166 (void) mac_notify_remove(blp->bl_mnh, B_TRUE); in link_shutdown()
/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_client.c3728 mac_notify_remove(mac_notify_handle_t mnh, boolean_t wait) in mac_notify_remove() function