Searched refs:vsw_mac_client_init (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/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); 217 rv = vsw_mac_client_init(vswp, port, VSW_VNETPORT); 477 vsw_mac_client_init(vsw_t *vswp, vsw_port_t *port, int type) 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);
|
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);
|
Completed in 75 milliseconds