Searched refs:newcfg (Results 1 – 2 of 2) sorted by relevance
201 u32 newcfg; in compute_bar() local208 newcfg = NFP_PCIE_BAR_PCIE2CPP_LengthSelect( in compute_bar()212 newcfg = NFP_PCIE_BAR_PCIE2CPP_LengthSelect( in compute_bar()216 newcfg = NFP_PCIE_BAR_PCIE2CPP_LengthSelect( in compute_bar()227 newcfg |= NFP_PCIE_BAR_PCIE2CPP_MapType( in compute_bar()229 newcfg |= NFP_PCIE_BAR_PCIE2CPP_Target_BaseAddress(tgt); in compute_bar()230 newcfg |= NFP_PCIE_BAR_PCIE2CPP_Action_BaseAddress(act); in compute_bar()231 newcfg |= NFP_PCIE_BAR_PCIE2CPP_Token_BaseAddress(tok); in compute_bar()242 newcfg |= NFP_PCIE_BAR_PCIE2CPP_MapType( in compute_bar()244 newcfg |= NFP_PCIE_BAR_PCIE2CPP_Target_BaseAddress(tgt); in compute_bar()[all …]
520 struct ice_dcbx_cfg *newcfg; in ice_dcb_init_cfg() local525 newcfg = kmemdup(&pi->qos_cfg.local_dcbx_cfg, sizeof(*newcfg), in ice_dcb_init_cfg()527 if (!newcfg) in ice_dcb_init_cfg()530 memset(&pi->qos_cfg.local_dcbx_cfg, 0, sizeof(*newcfg)); in ice_dcb_init_cfg()533 if (ice_pf_dcb_cfg(pf, newcfg, locked)) in ice_dcb_init_cfg()536 kfree(newcfg); in ice_dcb_init_cfg()