Lines Matching refs:ls_epc
45 struct pci_epc_features *ls_epc;
147 return pcie->ls_epc;
164 pcie->ls_epc->msi_capable = ep_func->msi_cap ? true : false;
165 pcie->ls_epc->msix_capable = ep_func->msix_cap ? true : false;
232 struct pci_epc_features *ls_epc;
245 ls_epc = devm_kzalloc(dev, sizeof(*ls_epc), GFP_KERNEL);
246 if (!ls_epc)
254 ls_epc->bar_fixed_64bit = (1 << BAR_2) | (1 << BAR_4);
255 ls_epc->linkup_notifier = true;
258 pcie->ls_epc = ls_epc;