Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/mei/
H A Dhw-me.c511 unsigned char filled_slots, empty_slots; in mei_me_hbuf_empty_slots() local
513 filled_slots = mei_hbuf_filled_slots(dev); in mei_me_hbuf_empty_slots()
514 empty_slots = hw->hbuf_depth - filled_slots; in mei_me_hbuf_empty_slots()
517 if (filled_slots > hw->hbuf_depth) in mei_me_hbuf_empty_slots()
607 unsigned char buffer_depth, filled_slots; in mei_me_count_full_read_slots() local
613 filled_slots = (unsigned char) (write_ptr - read_ptr); in mei_me_count_full_read_slots()
616 if (filled_slots > buffer_depth) in mei_me_count_full_read_slots()
619 dev_dbg(dev->dev, "filled_slots =%08x\n", filled_slots); in mei_me_count_full_read_slots()
620 return (int)filled_slots; in mei_me_count_full_read_slots()
[all...]
/kernel/linux/linux-6.6/drivers/misc/mei/
H A Dhw-me.c546 unsigned char filled_slots, empty_slots; in mei_me_hbuf_empty_slots() local
548 filled_slots = mei_hbuf_filled_slots(dev); in mei_me_hbuf_empty_slots()
549 empty_slots = hw->hbuf_depth - filled_slots; in mei_me_hbuf_empty_slots()
552 if (filled_slots > hw->hbuf_depth) in mei_me_hbuf_empty_slots()
647 unsigned char buffer_depth, filled_slots; in mei_me_count_full_read_slots() local
653 filled_slots = (unsigned char) (write_ptr - read_ptr); in mei_me_count_full_read_slots()
656 if (filled_slots > buffer_depth) in mei_me_count_full_read_slots()
659 dev_dbg(dev->dev, "filled_slots =%08x\n", filled_slots); in mei_me_count_full_read_slots()
660 return (int)filled_slots; in mei_me_count_full_read_slots()
[all...]

Completed in 4 milliseconds