Home
last modified time | relevance | path

Searched refs:max_tc (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb_82599.c298 u8 max_tc = 0; in ixgbe_dcb_config_pfc_82599() local
323 if (map[i] > max_tc) in ixgbe_dcb_config_pfc_82599()
324 max_tc = map[i]; in ixgbe_dcb_config_pfc_82599()
329 for (i = 0; i <= max_tc; i++) { in ixgbe_dcb_config_pfc_82599()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dcbx_api.h103 u8 max_tc; member
H A Decore_dcbx.c596 p_params->pfc.max_tc = ECORE_MFW_GET_FIELD(pfc, DCBX_PFC_CAPS); in ecore_dcbx_get_pfc_data()
610 p_params->pfc.willing, pfc_map, p_params->pfc.max_tc, in ecore_dcbx_get_pfc_data()
1188 *pfc |= (u32)p_params->pfc.max_tc << DCBX_PFC_CAPS_SHIFT; in ecore_dcbx_set_pfc_data()
H A Decore_dev.c522 u8 max_tc = ecore_init_qm_get_num_tcs(p_hwfn); in ecore_get_cm_pq_idx_mcos() local
524 if (tc > max_tc) in ecore_get_cm_pq_idx_mcos()
525 DP_ERR(p_hwfn, "tc %d must be smaller than %d\n", tc, max_tc); in ecore_get_cm_pq_idx_mcos()