Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_interface.c168 unsigned char filled_slots; in host_buffer_is_empty() local
171 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() local
192 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() local
228 filled_slots = _host_get_filled_slots(dev); in heci_write_message()
229 empty_slots = buffer_depth - filled_slots; in heci_write_message()
[all …]