Searched refs:ICE_DOWN (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_eswitch.c | 415 if (test_bit(ICE_DOWN, pf->state)) in ice_eswitch_start_all_tx_queues() 431 if (test_bit(ICE_DOWN, pf->state)) in ice_eswitch_stop_all_tx_queues()
|
| H A D | ice_main.c | 736 if (!test_bit(ICE_DOWN, pf->state) && in ice_reset_subtask() 1173 if (test_bit(ICE_DOWN, pf->state) || in ice_watchdog_subtask() 5073 clear_bit(ICE_DOWN, pf->state); in ice_init() 5093 set_bit(ICE_DOWN, pf->state); in ice_deinit() 5153 clear_bit(ICE_DOWN, pf->state); in ice_load() 5285 set_bit(ICE_DOWN, pf->state); in ice_probe() 5448 set_bit(ICE_DOWN, pf->state); in ice_remove() 5609 if (test_bit(ICE_DOWN, pf->state) || in ice_suspend() 5688 clear_bit(ICE_DOWN, pf->state); in ice_resume() 7641 if (test_bit(ICE_DOWN, pf->state)) in ice_rebuild() [all …]
|
| H A D | ice.h | 269 ICE_DOWN, enumerator
|
| H A D | ice_ethtool.c | 1693 if (!test_bit(ICE_DOWN, vsi->back->state)) in ice_nway_reset() 3534 if (!test_bit(ICE_DOWN, pf->state) && in ice_set_pauseparam()
|
| H A D | ice_txrx.c | 1457 if (test_bit(ICE_DOWN, vsi->state)) in ice_enable_interrupt()
|