Lines Matching refs:num_tcs
95 adapter->dcb_cfg.num_tcs.pg_tcs = MAX_TRAFFIC_CLASS; in __ixgbe_enable_sriov()
96 adapter->dcb_cfg.num_tcs.pfc_tcs = MAX_TRAFFIC_CLASS; in __ixgbe_enable_sriov()
98 adapter->dcb_cfg.num_tcs.pg_tcs = 4; in __ixgbe_enable_sriov()
99 adapter->dcb_cfg.num_tcs.pfc_tcs = 4; in __ixgbe_enable_sriov()
101 adapter->dcb_cfg.num_tcs.pg_tcs = 1; in __ixgbe_enable_sriov()
102 adapter->dcb_cfg.num_tcs.pfc_tcs = 1; in __ixgbe_enable_sriov()
523 u8 num_tcs = netdev_get_num_tc(adapter->netdev); in ixgbe_vf_reset_event() local
532 if (!vfinfo->pf_vlan && !vfinfo->pf_qos && !num_tcs) { in ixgbe_vf_reset_event()
535 if (vfinfo->pf_qos || !num_tcs) in ixgbe_vf_reset_event()
929 u8 num_tcs = netdev_get_num_tc(dev); in ixgbe_get_vf_queues() local
946 if (num_tcs > 1) in ixgbe_get_vf_queues()
950 if (num_tcs) in ixgbe_get_vf_queues()
951 msgbuf[IXGBE_VF_TRANS_VLAN] = num_tcs; in ixgbe_get_vf_queues()