Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_interface.c189 unsigned char buffer_depth, filled_slots, empty_slots; in count_empty_write_slots() local
191 buffer_depth = (unsigned char)((dev->host_hw_state & H_CBD) >> 24); 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
227 buffer_depth = (unsigned char)((dev->host_hw_state & H_CBD) >> 24); in heci_write_message()
229 empty_slots = buffer_depth - filled_slots; in heci_write_message()
273 unsigned char buffer_depth, filled_slots; in count_full_read_slots() local
276 buffer_depth = (unsigned char)((dev->me_hw_state & ME_CBD_HRA) >> 24); in count_full_read_slots()
281 if (filled_slots > buffer_depth) { in count_full_read_slots()