Home
last modified time | relevance | path

Searched refs:hbuf_depth (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/misc/mei/
Dhw-me.c182 dev->hbuf_depth = (hcsr & H_CBD) >> 24; in mei_me_hw_config()
434 empty_slots = dev->hbuf_depth - filled_slots; in mei_me_hbuf_empty_slots()
437 if (filled_slots > dev->hbuf_depth) in mei_me_hbuf_empty_slots()
452 return dev->hbuf_depth * sizeof(u32) - sizeof(struct mei_msg_hdr); in mei_me_hbuf_max_len()
Dhw-txe.c666 dev->hbuf_depth = PAYLOAD_SIZE / 4; in mei_txe_hw_config()
692 int slots = dev->hbuf_depth; in mei_txe_write()
1117 hw->slots = dev->hbuf_depth; in mei_txe_irq_thread_handler()
Dmei_dev.h549 u8 hbuf_depth; member
Dclient.c1135 } else if (slots == dev->hbuf_depth) { in mei_cl_irq_write()