Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/can/dev/
H A Ddev.c198 if (priv->restart_ms) in can_restart_now()
219 if (priv->restart_ms) in can_bus_off()
221 priv->restart_ms); in can_bus_off()
227 if (priv->restart_ms) in can_bus_off()
229 msecs_to_jiffies(priv->restart_ms)); in can_bus_off()
H A Dnetlink.c291 priv->restart_ms = nla_get_u32(data[IFLA_CAN_RESTART_MS]); in can_changelink()
561 nla_put_u32(skb, IFLA_CAN_RESTART_MS, priv->restart_ms) || in can_fill_info()
/linux-6.15/include/linux/can/
H A Ddev.h76 int restart_ms; member
/linux-6.15/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_leaf.c967 if (priv->can.restart_ms && priv->can.state == CAN_STATE_BUS_OFF) { in kvaser_usb_leaf_tx_acknowledge()
1094 if (priv->can.restart_ms && in kvaser_usb_leaf_rx_error_update_can_state()
1164 if (!priv->can.restart_ms) in kvaser_usb_leaf_rx_error()
1170 if (priv->can.restart_ms && in kvaser_usb_leaf_rx_error()
H A Dkvaser_usb_hydra.c945 if (priv->can.restart_ms == 0) in kvaser_usb_hydra_change_state()
951 if (priv->can.restart_ms && in kvaser_usb_hydra_change_state()
/linux-6.15/drivers/net/can/spi/
H A Dhi311x.c396 if (priv->can.restart_ms == 0) in hi3110_do_set_mode()
677 if (priv->can.restart_ms == 0) { in hi3110_can_ist()
H A Dmcp251x.c811 if (priv->can.restart_ms == 0) in mcp251x_do_set_mode()
1174 if (priv->can.restart_ms == 0) { in mcp251x_can_ist()
/linux-6.15/drivers/net/can/
H A Dkvaser_pciefd.c917 if (!can->can.restart_ms) in kvaser_pciefd_set_mode()
1267 if (!can->can.restart_ms) { in kvaser_pciefd_change_state()
1274 can->can.restart_ms) { in kvaser_pciefd_change_state()
H A Dgrcan.c639 if (!priv->can.restart_ms) in grcan_err()
683 if (priv->can.restart_ms && oldstate == CAN_STATE_BUS_OFF) { in grcan_err()