Searched refs:is_vsw_port (Results 1 – 2 of 2) sorted by relevance
1005 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() local3897 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 …]
389 boolean_t is_vsw_port; /* connected to vswitch ? */ member