Home
last modified time | relevance | path

Searched refs:muh (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_phys.c788 vswp->muh = NULL; in vsw_set_if_hw_addr()
790 &vswp->muh, vid, &diag); in vsw_set_if_hw_addr()
863 (void) mac_unicast_remove(vswp->mch, vswp->muh); in vsw_unset_hw_addr()
864 vswp->muh = NULL; in vsw_unset_hw_addr()
952 mac_unicast_handle_t muh; in vsw_tx_msg() local
957 muh = (caller == VSW_LOCALDEV) ? vswp->muh : port->p_muh; in vsw_tx_msg()
959 if (mch == NULL || muh == NULL) { in vsw_tx_msg()
H A Dvnet.c2695 mac_unicast_handle_t muh = NULL; in vnet_hio_mac_init() local
2733 rv = mac_unicast_add(mch, vnetp->curr_macaddr, mac_flags, &muh, 0, in vnet_hio_mac_init()
2738 vnetp->hio_muh = muh; in vnet_hio_mac_init()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw.h157 mac_unicast_handle_t muh; /* mac unicast handle */ member