Searched refs:ICE_DOWN (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_eswitch.c | 421 if (test_bit(ICE_DOWN, pf->state)) in ice_eswitch_start_all_tx_queues() 437 if (test_bit(ICE_DOWN, pf->state)) in ice_eswitch_stop_all_tx_queues()
|
| H A D | ice_main.c | 740 if (!test_bit(ICE_DOWN, pf->state) && in ice_reset_subtask() 1180 if (test_bit(ICE_DOWN, pf->state) || in ice_watchdog_subtask() 5063 clear_bit(ICE_DOWN, pf->state); in ice_init() 5083 set_bit(ICE_DOWN, pf->state); in ice_deinit() 5146 clear_bit(ICE_DOWN, pf->state); in ice_load() 5280 set_bit(ICE_DOWN, pf->state); in ice_probe() 5468 set_bit(ICE_DOWN, pf->state); in ice_remove() 5612 if (test_bit(ICE_DOWN, pf->state) || in ice_suspend() 5690 clear_bit(ICE_DOWN, pf->state); in ice_resume() 6012 if (test_bit(ICE_DOWN, pf->state) || in ice_set_mac_address() [all …]
|
| H A D | ice.h | 274 ICE_DOWN, enumerator
|
| H A D | ice_txrx.c | 1196 if (test_bit(ICE_DOWN, vsi->state)) in ice_enable_interrupt()
|
| H A D | ice_ethtool.c | 1699 if (!test_bit(ICE_DOWN, vsi->back->state)) in ice_nway_reset() 3549 if (!test_bit(ICE_DOWN, pf->state) && in ice_set_pauseparam()
|