Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/can/dev/
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()
1050 priv->restart_ms = nla_get_u32(data[IFLA_CAN_RESTART_MS]); in can_changelink()
1185 nla_put_u32(skb, IFLA_CAN_RESTART_MS, priv->restart_ms) || in can_fill_info()
/kernel/linux/linux-5.10/include/linux/can/
Ddev.h60 int restart_ms; member
/kernel/linux/linux-5.10/drivers/net/can/usb/kvaser_usb/
Dkvaser_usb_leaf.c901 if (priv->can.restart_ms && priv->can.state == CAN_STATE_BUS_OFF) { in kvaser_usb_leaf_tx_acknowledge()
1003 if (priv->can.restart_ms && in kvaser_usb_leaf_rx_error_update_can_state()
1087 if (!priv->can.restart_ms) in kvaser_usb_leaf_rx_error()
1093 if (priv->can.restart_ms && in kvaser_usb_leaf_rx_error()
Dkvaser_usb_hydra.c923 if (!priv->can.restart_ms) in kvaser_usb_hydra_update_state()
935 if (priv->can.restart_ms && in kvaser_usb_hydra_update_state()
1072 if (priv->can.restart_ms && in kvaser_usb_hydra_error_frame()
1079 if (!priv->can.restart_ms) in kvaser_usb_hydra_error_frame()
/kernel/linux/linux-5.10/drivers/net/can/
Dkvaser_pciefd.c890 if (!can->can.restart_ms) in kvaser_pciefd_set_mode()
1222 if (!can->can.restart_ms) { in kvaser_pciefd_change_state()
1282 can->can.restart_ms) { in kvaser_pciefd_rx_error_frame()
1373 can->can.restart_ms) { in kvaser_pciefd_handle_status_resp()
Dgrcan.c640 if (!priv->can.restart_ms) in grcan_err()
683 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()
/kernel/linux/linux-5.10/drivers/net/can/spi/
Dhi311x.c396 if (priv->can.restart_ms == 0) in hi3110_do_set_mode()
680 if (priv->can.restart_ms == 0) { in hi3110_can_ist()
Dmcp251x.c814 if (priv->can.restart_ms == 0) in mcp251x_do_set_mode()
1179 if (priv->can.restart_ms == 0) { in mcp251x_can_ist()