Searched defs:npreq (Results 1 – 1 of 1) sorted by relevance
202 struct npreq { struct204 struct npreq *forw; /* Forward pointer for active list */ argument205 struct npreq *back; /* Backward pointer for active list */ argument206 struct npreq *free; /* Next member on free list */ argument207 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