Home
last modified time | relevance | path

Searched refs:mac_unicast_remove (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client.h133 extern int mac_unicast_remove(mac_client_handle_t, mac_unicast_handle_t);
/illumos-gate/usr/src/uts/common/io/vnic/
H A Dvnic_dev.c615 (void) mac_unicast_remove(vnic->vn_mch, vnic->vn_muh); in vnic_dev_create()
714 (void) mac_unicast_remove(vnic->vn_mch, vnic->vn_muh); in vnic_dev_delete()
946 (void) mac_unicast_remove(vn->vn_mc_handles[i], in vnic_cleanup_secondary_macs()
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_eth.c161 (void) mac_unicast_remove(mac->fm_cli_handle, in fcoe_close_mac()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_phys.c863 (void) mac_unicast_remove(vswp->mch, vswp->muh); in vsw_unset_hw_addr()
870 (void) mac_unicast_remove(port->p_mch, port->p_muh); in vsw_unset_hw_addr()
1177 (void) mac_unicast_remove(mch, vidp->vl_muh); in vsw_mac_remove_vlans()
H A Dvnet.c2775 (void) mac_unicast_remove(vnetp->hio_mch, vnetp->hio_muh); in vnet_hio_mac_cleanup()
/illumos-gate/usr/src/uts/intel/io/viona/
H A Dviona_main.c800 VERIFY0(mac_unicast_remove(link->l_mch, in viona_ioc_create()
869 VERIFY0(mac_unicast_remove(link->l_mch, link->l_muh)); in viona_ioc_delete()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnbo.c424 (void) mac_unicast_remove(xnbop->o_mch, xnbop->o_mah); in i_xnbo_close_mac()
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls.c686 (void) mac_unicast_remove(dlp->dl_mch, dlp->dl_mah); in dls_mac_active_clear()
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_port.c312 (void) mac_unicast_remove(port->lp_mch, port->lp_mah); in aggr_port_delete()
H A Daggr_grp.c3216 (void) mac_unicast_remove(port->lp_mch, port->lp_mah); in aggr_set_port_sdu()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c3057 mac_unicast_remove(mac_client_handle_t mch, mac_unicast_handle_t mah) in mac_unicast_remove() function