Home
last modified time | relevance | path

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

/csrg-svn/sys/vax/uba/
H A Dnpreg.h202 struct npreq { struct
204 struct npreq *forw; /* Forward pointer for active list */ argument
205 struct npreq *back; /* Backward pointer for active list */ argument
206 struct npreq *free; /* Next member on free list */ argument
207 struct CQE *element; /* CQE associated with this request */
208 int flags; /* Always useful */
209 int reqcnt; /* Request count for reqtab */
210 int bufoffset; /* Offset into buffer for turns */
234 struct npreq *reqtab; /* Header for pool of CQE requests */ argument