Searched defs:filled_slots (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_interface.c168 unsigned char filled_slots; local
171 filled_slots = _host_get_filled_slots(dev);
173 if (filled_slots > 0)
189 unsigned char buffer_depth, filled_slots, empty_slots; local
192 filled_slots = _host_get_filled_slots(dev);
193 empty_slots = buffer_depth - filled_slots;
195 if (filled_slots > buffer_depth) {
221 unsigned char buffer_depth, filled_slots, empty_slots; local
228 filled_slots = _host_get_filled_slots(dev);
229 empty_slots = buffer_depth - filled_slots;
273 unsigned char buffer_depth, filled_slots; local
[all...]

Completed in 57 milliseconds