Searched refs:tx_fifo_in_flight (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/net/can/m_can/
H A Dm_can.c495 cdev->tx_fifo_in_flight = 0;
1077 if (cdev->tx_fifo_in_flight >= cdev->tx_fifo_size && transmitted > 0)
1079 cdev->tx_fifo_in_flight -= transmitted;
1086 int tx_fifo_in_flight; local
1089 tx_fifo_in_flight = cdev->tx_fifo_in_flight + 1;
1090 if (tx_fifo_in_flight >= cdev->tx_fifo_size) {
1092 if (tx_fifo_in_flight > cdev->tx_fifo_size) {
1098 cdev->tx_fifo_in_flight = tx_fifo_in_flight;
[all...]
H A Dm_can.h116 int tx_fifo_in_flight; member in struct:m_can_classdev

Completed in 239 milliseconds