Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/io/
H A Dvsw_phys.c341 mch = (type == VSW_LOCALDEV) ? vswp->mch : port->p_mch; in vsw_mac_multicast_add()
370 mch = (type == VSW_LOCALDEV) ? vswp->mch : port->p_mch; in vsw_mac_multicast_remove()
399 mch = portp->p_mch; in vsw_mac_multicast_add_all()
441 mch = portp->p_mch; in vsw_mac_multicast_remove_all()
535 mchp = (type == VSW_LOCALDEV) ? &vswp->mch : &port->p_mch; in vsw_maccl_open()
588 mchp = (type == VSW_LOCALDEV) ? &vswp->mch : &port->p_mch; in vsw_maccl_close()
695 if (port->p_mch == NULL) in vsw_set_port_hw_addr()
714 rv = mac_unicast_add(port->p_mch, macaddr, mac_flags, in vsw_set_port_hw_addr()
732 vsw_mac_add_vlans(vswp, port->p_mch, macaddr, in vsw_set_port_hw_addr()
738 mac_rx_set(port->p_mch, vsw_port_rx_cb, (void *)port); in vsw_set_port_hw_addr()
[all …]
H A Dvsw_hio.c206 rv = mac_share_bind(portp->p_mch, ldc_id, &vsharep->vs_cookie); in vsw_hio_alloc_share()
312 mac_share_unbind(portp->p_mch); in vsw_hio_free_share()
/titanic_41/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h415 mac_client_handle_t p_mch; /* mac client handle */ member