Searched refs:was_up (Results 1 – 5 of 5) sorted by relevance
1504 if (was_up) in gve_reset_and_teardown()1516 if (was_up) { in gve_reset_recovery()1541 gve_reset_and_teardown(priv, was_up); in gve_reset()1544 if (was_up) { in gve_reset()1548 gve_reset_and_teardown(priv, was_up); in gve_reset()1555 err = gve_reset_recovery(priv, was_up); in gve_reset()1737 if (was_up && gve_close(priv->dev)) { in gve_shutdown()1739 gve_reset_and_teardown(priv, was_up); in gve_shutdown()1756 if (was_up && gve_close(priv->dev)) { in gve_suspend()1758 gve_reset_and_teardown(priv, was_up); in gve_suspend()[all …]
387 bool was_up = efx->link_state.up; in qt202x_phy_poll() local397 return efx->link_state.up != was_up; in qt202x_phy_poll()
492 bool was_up = efx->link_state.up; in txc43128_phy_poll() local509 return efx->link_state.up != was_up; in txc43128_phy_poll()
555 bool was_up; in ena_destroy_and_free_all_xdp_queues() local558 was_up = test_bit(ENA_FLAG_DEV_UP, &adapter->flags); in ena_destroy_and_free_all_xdp_queues()560 if (was_up) in ena_destroy_and_free_all_xdp_queues()566 if (was_up) { in ena_destroy_and_free_all_xdp_queues()
7099 int was_up; in handle_link_down() local7109 was_up = !!(ppd->host_link_state & HLS_UP); in handle_link_down()7113 if (was_up) { in handle_link_down()7159 if (was_up && ppd->local_link_down_reason.sma == 0 && in handle_link_down()
Completed in 41 milliseconds