Searched refs:empty_slots (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
193 empty_slots = buffer_depth - filled_slots;
200 return ((int32_t)empty_slots);
221 unsigned char buffer_depth, filled_slots, empty_slots; local
229 empty_slots = buffer_depth - filled_slots;
230 DBG("filled = %u, empty = %u.\n", filled_slots, empty_slots);
234 if (dw_to_write > empty_slots)

Completed in 57 milliseconds