Home
last modified time | relevance | path

Searched refs:VSW_LAYER2 (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/sun4v/sys/
H A Dvsw.h83 #define VSW_LAYER2 0x1 /* Layer 2 - MAC switching */ macro
/titanic_41/usr/src/uts/sun4v/io/
H A Dvsw_switching.c304 if (vswp->smode & VSW_LAYER2) { in vsw_setup_switching()
684 if (vswp->smode & VSW_LAYER2) { in vsw_setup_switching_post_process()
724 if ((vswp->smode & VSW_LAYER2) && in vsw_forward_all()
812 if ((vswp->smode & VSW_LAYER2) && in vsw_forward_grp()
H A Dvsw.c1058 *mode = VSW_LAYER2; in vsw_get_md_smodes()
1060 *mode = VSW_LAYER2 | VSW_LAYER2_PROMISC; in vsw_get_md_smodes()
1067 *mode = VSW_LAYER2; in vsw_get_md_smodes()
1768 vswp->smode = VSW_LAYER2; in vsw_get_initial_md_properties()
2303 if (vswp->smode & VSW_LAYER2) { in vsw_update_md_prop()
H A Dvsw_ldc.c2697 if (vswp->smode & VSW_LAYER2) { in vsw_process_attr_info()