Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_dcbx.c696 struct dcbx_features *p_feat; in ecore_dcbx_get_local_params() local
698 p_feat = &p_hwfn->p_dcbx_info->local_admin.features; in ecore_dcbx_get_local_params()
699 ecore_dcbx_get_common_params(p_hwfn, &p_feat->app, in ecore_dcbx_get_local_params()
700 p_feat->app.app_pri_tbl, &p_feat->ets, in ecore_dcbx_get_local_params()
701 p_feat->pfc, &params->local.params, false); in ecore_dcbx_get_local_params()
709 struct dcbx_features *p_feat; in ecore_dcbx_get_remote_params() local
711 p_feat = &p_hwfn->p_dcbx_info->remote.features; in ecore_dcbx_get_remote_params()
712 ecore_dcbx_get_common_params(p_hwfn, &p_feat->app, in ecore_dcbx_get_remote_params()
713 p_feat->app.app_pri_tbl, &p_feat->ets, in ecore_dcbx_get_remote_params()
714 p_feat->pfc, &params->remote.params, in ecore_dcbx_get_remote_params()
[all …]