Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/can/dev/
Ddev.c186 if (priv->restart_ms) in can_restart_now()
207 if (priv->restart_ms) in can_bus_off()
209 priv->restart_ms); in can_bus_off()
215 if (priv->restart_ms) in can_bus_off()
217 msecs_to_jiffies(priv->restart_ms)); in can_bus_off()
Dnetlink.c258 priv->restart_ms = nla_get_u32(data[IFLA_CAN_RESTART_MS]); in can_changelink()
525 nla_put_u32(skb, IFLA_CAN_RESTART_MS, priv->restart_ms) || in can_fill_info()
/linux-5.19.10/include/linux/can/
Ddev.h75 int restart_ms; member
/linux-5.19.10/drivers/net/can/usb/kvaser_usb/
Dkvaser_usb_leaf.c652 if (priv->can.restart_ms && priv->can.state >= CAN_STATE_BUS_OFF) { in kvaser_usb_leaf_tx_acknowledge()
745 if (priv->can.restart_ms && in kvaser_usb_leaf_rx_error_update_can_state()
815 if (!priv->can.restart_ms) in kvaser_usb_leaf_rx_error()
821 if (priv->can.restart_ms && in kvaser_usb_leaf_rx_error()
Dkvaser_usb_hydra.c903 if (!priv->can.restart_ms) in kvaser_usb_hydra_update_state()
915 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-5.19.10/drivers/net/can/
Dkvaser_pciefd.c890 if (!can->can.restart_ms) in kvaser_pciefd_set_mode()
1223 if (!can->can.restart_ms) { in kvaser_pciefd_change_state()
1283 can->can.restart_ms) { in kvaser_pciefd_rx_error_frame()
1371 can->can.restart_ms) { in kvaser_pciefd_handle_status_resp()
Dgrcan.c637 if (!priv->can.restart_ms) in grcan_err()
680 if (priv->can.restart_ms && oldstate == CAN_STATE_BUS_OFF) { in grcan_err()
Dat91_can.c958 if (!priv->can.restart_ms) { in at91_irq_err_state()
/linux-5.19.10/drivers/net/can/spi/
Dhi311x.c395 if (priv->can.restart_ms == 0) in hi3110_do_set_mode()
677 if (priv->can.restart_ms == 0) { in hi3110_can_ist()
Dmcp251x.c811 if (priv->can.restart_ms == 0) in mcp251x_do_set_mode()
1174 if (priv->can.restart_ms == 0) { in mcp251x_can_ist()