Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/can/dev/
Ddev.c191 if (priv->restart_ms) in can_restart_now()
212 if (priv->restart_ms) in can_bus_off()
214 priv->restart_ms); in can_bus_off()
220 if (priv->restart_ms) in can_bus_off()
222 msecs_to_jiffies(priv->restart_ms)); in can_bus_off()
Dnetlink.c148 priv->restart_ms = nla_get_u32(data[IFLA_CAN_RESTART_MS]); in can_changelink()
285 nla_put_u32(skb, IFLA_CAN_RESTART_MS, priv->restart_ms) || in can_fill_info()
/Linux-v5.15/include/linux/can/
Ddev.h74 int restart_ms; member
/Linux-v5.15/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.c902 if (!priv->can.restart_ms) in kvaser_usb_hydra_update_state()
914 if (priv->can.restart_ms && in kvaser_usb_hydra_update_state()
1049 if (priv->can.restart_ms && in kvaser_usb_hydra_error_frame()
1056 if (!priv->can.restart_ms) in kvaser_usb_hydra_error_frame()
/Linux-v5.15/drivers/net/can/
Dkvaser_pciefd.c887 if (!can->can.restart_ms) in kvaser_pciefd_set_mode()
1219 if (!can->can.restart_ms) { in kvaser_pciefd_change_state()
1279 can->can.restart_ms) { in kvaser_pciefd_rx_error_frame()
1367 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.c964 if (!priv->can.restart_ms) { in at91_irq_err_state()
/Linux-v5.15/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.c814 if (priv->can.restart_ms == 0) in mcp251x_do_set_mode()
1167 if (priv->can.restart_ms == 0) { in mcp251x_can_ist()