Searched refs:tx_fifo_putidx (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/can/m_can/
H A Dm_can.h112 u32 tx_fifo_putidx; member in struct:m_can_classdev
H A Dm_can.c1550 cdev->tx_fifo_putidx = FIELD_GET(TXFQS_TFQPI_MASK,
1809 putidx = cdev->tx_fifo_putidx;
1848 cdev->tx_fifo_putidx = (++cdev->tx_fifo_putidx >= cdev->can.echo_skb_max ?
1849 0 : cdev->tx_fifo_putidx);

Completed in 190 milliseconds