Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/dev/
H A Ddev.c181 if (priv->restart_ms) in can_restart_now()
202 if (priv->restart_ms) in can_bus_off()
204 priv->restart_ms); in can_bus_off()
210 if (priv->restart_ms) in can_bus_off()
212 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()
/openbmc/linux/include/linux/can/
H A Ddev.h76 int restart_ms; member
/openbmc/linux/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_leaf.c903 if (priv->can.restart_ms && priv->can.state == CAN_STATE_BUS_OFF) { in kvaser_usb_leaf_tx_acknowledge()
1019 if (priv->can.restart_ms && in kvaser_usb_leaf_rx_error_update_can_state()
1106 if (!priv->can.restart_ms) in kvaser_usb_leaf_rx_error()
1112 if (priv->can.restart_ms && in kvaser_usb_leaf_rx_error()
H A Dkvaser_usb_hydra.c954 if (!priv->can.restart_ms) in kvaser_usb_hydra_update_state()
966 if (priv->can.restart_ms && in kvaser_usb_hydra_update_state()
1101 if (priv->can.restart_ms && in kvaser_usb_hydra_error_frame()
1108 if (!priv->can.restart_ms) in kvaser_usb_hydra_error_frame()
/openbmc/linux/drivers/net/can/
H A Dkvaser_pciefd.c865 if (!can->can.restart_ms) in kvaser_pciefd_set_mode()
1189 if (!can->can.restart_ms) { in kvaser_pciefd_change_state()
1242 can->can.restart_ms) { in kvaser_pciefd_rx_error_frame()
1320 can->can.restart_ms) { in kvaser_pciefd_handle_status_resp()
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()
H A Dat91_can.c959 if (!priv->can.restart_ms) { in at91_irq_err_state()
/openbmc/linux/drivers/net/can/spi/
H A Dhi311x.c396 if (priv->can.restart_ms == 0) in hi3110_do_set_mode()
678 if (priv->can.restart_ms == 0) { in hi3110_can_ist()
H A Dmcp251x.c812 if (priv->can.restart_ms == 0) in mcp251x_do_set_mode()
1175 if (priv->can.restart_ms == 0) { in mcp251x_can_ist()