Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dhptiop.c116 void __iomem *plx = hba->u.itl.plx; in iop_intr_itl()
307 &hba->u.itl.iop->inbound_queue); in iop_send_sync_request_itl()
552 &hba->u.itl.iop->outbound_intmask); in hptiop_enable_intr_itl()
615 if (hba->u.itl.iop == NULL) in hptiop_map_pci_bar_itl()
618 hba->u.itl.plx = hba->u.itl.iop; in hptiop_map_pci_bar_itl()
620 if (hba->u.itl.iop == NULL) { in hptiop_map_pci_bar_itl()
621 iounmap(hba->u.itl.plx); in hptiop_map_pci_bar_itl()
630 if (hba->u.itl.plx) in hptiop_unmap_pci_bar_itl()
631 iounmap(hba->u.itl.plx); in hptiop_unmap_pci_bar_itl()
632 iounmap(hba->u.itl.iop); in hptiop_unmap_pci_bar_itl()
[all …]
H A Dhptiop.h275 } itl; member