Lines Matching full:rebooted
254 int rebooted; member
2485 if (mgp->rebooted == 0) { in myri10ge_close()
3379 int status, rebooted; in myri10ge_watchdog() local
3387 rebooted = 0; in myri10ge_watchdog()
3390 * if the card rebooted due to a parity error in myri10ge_watchdog()
3393 netdev_err(mgp->dev, "NIC rebooted (0x%x),%s resetting\n", in myri10ge_watchdog()
3398 mgp->rebooted = 1; in myri10ge_watchdog()
3399 rebooted = 1; in myri10ge_watchdog()
3402 mgp->rebooted = 0; in myri10ge_watchdog()
3404 * A rebooted nic will come back with config space as in myri10ge_watchdog()
3446 if (!rebooted) { in myri10ge_watchdog()