Lines Matching refs:num_tcs
82 adapter->dcb_cfg.num_tcs.pg_tcs = MAX_TRAFFIC_CLASS; in __ixgbe_enable_sriov()
83 adapter->dcb_cfg.num_tcs.pfc_tcs = MAX_TRAFFIC_CLASS; in __ixgbe_enable_sriov()
85 adapter->dcb_cfg.num_tcs.pg_tcs = 4; in __ixgbe_enable_sriov()
86 adapter->dcb_cfg.num_tcs.pfc_tcs = 4; in __ixgbe_enable_sriov()
88 adapter->dcb_cfg.num_tcs.pg_tcs = 1; in __ixgbe_enable_sriov()
89 adapter->dcb_cfg.num_tcs.pfc_tcs = 1; in __ixgbe_enable_sriov()
699 u8 num_tcs = adapter->hw_tcs; in ixgbe_vf_reset_event() local
714 if (!vfinfo->pf_vlan && !vfinfo->pf_qos && !num_tcs) { in ixgbe_vf_reset_event()
717 if (vfinfo->pf_qos || !num_tcs) in ixgbe_vf_reset_event()
1020 u8 num_tcs = adapter->hw_tcs; in ixgbe_get_vf_queues() local
1038 if (num_tcs > 1) in ixgbe_get_vf_queues()
1042 if (num_tcs) in ixgbe_get_vf_queues()
1043 msgbuf[IXGBE_VF_TRANS_VLAN] = num_tcs; in ixgbe_get_vf_queues()