Searched refs:p_ets (Results 1 – 1 of 1) sorted by relevance
359 struct dcbx_ets_feature *p_ets; in qed_dcbx_process_mib_info() local372 p_ets = &p_hwfn->p_dcbx_info->operational.features.ets; in qed_dcbx_process_mib_info()373 pri_tc_tbl = p_ets->pri_tc_tbl[0]; in qed_dcbx_process_mib_info()383 p_info->num_active_tc = QED_MFW_GET_FIELD(p_ets->flags, in qed_dcbx_process_mib_info()385 p_hwfn->qm_info.ooo_tc = QED_MFW_GET_FIELD(p_ets->flags, DCBX_OOO_TC); in qed_dcbx_process_mib_info()574 struct dcbx_ets_feature *p_ets, in qed_dcbx_get_ets_data() argument580 p_params->ets_willing = QED_MFW_GET_FIELD(p_ets->flags, in qed_dcbx_get_ets_data()582 p_params->ets_enabled = QED_MFW_GET_FIELD(p_ets->flags, in qed_dcbx_get_ets_data()584 p_params->ets_cbs = QED_MFW_GET_FIELD(p_ets->flags, DCBX_ETS_CBS); in qed_dcbx_get_ets_data()585 p_params->max_ets_tc = QED_MFW_GET_FIELD(p_ets->flags, in qed_dcbx_get_ets_data()[all …]