Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/can/
Ddev.c628 if (priv->restart_ms) in can_restart_now()
649 if (priv->restart_ms) in can_bus_off()
651 priv->restart_ms); in can_bus_off()
657 if (priv->restart_ms) in can_bus_off()
659 msecs_to_jiffies(priv->restart_ms)); in can_bus_off()
1048 priv->restart_ms = nla_get_u32(data[IFLA_CAN_RESTART_MS]); in can_changelink()
1183 nla_put_u32(skb, IFLA_CAN_RESTART_MS, priv->restart_ms) || in can_fill_info()
Dkvaser_pciefd.c886 if (!can->can.restart_ms) in kvaser_pciefd_set_mode()
1215 if (!can->can.restart_ms) { in kvaser_pciefd_change_state()
1275 can->can.restart_ms) { in kvaser_pciefd_rx_error_frame()
1363 can->can.restart_ms) { in kvaser_pciefd_handle_status_resp()
Dgrcan.c639 if (!priv->can.restart_ms) in grcan_err()
682 if (priv->can.restart_ms && oldstate == CAN_STATE_BUS_OFF) { in grcan_err()
Dat91_can.c972 if (!priv->can.restart_ms) { in at91_irq_err_state()
/Linux-v5.10/include/linux/can/
Ddev.h60 int restart_ms; member
/Linux-v5.10/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()
1023 if (priv->can.restart_ms && in kvaser_usb_hydra_error_frame()
1030 if (!priv->can.restart_ms) in kvaser_usb_hydra_error_frame()
/Linux-v5.10/drivers/net/can/spi/
Dhi311x.c396 if (priv->can.restart_ms == 0) in hi3110_do_set_mode()
682 if (priv->can.restart_ms == 0) { in hi3110_can_ist()
Dmcp251x.c802 if (priv->can.restart_ms == 0) in mcp251x_do_set_mode()
1157 if (priv->can.restart_ms == 0) { in mcp251x_can_ist()