Searched refs:dcbx_set (Results 1 – 1 of 1) sorted by relevance
1353 struct qed_dcbx_set dcbx_set; in qed_dcbnl_setstate() local1359 memset(&dcbx_set, 0, sizeof(dcbx_set)); in qed_dcbnl_setstate()1360 rc = qed_dcbx_get_config_params(hwfn, &dcbx_set); in qed_dcbnl_setstate()1364 dcbx_set.enabled = !!state; in qed_dcbnl_setstate()1370 rc = qed_dcbx_config_params(hwfn, ptt, &dcbx_set, 0); in qed_dcbnl_setstate()1457 struct qed_dcbx_set dcbx_set; in qed_dcbnl_setpfccfg() local1468 memset(&dcbx_set, 0, sizeof(dcbx_set)); in qed_dcbnl_setpfccfg()1469 rc = qed_dcbx_get_config_params(hwfn, &dcbx_set); in qed_dcbnl_setpfccfg()1473 dcbx_set.override_flags |= QED_DCBX_OVERRIDE_PFC_CFG; in qed_dcbnl_setpfccfg()1474 dcbx_set.config.params.pfc.prio[priority] = !!setting; in qed_dcbnl_setpfccfg()[all …]