Searched defs:ctxt_eager_bufs (Results 1 – 1 of 1) sorted by relevance
151 struct ctxt_eager_bufs { struct152 ssize_t size; /* total size of eager buffers */153 u32 count; /* size of buffers array */154 u32 numbufs; /* number of buffers allocated */155 u32 alloced; /* number of rcvarray entries used */156 u32 rcvtid_size; /* size of each eager rcv tid */157 u32 threshold; /* head update threshold */158 struct eager_buffer {162 } *buffers;163 struct {[all …]