Searched refs:max_tc (Results 1 – 10 of 10) sorted by relevance
194 u8 max_tc = 0; in txgbe_dcb_config_pfc_raptor() local204 if (map[i] > max_tc) in txgbe_dcb_config_pfc_raptor()205 max_tc = map[i]; in txgbe_dcb_config_pfc_raptor()209 for (i = 0; i <= max_tc; i++) { in txgbe_dcb_config_pfc_raptor()
267 u8 max_tc = 0; in ixgbe_dcb_config_pfc_82599() local292 if (map[i] > max_tc) in ixgbe_dcb_config_pfc_82599()293 max_tc = map[i]; in ixgbe_dcb_config_pfc_82599()298 for (i = 0; i <= max_tc; i++) { in ixgbe_dcb_config_pfc_82599()
76 u8 max_tc; member
508 p_params->pfc.max_tc = GET_MFW_FIELD(pfc, DCBX_PFC_CAPS); in ecore_dcbx_get_pfc_data()522 p_params->pfc.willing, pfc_map, p_params->pfc.max_tc, in ecore_dcbx_get_pfc_data()1022 *pfc |= (u32)p_params->pfc.max_tc << DCBX_PFC_CAPS_OFFSET; in ecore_dcbx_set_pfc_data()
2004 u8 max_tc = ecore_init_qm_get_num_tcs(p_hwfn); in ecore_get_cm_pq_idx_mcos() local2006 if (tc > max_tc) in ecore_get_cm_pq_idx_mcos()2007 DP_ERR(p_hwfn, "tc %d must be smaller than %d\n", tc, max_tc); in ecore_get_cm_pq_idx_mcos()2009 return ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_MCOS) + (tc % max_tc); in ecore_get_cm_pq_idx_mcos()
1356 uint8_t max_tc = 0; in hns3_dcb_cfg_validate() local1365 if (dcb_rx_conf->dcb_tc[i] > max_tc) in hns3_dcb_cfg_validate()1366 max_tc = dcb_rx_conf->dcb_tc[i]; in hns3_dcb_cfg_validate()1368 *tc = max_tc + 1; in hns3_dcb_cfg_validate()
2123 int max_tc = 0; in hns3_check_mq_mode() local2171 if (dcb_rx_conf->dcb_tc[i] > max_tc) in hns3_check_mq_mode()2172 max_tc = dcb_rx_conf->dcb_tc[i]; in hns3_check_mq_mode()2175 num_tc = max_tc + 1; in hns3_check_mq_mode()
745 uint8_t max_tc; member
1509 bp->max_tc = resp->max_configurable_queues; in bnxt_hwrm_queue_qportcfg()1511 if (bp->max_tc > BNXT_MAX_QUEUE) in bnxt_hwrm_queue_qportcfg()1512 bp->max_tc = BNXT_MAX_QUEUE; in bnxt_hwrm_queue_qportcfg()1513 bp->max_q = bp->max_tc; in bnxt_hwrm_queue_qportcfg()
1197 u8 max_tc[0x4]; member