Searched refs:to_pci_info (Results 1 – 3 of 3) sorted by relevance
303 static inline struct isci_pci_info *to_pci_info(struct pci_dev *pdev) in to_pci_info() function314 for (id = 0, ihost = to_pci_info(pdev)->hosts[id]; \315 id < ARRAY_SIZE(to_pci_info(pdev)->hosts) && ihost; \316 ihost = to_pci_info(pdev)->hosts[++id])
348 struct isci_pci_info *pci_info = to_pci_info(pdev); in isci_setup_interrupts()515 struct isci_orom *orom = to_pci_info(pdev)->orom; in isci_host_alloc()
173 struct isci_pci_info *pci_info = to_pci_info(ihost->pdev); in sci_phy_link_layer_initialization()