HomeSort by: relevance | last modified time | path
    Searched defs:vt_mode (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_dcb_82599.c 391 bool vt_mode = FALSE; local in function:ixgbe_dcb_config_tc_stats_82599
395 vt_mode = dcb_config->vt_mode;
398 if (!((tc_count == 8 && vt_mode == FALSE) || tc_count == 4))
401 if (tc_count == 8 && vt_mode == FALSE) {
441 } else if (tc_count == 4 && vt_mode == FALSE) {
478 } else if (tc_count == 4 && vt_mode == TRUE) {
550 if (dcb_config->vt_mode)
565 if (dcb_config->vt_mode)
ixgbe_dcb.h 135 bool vt_mode; member in struct:ixgbe_dcb_config
  /src/sys/dev/wscons/
wsdisplay_usl_io.h 12 struct vt_mode { struct
23 typedef struct vt_mode vtmode_t;

Completed in 13 milliseconds