Searched defs:txbug (Results 1 - 1 of 1) sorted by relevance

/drivers/net/can/
H A Dgrcan.c298 * respectively in the case of a hanged device due to a txbug.
1586 int irq, u32 ambafreq, bool txbug)
1614 priv->need_txbug_workaround = txbug;
1667 bool txbug = true; local
1675 txbug = false;
1699 err = grcan_setup_netdev(ofdev, base, irq, ambafreq, txbug);
1584 grcan_setup_netdev(struct platform_device *ofdev, void __iomem *base, int irq, u32 ambafreq, bool txbug) argument

Completed in 226 milliseconds