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

/linux-master/drivers/net/can/m_can/
H A Dm_can.h122 int nr_txs_without_submit; member in struct:m_can_classdev
H A Dm_can.c1900 ++cdev->nr_txs_without_submit;
1901 if (cdev->nr_txs_without_submit >= cdev->tx_max_coalesced_frames ||
1903 cdev->nr_txs_without_submit = 0;

Completed in 111 milliseconds