Home
last modified time | relevance | path

Searched refs:HbaInfo (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Ddpt_i2o.c1734 drvrHBAinfo_S HbaInfo; in adpt_ioctl() local
1739 memset(&HbaInfo, 0, sizeof(HbaInfo)); in adpt_ioctl()
1740 HbaInfo.drvrHBAnum = pHba->unit; in adpt_ioctl()
1741 HbaInfo.baseAddr = (ulong) pHba->base_addr_phys; in adpt_ioctl()
1742 HbaInfo.blinkState = adpt_read_blink_led(pHba); in adpt_ioctl()
1743 HbaInfo.pciBusNum = pHba->pDev->bus->number; in adpt_ioctl()
1744 HbaInfo.pciDeviceNum=PCI_SLOT(pHba->pDev->devfn); in adpt_ioctl()
1745 HbaInfo.Interrupt = pHba->pDev->irq; in adpt_ioctl()
1746 HbaInfo in adpt_ioctl()
[all...]

Completed in 3 milliseconds