Searched refs:muh (Results 1 – 3 of 3) sorted by relevance
788 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() local957 muh = (caller == VSW_LOCALDEV) ? vswp->muh : port->p_muh; in vsw_tx_msg()959 if (mch == NULL || muh == NULL) { in vsw_tx_msg()
2694 mac_unicast_handle_t muh = NULL; in vnet_hio_mac_init() local2732 rv = mac_unicast_add(mch, vnetp->curr_macaddr, mac_flags, &muh, 0, in vnet_hio_mac_init()2737 vnetp->hio_muh = muh; in vnet_hio_mac_init()
157 mac_unicast_handle_t muh; /* mac unicast handle */ member