Home
last modified time | relevance | path

Searched refs:vt_mode (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb_82599.c388 bool vt_mode = FALSE; in ixgbe_dcb_config_tc_stats_82599() local
392 vt_mode = dcb_config->vt_mode; in ixgbe_dcb_config_tc_stats_82599()
395 if (!((tc_count == 8 && vt_mode == FALSE) || tc_count == 4)) in ixgbe_dcb_config_tc_stats_82599()
398 if (tc_count == 8 && vt_mode == FALSE) { in ixgbe_dcb_config_tc_stats_82599()
438 } else if (tc_count == 4 && vt_mode == FALSE) { in ixgbe_dcb_config_tc_stats_82599()
475 } else if (tc_count == 4 && vt_mode == TRUE) { in ixgbe_dcb_config_tc_stats_82599()
547 if (dcb_config->vt_mode) in ixgbe_dcb_config_82599()
562 if (dcb_config->vt_mode) in ixgbe_dcb_config_82599()
H A Dixgbe_dcb.h134 bool vt_mode; member
/illumos-gate/usr/src/uts/common/io/
H A Dvcons.c633 vt_setmode(vc_state_t *pvc, struct vt_mode *pmode) in vt_setmode()
875 struct vt_mode vtmode; in vt_ioctl()
948 if (!(tmp = allocb(sizeof (struct vt_mode), BPRI_MED))) { in vt_ioctl()
952 *(struct vt_mode *)(void *)tmp->b_rptr = vtmode; in vt_ioctl()
953 tmp->b_wptr += sizeof (struct vt_mode); in vt_ioctl()
954 vt_copyout(q, mp, tmp, sizeof (struct vt_mode)); in vt_ioctl()
958 vt_copyin(q, mp, sizeof (struct vt_mode)); in vt_ioctl()
1142 struct vt_mode *pmode; in vt_miocdata()
1153 pmode = (struct vt_mode *)(void *)mp->b_cont->b_rptr; in vt_miocdata()
H A Dwscons.c175 _NOTE(SCHEME_PROTECTS_DATA("D_MTPERMOD protected data", vt_mode))
/illumos-gate/usr/src/uts/common/sys/
H A Dvt.h59 struct vt_mode { struct