Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/can/
Ddev.c524 if (priv->restart_ms) in can_restart_now()
550 if (priv->restart_ms) in can_bus_off()
552 jiffies + (priv->restart_ms * HZ) / 1000); in can_bus_off()
888 priv->restart_ms = nla_get_u32(data[IFLA_CAN_RESTART_MS]); in can_changelink()
968 nla_put_u32(skb, IFLA_CAN_RESTART_MS, priv->restart_ms) || in can_fill_info()
Dgrcan.c643 if (!priv->can.restart_ms) in grcan_err()
686 if (priv->can.restart_ms && oldstate == CAN_STATE_BUS_OFF) { in grcan_err()
Dat91_can.c994 if (!priv->can.restart_ms) { in at91_irq_err_state()
/linux-4.1.27/include/linux/can/
Ddev.h48 int restart_ms; member
/linux-4.1.27/drivers/net/can/usb/
Dkvaser_usb.c729 if (priv->can.restart_ms && in kvaser_usb_tx_acknowledge()
858 if (priv->can.restart_ms && in kvaser_usb_rx_error_update_can_state()
928 if (!priv->can.restart_ms) in kvaser_usb_rx_error()
933 if (priv->can.restart_ms && in kvaser_usb_rx_error()
/linux-4.1.27/drivers/net/can/spi/
Dmcp251x.c545 if (priv->can.restart_ms == 0) in mcp251x_do_set_mode()
906 if (priv->can.restart_ms == 0) { in mcp251x_can_ist()