Searched refs:vsw_mac_client_init (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/sun4v/io/ |
H A D | vsw_phys.c | 107 int vsw_mac_client_init(vsw_t *vswp, vsw_port_t *port, int type); 190 rv = vsw_mac_client_init(vswp, NULL, VSW_LOCALDEV); in vsw_set_addrs() 217 rv = vsw_mac_client_init(vswp, port, VSW_VNETPORT); in vsw_set_addrs() 477 vsw_mac_client_init(vsw_t *vswp, vsw_port_t *port, int type) in vsw_mac_client_init() function
|
H A D | vsw.c | 167 extern int vsw_mac_client_init(vsw_t *vswp, vsw_port_t *port, int type); 1214 rv = vsw_mac_client_init(vswp, NULL, VSW_LOCALDEV); in vsw_m_start()
|
H A D | vsw_ldc.c | 198 extern int vsw_mac_client_init(vsw_t *vswp, vsw_port_t *port, int type); 372 rv = vsw_mac_client_init(vswp, port, VSW_VNETPORT); in vsw_port_attach()
|