Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4v/io/
H A Dvsw_phys.c107 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 Dvsw.c167 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 Dvsw_ldc.c198 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()