Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
HDecore_dcbx.c420 struct dcbx_ets_feature *p_ets; in ecore_dcbx_process_mib_info() local
433 p_ets = &p_hwfn->p_dcbx_info->operational.features.ets; in ecore_dcbx_process_mib_info()
434 pri_tc_tbl = p_ets->pri_tc_tbl[0]; in ecore_dcbx_process_mib_info()
444 p_info->num_active_tc = GET_MFW_FIELD(p_ets->flags, DCBX_ETS_MAX_TCS); in ecore_dcbx_process_mib_info()
445 p_hwfn->qm_info.ooo_tc = GET_MFW_FIELD(p_ets->flags, DCBX_OOO_TC); in ecore_dcbx_process_mib_info()
638 struct dcbx_ets_feature *p_ets, in ecore_dcbx_get_ets_data() argument
644 p_params->ets_willing = GET_MFW_FIELD(p_ets->flags, DCBX_ETS_WILLING); in ecore_dcbx_get_ets_data()
645 p_params->ets_enabled = GET_MFW_FIELD(p_ets->flags, DCBX_ETS_ENABLED); in ecore_dcbx_get_ets_data()
646 p_params->ets_cbs = GET_MFW_FIELD(p_ets->flags, DCBX_ETS_CBS); in ecore_dcbx_get_ets_data()
647 p_params->max_ets_tc = GET_MFW_FIELD(p_ets->flags, DCBX_ETS_MAX_TCS); in ecore_dcbx_get_ets_data()
[all …]