Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rapidio/devices/
H A Dtsi721.c1706 priv->omsg_ring[mbox].wr_count++; in tsi721_add_outb_message()
1709 if (++priv->omsg_ring[mbox].tx_slot == priv->omsg_ring[mbox].size) { in tsi721_add_outb_message()
1844 priv->omsg_ring[ch].wr_count = priv->omsg_ring[ch].tx_slot; in tsi721_omsg_handler()
2019 priv->omsg_ring[mbox].sts_base, in tsi721_open_outb_mbox()
2020 priv->omsg_ring[mbox].sts_phys); in tsi721_open_outb_mbox()
2028 priv->omsg_ring[mbox].omd_base, in tsi721_open_outb_mbox()
2029 priv->omsg_ring[mbox].omd_phys); in tsi721_open_outb_mbox()
2079 priv->omsg_ring[mbox].sts_base, in tsi721_close_outb_mbox()
2080 priv->omsg_ring[mbox].sts_phys); in tsi721_close_outb_mbox()
2088 priv->omsg_ring[mbox].omd_base, in tsi721_close_outb_mbox()
[all …]
H A Dtsi721.h901 struct tsi721_omsg_ring omsg_ring[TSI721_OMSG_CHNUM]; member