Lines Matching full:rebooted
254 int rebooted; member
2490 if (mgp->rebooted == 0) { in myri10ge_close()
3386 int status, rebooted; in myri10ge_watchdog() local
3394 rebooted = 0; in myri10ge_watchdog()
3397 * if the card rebooted due to a parity error in myri10ge_watchdog()
3400 netdev_err(mgp->dev, "NIC rebooted (0x%x),%s resetting\n", in myri10ge_watchdog()
3405 mgp->rebooted = 1; in myri10ge_watchdog()
3406 rebooted = 1; in myri10ge_watchdog()
3409 mgp->rebooted = 0; in myri10ge_watchdog()
3411 * A rebooted nic will come back with config space as in myri10ge_watchdog()
3453 if (!rebooted) { in myri10ge_watchdog()