Searched refs:was_up (Results 1 – 5 of 5) sorted by relevance
269 bool was_up; in ena_destroy_and_free_all_xdp_queues() local272 was_up = test_bit(ENA_FLAG_DEV_UP, &adapter->flags); in ena_destroy_and_free_all_xdp_queues()274 if (was_up) in ena_destroy_and_free_all_xdp_queues()280 if (was_up) { in ena_destroy_and_free_all_xdp_queues()
1194 static void gve_reset_and_teardown(struct gve_priv *priv, bool was_up);1195 static int gve_reset_recovery(struct gve_priv *priv, bool was_up);2366 static void gve_reset_and_teardown(struct gve_priv *priv, bool was_up) in gve_reset_and_teardown() argument2370 if (was_up) in gve_reset_and_teardown()2375 static int gve_reset_recovery(struct gve_priv *priv, bool was_up) in gve_reset_recovery() argument2382 if (was_up) { in gve_reset_recovery()2396 bool was_up = netif_running(priv->dev); in gve_reset() local2407 gve_reset_and_teardown(priv, was_up); in gve_reset()2410 if (was_up) { in gve_reset()2414 gve_reset_and_teardown(priv, was_up); in gve_reset()[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()
1629 bool was_up = !!(bond_dev->flags & IFF_UP); in bond_setup_by_slave() local1647 if (was_up) in bond_setup_by_slave()