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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DBusLogic.c658 struct BusLogic_PCIHostAdapterInformation PCIHostAdapterInformation; local
707 if (BusLogic_Command(HostAdapter, BusLogic_InquirePCIHostAdapterInformation, NULL, 0, &PCIHostAdapterInformation, sizeof(PCIHostAdapterInformation))
708 == sizeof(PCIHostAdapterInformation)) {
709 if (PCIHostAdapterInformation.ISACompatibleIOPort < 6)
710 StandardAddressSeen[PCIHostAdapterInformation.ISACompatibleIOPort] = true;
712 PCIHostAdapterInformation.ISACompatibleIOPort = BusLogic_IO_Disable;
748 if (PCIHostAdapterInformation.ISACompatibleIOPort == BusLogic_IO_330) {
1258 struct BusLogic_PCIHostAdapterInformation PCIHostAdapterInformation; local
1476 if (BusLogic_Command(HostAdapter, BusLogic_InquirePCIHostAdapterInformation, NULL, 0, &PCIHostAdapterInformation, sizeo
[all...]

Completed in 37 milliseconds