Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dcbx.c403 struct dcbx_ets_feature *p_ets; in ecore_dcbx_process_mib_info() local
415 p_ets = &p_hwfn->p_dcbx_info->operational.features.ets; in ecore_dcbx_process_mib_info()
416 pri_tc_tbl = p_ets->pri_tc_tbl[0]; in ecore_dcbx_process_mib_info()
426 p_info->num_active_tc = ECORE_MFW_GET_FIELD(p_ets->flags, DCBX_ETS_MAX_TCS); in ecore_dcbx_process_mib_info()
427 p_hwfn->qm_info.ooo_tc = ECORE_MFW_GET_FIELD(p_ets->flags, DCBX_OOO_TC); in ecore_dcbx_process_mib_info()
616 struct dcbx_ets_feature *p_ets, in ecore_dcbx_get_ets_data() argument
622 p_params->ets_willing = ECORE_MFW_GET_FIELD(p_ets->flags, in ecore_dcbx_get_ets_data()
624 p_params->ets_enabled = ECORE_MFW_GET_FIELD(p_ets->flags, in ecore_dcbx_get_ets_data()
626 p_params->ets_cbs = ECORE_MFW_GET_FIELD(p_ets->flags, DCBX_ETS_CBS); in ecore_dcbx_get_ets_data()
627 p_params->max_ets_tc = ECORE_MFW_GET_FIELD(p_ets->flags, in ecore_dcbx_get_ets_data()
[all …]