Home
last modified time | relevance | path

Searched defs:npmaster (Results 1 – 1 of 1) sorted by relevance

/csrg-svn/sys/vax/uba/
H A Dnpreg.h228 struct npmaster { struct
230 struct npmaster *next; /* Linked list of these, NULL terminator */ argument
231 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 */