Searched refs:buffer_depth (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_interface.c189 unsigned char buffer_depth, filled_slots, empty_slots; local
191 buffer_depth = (unsigned char)((dev->host_hw_state & H_CBD) >> 24);
193 empty_slots = buffer_depth - filled_slots;
195 if (filled_slots > buffer_depth) {
221 unsigned char buffer_depth, filled_slots, empty_slots; local
227 buffer_depth = (unsigned char)((dev->host_hw_state & H_CBD) >> 24);
229 empty_slots = buffer_depth - filled_slots;
273 unsigned char buffer_depth, filled_slots; local
276 buffer_depth = (unsigned char)((dev->me_hw_state & ME_CBD_HRA) >> 24);
281 if (filled_slots > buffer_depth) {
[all...]

Completed in 58 milliseconds