Home
last modified time | relevance | path

Searched refs:is_vsw_port (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/sun4v/io/
H A Dvnet_gen.c1005 if (portp->is_vsw_port != B_TRUE) { in vgen_multicst()
2207 portp->is_vsw_port = B_TRUE; in vgen_port_read_props()
2209 portp->is_vsw_port = B_FALSE; in vgen_port_read_props()
2292 if (portp->is_vsw_port == B_TRUE) { in vgen_port_attach()
2326 if (portp->is_vsw_port == B_TRUE) { in vgen_port_attach()
3888 boolean_t is_vsw_port = B_FALSE; in vgen_process_reset() local
3897 is_vsw_port = B_TRUE; in vgen_process_reset()
3905 if (is_vsw_port == B_TRUE) { in vgen_process_reset()
3943 if (is_vsw_port == B_TRUE) { /* vswitch port ? */ in vgen_process_reset()
3978 if (is_vsw_port == B_FALSE && vgenp->vsw_portp != NULL) { in vgen_process_reset()
[all …]
/titanic_41/usr/src/uts/sun4v/sys/
H A Dvnet_gen.h389 boolean_t is_vsw_port; /* connected to vswitch ? */ member