Home
last modified time | relevance | path

Searched refs:msg_free (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/mailbox/
H A Dmailbox.c40 idx = chan->msg_free; in add_to_rbuf()
45 chan->msg_free = 0; in add_to_rbuf()
47 chan->msg_free++; in add_to_rbuf()
67 idx = chan->msg_free; in msg_submit()
333 chan->msg_free = 0; in __mbox_bind_client()
/openbmc/linux/include/linux/
H A Dmailbox_controller.h124 unsigned msg_count, msg_free; member