Searched refs:p_ets (Results 1 – 1 of 1) sorted by relevance
332 struct dcbx_ets_feature *p_ets; in qed_dcbx_process_mib_info() local345 p_ets = &p_hwfn->p_dcbx_info->operational.features.ets; in qed_dcbx_process_mib_info()346 pri_tc_tbl = p_ets->pri_tc_tbl[0]; in qed_dcbx_process_mib_info()356 p_info->num_active_tc = QED_MFW_GET_FIELD(p_ets->flags, in qed_dcbx_process_mib_info()358 p_hwfn->qm_info.ooo_tc = QED_MFW_GET_FIELD(p_ets->flags, DCBX_OOO_TC); in qed_dcbx_process_mib_info()547 struct dcbx_ets_feature *p_ets, in qed_dcbx_get_ets_data() argument554 p_params->ets_willing = QED_MFW_GET_FIELD(p_ets->flags, in qed_dcbx_get_ets_data()556 p_params->ets_enabled = QED_MFW_GET_FIELD(p_ets->flags, in qed_dcbx_get_ets_data()558 p_params->ets_cbs = QED_MFW_GET_FIELD(p_ets->flags, DCBX_ETS_CBS); in qed_dcbx_get_ets_data()559 p_params->max_ets_tc = QED_MFW_GET_FIELD(p_ets->flags, in qed_dcbx_get_ets_data()[all …]