Searched defs:npmaster (Results 1 – 1 of 1) sorted by relevance
228 struct npmaster { struct230 struct npmaster *next; /* Linked list of these, NULL terminator */ argument231 struct npspace *shmemp; /* Shared memory address (driver <-> device) */232 struct uba_device *devp; /* UBA Device for this unit */233 struct NPREG *iobase; /* I/O base address for this board */234 struct npreq *reqtab; /* Header for pool of CQE requests */235 int iomapbase; /* Base index of I/O map reg's allocated */236 int flags; /* State of the Board */237 int unit; /* Unit number of this device */238 int vector; /* Interrupt vector for this unit */