Searched defs:ctxt_eager_bufs (Results 1 – 1 of 1) sorted by relevance
173 struct ctxt_eager_bufs { struct174 ssize_t size; /* total size of eager buffers */175 u32 count; /* size of buffers array */176 u32 numbufs; /* number of buffers allocated */177 u32 alloced; /* number of rcvarray entries used */178 u32 rcvtid_size; /* size of each eager rcv tid */179 u32 threshold; /* head update threshold */180 struct eager_buffer {184 } *buffers;185 struct {[all …]