Home
last modified time | relevance | path

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

/drivers/scsi/isci/
Dhost.h303 static inline struct isci_pci_info *to_pci_info(struct pci_dev *pdev) in to_pci_info() function
314 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])
Dinit.c348 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()
Dphy.c173 struct isci_pci_info *pci_info = to_pci_info(ihost->pdev); in sci_phy_link_layer_initialization()