Searched defs:is_vsw_port (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvnet_gen.h389 boolean_t is_vsw_port; /* connected to vswitch ? */ member in struct:vgen_port
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_gen.c1005 if (portp->is_vsw_port != B_TRUE) {
2207 portp->is_vsw_port = B_TRUE;
2209 portp->is_vsw_port = B_FALSE;
2292 if (portp->is_vsw_port == B_TRUE) {
2326 if (portp->is_vsw_port == B_TRUE) {
3888 boolean_t is_vsw_port = B_FALSE; local
3897 is_vsw_port = B_TRUE;
3905 if (is_vsw_port == B_TRUE) {
3943 if (is_vsw_port == B_TRUE) { /* vswitch port ? */
3978 if (is_vsw_port
[all...]

Completed in 74 milliseconds