Searched refs:p_feat (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/sys/dev/qlnx/qlnxe/ |
| D | ecore_dcbx.c | 696 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, ¶ms->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, ¶ms->remote.params, in ecore_dcbx_get_remote_params() [all …]
|