Searched refs:dcbx_set (Results 1 – 1 of 1) sorted by relevance
1325 struct qed_dcbx_set dcbx_set; in qed_dcbnl_setstate() local1331 memset(&dcbx_set, 0, sizeof(dcbx_set)); in qed_dcbnl_setstate()1332 rc = qed_dcbx_get_config_params(hwfn, &dcbx_set); in qed_dcbnl_setstate()1336 dcbx_set.enabled = !!state; in qed_dcbnl_setstate()1342 rc = qed_dcbx_config_params(hwfn, ptt, &dcbx_set, 0); in qed_dcbnl_setstate()1429 struct qed_dcbx_set dcbx_set; in qed_dcbnl_setpfccfg() local1440 memset(&dcbx_set, 0, sizeof(dcbx_set)); in qed_dcbnl_setpfccfg()1441 rc = qed_dcbx_get_config_params(hwfn, &dcbx_set); in qed_dcbnl_setpfccfg()1445 dcbx_set.override_flags |= QED_DCBX_OVERRIDE_PFC_CFG; in qed_dcbnl_setpfccfg()1446 dcbx_set.config.params.pfc.prio[priority] = !!setting; in qed_dcbnl_setpfccfg()[all …]