Lines Matching defs:filled_slots
511 unsigned char filled_slots, empty_slots;
513 filled_slots = mei_hbuf_filled_slots(dev);
514 empty_slots = hw->hbuf_depth - filled_slots;
517 if (filled_slots > hw->hbuf_depth)
607 unsigned char buffer_depth, filled_slots;
613 filled_slots = (unsigned char) (write_ptr - read_ptr);
616 if (filled_slots > buffer_depth)
619 dev_dbg(dev->dev, "filled_slots =%08x\n", filled_slots);
620 return (int)filled_slots;