Searched refs:tx_fifo_putidx (Results 1 – 2 of 2) sorted by relevance
114 u32 tx_fifo_putidx; member
1614 cdev->tx_fifo_putidx = FIELD_GET(TXFQS_TFQPI_MASK, in m_can_start()1889 putidx = cdev->tx_fifo_putidx; in m_can_tx_handler()1928 cdev->tx_fifo_putidx = (++cdev->tx_fifo_putidx >= cdev->can.echo_skb_max ? in m_can_tx_handler()1929 0 : cdev->tx_fifo_putidx); in m_can_tx_handler()