Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Ddpt_i2o.c1987 drvrHBAinfo_S HbaInfo; in adpt_ioctl() local
1992 memset(&HbaInfo, 0, sizeof(HbaInfo)); in adpt_ioctl()
1993 HbaInfo.drvrHBAnum = pHba->unit; in adpt_ioctl()
1994 HbaInfo.baseAddr = (ulong) pHba->base_addr_phys; in adpt_ioctl()
1995 HbaInfo.blinkState = adpt_read_blink_led(pHba); in adpt_ioctl()
1996 HbaInfo.pciBusNum = pHba->pDev->bus->number; in adpt_ioctl()
1997 HbaInfo.pciDeviceNum=PCI_SLOT(pHba->pDev->devfn); in adpt_ioctl()
1998 HbaInfo.Interrupt = pHba->pDev->irq; in adpt_ioctl()
1999 HbaInfo.hbaFlags = FLG_OSD_PCI_VALID | FLG_OSD_DMA | FLG_OSD_I2O; in adpt_ioctl()
2000 if(copy_to_user(argp, &HbaInfo, sizeof(HbaInfo))){ in adpt_ioctl()