Home
last modified time | relevance | path

Searched refs:empty_slots (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_interface.c189 unsigned char buffer_depth, filled_slots, empty_slots; in count_empty_write_slots() local
193 empty_slots = buffer_depth - filled_slots; in count_empty_write_slots()
200 return ((int32_t)empty_slots); in count_empty_write_slots()
221 unsigned char buffer_depth, filled_slots, empty_slots; in heci_write_message() local
229 empty_slots = buffer_depth - filled_slots; in heci_write_message()
230 DBG("filled = %u, empty = %u.\n", filled_slots, empty_slots); in heci_write_message()
234 if (dw_to_write > empty_slots) in heci_write_message()