Searched refs:filled_slots (Results 1 – 1 of 1) sorted by relevance
86 unsigned char filled_slots; in mei_host_buffer_is_empty() local89 filled_slots = _host_get_filled_slots(dev); in mei_host_buffer_is_empty()91 if (filled_slots == 0) in mei_host_buffer_is_empty()106 unsigned char buffer_depth, filled_slots, empty_slots; in mei_count_empty_write_slots() local110 filled_slots = _host_get_filled_slots(dev); in mei_count_empty_write_slots()111 empty_slots = buffer_depth - filled_slots; in mei_count_empty_write_slots()114 if (filled_slots > buffer_depth) in mei_count_empty_write_slots()137 unsigned char buffer_depth, filled_slots, empty_slots; in mei_write_message() local151 filled_slots = _host_get_filled_slots(dev); in mei_write_message()152 empty_slots = buffer_depth - filled_slots; in mei_write_message()[all …]