Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client.h153 extern int mac_notify_remove(mac_notify_handle_t, boolean_t);
/illumos-gate/usr/src/uts/common/io/vnic/
H A Dvnic_dev.c613 (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 Daggr_port.c287 (mac_notify_remove(port->lp_mnh, B_FALSE) == 0)) { in aggr_port_delete()
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_link.c673 mac_notify_remove(dlp->dl_mnh, B_TRUE); in i_dls_link_destroy()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_phys.c1332 rv = mac_notify_remove(vswp->mnh, B_FALSE); in vsw_notify_rem()
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c1108 err = mac_notify_remove(dsp->ds_mnh, B_FALSE); in dld_str_detach()
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c1169 (void) mac_notify_remove(blp->bl_mnh, B_TRUE); in link_shutdown()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c3884 mac_notify_remove(mac_notify_handle_t mnh, boolean_t wait) in mac_notify_remove() function