Searched refs:empty_slots (Results 1 – 1 of 1) sorted by relevance
189 unsigned char buffer_depth, filled_slots, empty_slots; in count_empty_write_slots() local193 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() local229 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()