Searched refs:mac_notify_remove (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/common/io/fcoe/ |
H A D | fcoe_eth.c | 155 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 D | mac_client.h | 151 extern int mac_notify_remove(mac_notify_handle_t, boolean_t);
|
/titanic_50/usr/src/uts/common/io/vnic/ |
H A D | vnic_dev.c | 597 (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 D | aggr_port.c | 287 (mac_notify_remove(port->lp_mnh, B_FALSE) == 0)) { in aggr_port_delete()
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | vsw_phys.c | 1332 rv = mac_notify_remove(vswp->mnh, B_FALSE); in vsw_notify_rem()
|
/titanic_50/usr/src/uts/common/io/dld/ |
H A D | dld_str.c | 1091 err = mac_notify_remove(dsp->ds_mnh, B_FALSE); in dld_str_detach()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | bridge.c | 1166 (void) mac_notify_remove(blp->bl_mnh, B_TRUE); in link_shutdown()
|
/titanic_50/usr/src/uts/common/io/mac/ |
H A D | mac_client.c | 3728 mac_notify_remove(mac_notify_handle_t mnh, boolean_t wait) in mac_notify_remove() function
|