Searched refs:p_ets (Results 1 – 1 of 1) sorted by relevance
418 struct dcbx_ets_feature *p_ets; in ecore_dcbx_process_mib_info() local431 p_ets = &p_hwfn->p_dcbx_info->operational.features.ets; in ecore_dcbx_process_mib_info()432 pri_tc_tbl = p_ets->pri_tc_tbl[0]; in ecore_dcbx_process_mib_info()442 p_info->num_active_tc = GET_MFW_FIELD(p_ets->flags, DCBX_ETS_MAX_TCS); in ecore_dcbx_process_mib_info()443 p_hwfn->qm_info.ooo_tc = GET_MFW_FIELD(p_ets->flags, DCBX_OOO_TC); in ecore_dcbx_process_mib_info()636 struct dcbx_ets_feature *p_ets, in ecore_dcbx_get_ets_data() argument642 p_params->ets_willing = GET_MFW_FIELD(p_ets->flags, DCBX_ETS_WILLING); in ecore_dcbx_get_ets_data()643 p_params->ets_enabled = GET_MFW_FIELD(p_ets->flags, DCBX_ETS_ENABLED); in ecore_dcbx_get_ets_data()644 p_params->ets_cbs = GET_MFW_FIELD(p_ets->flags, DCBX_ETS_CBS); in ecore_dcbx_get_ets_data()645 p_params->max_ets_tc = GET_MFW_FIELD(p_ets->flags, DCBX_ETS_MAX_TCS); in ecore_dcbx_get_ets_data()[all …]