Searched refs:vt_mode (Results 1 – 5 of 5) sorted by relevance
375 bool vt_mode = FALSE; in ixgbe_dcb_config_tc_stats_82599() local379 vt_mode = dcb_config->vt_mode; in ixgbe_dcb_config_tc_stats_82599()382 if (!((tc_count == 8 && vt_mode == FALSE) || tc_count == 4)) in ixgbe_dcb_config_tc_stats_82599()385 if (tc_count == 8 && vt_mode == FALSE) { in ixgbe_dcb_config_tc_stats_82599()425 } else if (tc_count == 4 && vt_mode == FALSE) { in ixgbe_dcb_config_tc_stats_82599()462 } else if (tc_count == 4 && vt_mode == TRUE) { in ixgbe_dcb_config_tc_stats_82599()534 if (dcb_config->vt_mode) in ixgbe_dcb_config_82599()549 if (dcb_config->vt_mode) in ixgbe_dcb_config_82599()
133 bool vt_mode; member
633 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()
173 _NOTE(SCHEME_PROTECTS_DATA("D_MTPERMOD protected data", vt_mode))
59 struct vt_mode { struct