Lines Matching full:rebooted
255 int rebooted; member
2493 if (mgp->rebooted == 0) { in myri10ge_close()
3387 int status, rebooted; in myri10ge_watchdog() local
3395 rebooted = 0; in myri10ge_watchdog()
3398 * if the card rebooted due to a parity error in myri10ge_watchdog()
3401 netdev_err(mgp->dev, "NIC rebooted (0x%x),%s resetting\n", in myri10ge_watchdog()
3406 mgp->rebooted = 1; in myri10ge_watchdog()
3407 rebooted = 1; in myri10ge_watchdog()
3410 mgp->rebooted = 0; in myri10ge_watchdog()
3412 * A rebooted nic will come back with config space as in myri10ge_watchdog()
3454 if (!rebooted) { in myri10ge_watchdog()