Home
last modified time | relevance | path

Searched refs:was_up (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/amazon/ena/
H A Dena_xdp.c269 bool was_up; in ena_destroy_and_free_all_xdp_queues() local
272 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()
/linux/drivers/net/ethernet/sfc/falcon/
H A Dqt202x_phy.c387 bool was_up = efx->link_state.up; in qt202x_phy_poll() local
397 return efx->link_state.up != was_up; in qt202x_phy_poll()
H A Dtxc43128_phy.c492 bool was_up = efx->link_state.up; in txc43128_phy_poll() local
509 return efx->link_state.up != was_up; in txc43128_phy_poll()
/linux/drivers/net/bonding/
H A Dbond_main.c1559 bool was_up = !!(bond_dev->flags & IFF_UP); in bond_setup_by_slave() local
1578 if (was_up) in bond_setup_by_slave()