Searched defs:vt_mode (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvt.h59 struct vt_mode { struct
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb_82599.c375 bool vt_mode = FALSE; local
379 vt_mode = dcb_config->vt_mode;
382 if (!((tc_count == 8 && vt_mode == FALSE) || tc_count == 4))
385 if (tc_count == 8 && vt_mode == FALSE) {
425 } else if (tc_count == 4 && vt_mode == FALSE) {
462 } else if (tc_count == 4 && vt_mode == TRUE) {
534 if (dcb_config->vt_mode)
549 if (dcb_config->vt_mode)
H A Dixgbe_dcb.h133 bool vt_mode; member in struct:ixgbe_dcb_config

Completed in 909 milliseconds