Searched refs:filled_slots (Results 1 – 1 of 1) sorted by relevance
422 unsigned char filled_slots, empty_slots; in mei_me_hbuf_empty_slots() local424 filled_slots = mei_hbuf_filled_slots(dev); in mei_me_hbuf_empty_slots()425 empty_slots = dev->hbuf_depth - filled_slots; in mei_me_hbuf_empty_slots()428 if (filled_slots > dev->hbuf_depth) in mei_me_hbuf_empty_slots()509 unsigned char buffer_depth, filled_slots; in mei_me_count_full_read_slots() local515 filled_slots = (unsigned char) (write_ptr - read_ptr); in mei_me_count_full_read_slots()518 if (filled_slots > buffer_depth) in mei_me_count_full_read_slots()521 dev_dbg(dev->dev, "filled_slots =%08x\n", filled_slots); in mei_me_count_full_read_slots()522 return (int)filled_slots; in mei_me_count_full_read_slots()