Searched refs:is_vsw_port (Results 1 – 2 of 2) sorted by relevance
1008 if (portp->is_vsw_port != B_TRUE) { in vgen_multicst()2210 portp->is_vsw_port = B_TRUE; in vgen_port_read_props()2212 portp->is_vsw_port = B_FALSE; in vgen_port_read_props()2295 if (portp->is_vsw_port == B_TRUE) { in vgen_port_attach()2329 if (portp->is_vsw_port == B_TRUE) { in vgen_port_attach()3891 boolean_t is_vsw_port = B_FALSE; in vgen_process_reset() local3900 is_vsw_port = B_TRUE; in vgen_process_reset()3908 if (is_vsw_port == B_TRUE) { in vgen_process_reset()3946 if (is_vsw_port == B_TRUE) { /* vswitch port ? */ in vgen_process_reset()3981 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