Lines Matching defs:filled_slots
546 unsigned char filled_slots, empty_slots;
548 filled_slots = mei_hbuf_filled_slots(dev);
549 empty_slots = hw->hbuf_depth - filled_slots;
552 if (filled_slots > hw->hbuf_depth)
647 unsigned char buffer_depth, filled_slots;
653 filled_slots = (unsigned char) (write_ptr - read_ptr);
656 if (filled_slots > buffer_depth)
659 dev_dbg(dev->dev, "filled_slots =%08x\n", filled_slots);
660 return (int)filled_slots;