Searched defs:iSeries_Device_Node (Results 1 – 1 of 1) sorted by relevance
77 struct iSeries_Device_Node { struct78 struct list_head Device_List; /* Must be first for cast to wo*/79 struct pci_dev* PciDev; /* Pointer to pci_dev structure*/80 struct HvCallPci_DsaAddr DsaAddr;/* Direct Select Address */83 HvAgentId AgentId; /* Hypervisor DevFn */84 int DevFn; /* Linux devfn */85 int BarOffset;86 int Irq; /* Assigned IRQ */87 int ReturnCode; /* Return Code Holder */88 int IoRetry; /* Current Retry Count */[all …]