Searched refs:grcan_txspace (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/can/ |
H A D | grcan.c | 381 static inline u32 grcan_txspace(size_t txsize, u32 txwr, u32 eskbp) in grcan_txspace() function 696 if (grcan_txspace(dma->tx.size, txwr, in grcan_err() 864 if (grcan_txspace(priv->dma.tx.size, txwr, priv->eskbp) && in grcan_running_reset() 1293 if (grcan_txspace(dma->tx.size, txwr, priv->eskbp)) in grcan_txbug_workaround() 1365 space = grcan_txspace(dma->tx.size, txwr, priv->eskbp); in grcan_start_xmit()
|