Home
last modified time | relevance | path

Searched refs:p_muh (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/sun4v/io/
H A Dvsw_phys.c713 port->p_muh = NULL; in vsw_set_port_hw_addr()
715 &port->p_muh, vid, &diag); in vsw_set_port_hw_addr()
870 (void) mac_unicast_remove(port->p_mch, port->p_muh); in vsw_unset_hw_addr()
871 port->p_muh = NULL; in vsw_unset_hw_addr()
957 muh = (caller == VSW_LOCALDEV) ? vswp->muh : port->p_muh; in vsw_tx_msg()
/titanic_44/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h416 mac_unicast_handle_t p_muh; /* mac unicast handle */ member