Home
last modified time | relevance | path

Searched refs:ep_func (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c29 struct dw_pcie_ep_func *ep_func; in dw_pcie_ep_get_func_from_ep() local
31 list_for_each_entry(ep_func, &ep->func_list, list) { in dw_pcie_ep_get_func_from_ep()
32 if (ep_func->func_no == func_no) in dw_pcie_ep_get_func_from_ep()
33 return ep_func; in dw_pcie_ep_get_func_from_ep()
118 struct dw_pcie_ep_func *ep_func = dw_pcie_ep_get_func_from_ep(ep, func_no); in dw_pcie_ep_ib_atu_bar() local
120 if (!ep_func) in dw_pcie_ep_ib_atu_bar()
123 if (!ep_func->bar_to_atu[bar]) in dw_pcie_ep_ib_atu_bar()
126 free_win = ep_func->bar_to_atu[bar] - 1; in dw_pcie_ep_ib_atu_bar()
144 ep_func->bar_to_atu[bar] = free_win + 1; in dw_pcie_ep_ib_atu_bar()
152 struct dw_pcie_ep_func *ep_func = dw_pcie_ep_get_func_from_ep(ep, func_no); in dw_pcie_ep_clear_ib_maps() local
[all …]