Searched refs:dcbx_set (Results 1 – 1 of 1) sorted by relevance
1327 struct qed_dcbx_set dcbx_set; in qed_dcbnl_setstate() local1333 memset(&dcbx_set, 0, sizeof(dcbx_set)); in qed_dcbnl_setstate()1334 rc = qed_dcbx_get_config_params(hwfn, &dcbx_set); in qed_dcbnl_setstate()1338 dcbx_set.enabled = !!state; in qed_dcbnl_setstate()1344 rc = qed_dcbx_config_params(hwfn, ptt, &dcbx_set, 0); in qed_dcbnl_setstate()1431 struct qed_dcbx_set dcbx_set; in qed_dcbnl_setpfccfg() local1442 memset(&dcbx_set, 0, sizeof(dcbx_set)); in qed_dcbnl_setpfccfg()1443 rc = qed_dcbx_get_config_params(hwfn, &dcbx_set); in qed_dcbnl_setpfccfg()1447 dcbx_set.override_flags |= QED_DCBX_OVERRIDE_PFC_CFG; in qed_dcbnl_setpfccfg()1448 dcbx_set.config.params.pfc.prio[priority] = !!setting; in qed_dcbnl_setpfccfg()[all …]