Searched refs:filled_slots (Results 1 – 1 of 1) sorted by relevance
168 unsigned char filled_slots; in host_buffer_is_empty() local171 filled_slots = _host_get_filled_slots(dev); in host_buffer_is_empty()173 if (filled_slots > 0) in host_buffer_is_empty()189 unsigned char buffer_depth, filled_slots, empty_slots; in count_empty_write_slots() local192 filled_slots = _host_get_filled_slots(dev); in count_empty_write_slots()193 empty_slots = buffer_depth - filled_slots; in count_empty_write_slots()195 if (filled_slots > buffer_depth) { in count_empty_write_slots()221 unsigned char buffer_depth, filled_slots, empty_slots; in heci_write_message() local228 filled_slots = _host_get_filled_slots(dev); in heci_write_message()229 empty_slots = buffer_depth - filled_slots; in heci_write_message()[all …]