Lines Matching refs:num_tcs
83 adapter->dcb_cfg.num_tcs.pg_tcs = MAX_TRAFFIC_CLASS; in __ixgbe_enable_sriov()
84 adapter->dcb_cfg.num_tcs.pfc_tcs = MAX_TRAFFIC_CLASS; in __ixgbe_enable_sriov()
86 adapter->dcb_cfg.num_tcs.pg_tcs = 4; in __ixgbe_enable_sriov()
87 adapter->dcb_cfg.num_tcs.pfc_tcs = 4; in __ixgbe_enable_sriov()
89 adapter->dcb_cfg.num_tcs.pg_tcs = 1; in __ixgbe_enable_sriov()
90 adapter->dcb_cfg.num_tcs.pfc_tcs = 1; in __ixgbe_enable_sriov()
703 u8 num_tcs = adapter->hw_tcs; in ixgbe_vf_reset_event() local
717 if (!vfinfo->pf_vlan && !vfinfo->pf_qos && !num_tcs) { in ixgbe_vf_reset_event()
720 if (vfinfo->pf_qos || !num_tcs) in ixgbe_vf_reset_event()
1065 u8 num_tcs = adapter->hw_tcs; in ixgbe_get_vf_queues() local
1084 if (num_tcs > 1) in ixgbe_get_vf_queues()
1088 if (num_tcs) in ixgbe_get_vf_queues()
1089 msgbuf[IXGBE_VF_TRANS_VLAN] = num_tcs; in ixgbe_get_vf_queues()