Searched refs:bar_idx (Results 1 – 3 of 3) sorted by relevance
87 int bar_idx; in pci_rebar_find_pos() local90 bar_idx = FIELD_GET(PCI_REBAR_CTRL_BAR_IDX, ctrl); in pci_rebar_find_pos()91 if (bar_idx == bar) in pci_rebar_find_pos()238 int bar_idx, size; in pci_restore_rebar_state() local241 bar_idx = ctrl & PCI_REBAR_CTRL_BAR_IDX; in pci_restore_rebar_state()242 res = pci_resource_n(pdev, bar_idx); in pci_restore_rebar_state()
944 int bar_idx, size; in sriov_restore_vf_rebar_state() local947 bar_idx = FIELD_GET(PCI_VF_REBAR_CTRL_BAR_IDX, ctrl); in sriov_restore_vf_rebar_state()948 size = pci_rebar_bytes_to_size(dev->sriov->barsz[bar_idx]); in sriov_restore_vf_rebar_state()
28 #define PSP_REG_BAR(ndev, idx) ((ndev)->priv->psp_regs_off[(idx)].bar_idx)253 int bar_idx; member