Searched defs:tbstream_dev (Results 1 – 1 of 1) sorted by relevance
140 struct tbstream_dev { struct141 struct config_group group;142 struct tbstream *stream;143 struct miscdevice misc;144 struct kref kref;145 int index;146 int in_hopid;147 int out_hopid;148 unsigned int ring_size;149 unsigned int throttling;[all …]