Lines Matching refs:num_tcs
84 adapter->dcb_cfg.num_tcs.pg_tcs = MAX_TRAFFIC_CLASS; in __ixgbe_enable_sriov()
85 adapter->dcb_cfg.num_tcs.pfc_tcs = MAX_TRAFFIC_CLASS; in __ixgbe_enable_sriov()
87 adapter->dcb_cfg.num_tcs.pg_tcs = 4; in __ixgbe_enable_sriov()
88 adapter->dcb_cfg.num_tcs.pfc_tcs = 4; in __ixgbe_enable_sriov()
90 adapter->dcb_cfg.num_tcs.pg_tcs = 1; in __ixgbe_enable_sriov()
91 adapter->dcb_cfg.num_tcs.pfc_tcs = 1; in __ixgbe_enable_sriov()
701 u8 num_tcs = adapter->hw_tcs; in ixgbe_vf_reset_event() local
715 if (!vfinfo->pf_vlan && !vfinfo->pf_qos && !num_tcs) { in ixgbe_vf_reset_event()
718 if (vfinfo->pf_qos || !num_tcs) in ixgbe_vf_reset_event()
1062 u8 num_tcs = adapter->hw_tcs; in ixgbe_get_vf_queues() local
1081 if (num_tcs > 1) in ixgbe_get_vf_queues()
1085 if (num_tcs) in ixgbe_get_vf_queues()
1086 msgbuf[IXGBE_VF_TRANS_VLAN] = num_tcs; in ixgbe_get_vf_queues()