Home
last modified time | relevance | path

Searched refs:restart_ms (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/net/can/
Ddev.c586 if (priv->restart_ms) in can_restart_now()
612 if (priv->restart_ms) in can_bus_off()
614 msecs_to_jiffies(priv->restart_ms)); in can_bus_off()
996 priv->restart_ms = nla_get_u32(data[IFLA_CAN_RESTART_MS]); in can_changelink()
1131 nla_put_u32(skb, IFLA_CAN_RESTART_MS, priv->restart_ms) || in can_fill_info()
Dgrcan.c643 if (!priv->can.restart_ms) in grcan_err()
686 if (priv->can.restart_ms && oldstate == CAN_STATE_BUS_OFF) { in grcan_err()
Dat91_can.c974 if (!priv->can.restart_ms) { in at91_irq_err_state()
/Linux-v4.19/include/linux/can/
Ddev.h59 int restart_ms; member
/Linux-v4.19/drivers/net/can/usb/kvaser_usb/
Dkvaser_usb_leaf.c570 if (priv->can.restart_ms && priv->can.state >= CAN_STATE_BUS_OFF) { in kvaser_usb_leaf_tx_acknowledge()
666 if (priv->can.restart_ms && in kvaser_usb_leaf_rx_error_update_can_state()
736 if (!priv->can.restart_ms) in kvaser_usb_leaf_rx_error()
742 if (priv->can.restart_ms && in kvaser_usb_leaf_rx_error()
Dkvaser_usb_hydra.c876 if (!priv->can.restart_ms) in kvaser_usb_hydra_update_state()
888 if (priv->can.restart_ms && in kvaser_usb_hydra_update_state()
1025 if (!priv->can.restart_ms) in kvaser_usb_hydra_error_frame()
1032 if (priv->can.restart_ms && in kvaser_usb_hydra_error_frame()
/Linux-v4.19/drivers/net/can/spi/
Dhi311x.c414 if (priv->can.restart_ms == 0) in hi3110_do_set_mode()
700 if (priv->can.restart_ms == 0) { in hi3110_can_ist()
Dmcp251x.c546 if (priv->can.restart_ms == 0) in mcp251x_do_set_mode()
906 if (priv->can.restart_ms == 0) { in mcp251x_can_ist()