Searched refs:mac_notify_remove (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mac_client.h | 153 extern int mac_notify_remove(mac_notify_handle_t, boolean_t);
|
/illumos-gate/usr/src/uts/common/io/vnic/ |
H A D | vnic_dev.c | 613 (void) mac_notify_remove(vnic->vn_mnh, B_TRUE); in vnic_dev_create() 713 (void) mac_notify_remove(vnic->vn_mnh, B_TRUE); in vnic_dev_delete()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/common/io/dls/ |
H A D | dls_link.c | 673 mac_notify_remove(dlp->dl_mnh, B_TRUE); in i_dls_link_destroy()
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vsw_phys.c | 1332 rv = mac_notify_remove(vswp->mnh, B_FALSE); in vsw_notify_rem()
|
/illumos-gate/usr/src/uts/common/io/dld/ |
H A D | dld_str.c | 1108 err = mac_notify_remove(dsp->ds_mnh, B_FALSE); in dld_str_detach()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | bridge.c | 1169 (void) mac_notify_remove(blp->bl_mnh, B_TRUE); in link_shutdown()
|
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_client.c | 3884 mac_notify_remove(mac_notify_handle_t mnh, boolean_t wait) in mac_notify_remove() function
|