Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/mei/
Dinterface.c86 unsigned char filled_slots; in mei_host_buffer_is_empty() local
89 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() local
110 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() local
151 filled_slots = _host_get_filled_slots(dev); in mei_write_message()
152 empty_slots = buffer_depth - filled_slots; in mei_write_message()
[all …]