Lines Matching defs:slots
294 * @hbuf_free_slots : query for write buffer empty slots
300 * @rdbuf_full_slots : query how many slots are filled
576 * mei_data2slots - get slots number from a message length
580 * Return: number of slots
588 * mei_hbm2slots - get slots number from a hbm message length
593 * Return: number of slots
601 * mei_slots2data - get data in slots - bytes from slots
603 * @slots: number of available slots
605 * Return: number of bytes in slots
607 static inline u32 mei_slots2data(int slots)
609 return slots * MEI_SLOT_SIZE;
641 struct list_head *cmpl_list, s32 *slots);