Searched refs:oneshotmode (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/ |
H A D | grcan.c | 1276 u32 txwr, u32 oneshotmode, in grcan_txbug_workaround() 1311 if (oneshotmode) { in grcan_txbug_workaround() 1356 u32 oneshotmode = priv->can.ctrlmode & CAN_CTRLMODE_ONE_SHOT; in grcan_start_xmit() local 1420 if (oneshotmode && !(txctrl & GRCAN_TXCTRL_SINGLE)) in grcan_start_xmit() 1433 oneshotmode, &txstatus); in grcan_start_xmit() 1275 grcan_txbug_workaround(struct net_device *dev, struct sk_buff *skb, u32 txwr, u32 oneshotmode, netdev_tx_t *netdev_tx_status) grcan_txbug_workaround() argument
|
/kernel/linux/linux-6.6/drivers/net/can/ |
H A D | grcan.c | 1267 u32 txwr, u32 oneshotmode, in grcan_txbug_workaround() 1302 if (oneshotmode) { in grcan_txbug_workaround() 1347 u32 oneshotmode = priv->can.ctrlmode & CAN_CTRLMODE_ONE_SHOT; in grcan_start_xmit() local 1411 if (oneshotmode && !(txctrl & GRCAN_TXCTRL_SINGLE)) in grcan_start_xmit() 1424 oneshotmode, &txstatus); in grcan_start_xmit() 1266 grcan_txbug_workaround(struct net_device *dev, struct sk_buff *skb, u32 txwr, u32 oneshotmode, netdev_tx_t *netdev_tx_status) grcan_txbug_workaround() argument
|
Completed in 6 milliseconds