Searched refs:ICE_DOWN (Results 1 – 4 of 4) 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() 5061 clear_bit(ICE_DOWN, pf->state); in ice_init() 5081 set_bit(ICE_DOWN, pf->state); in ice_deinit() 5141 clear_bit(ICE_DOWN, pf->state); in ice_load() 5274 set_bit(ICE_DOWN, pf->state); in ice_probe() 5462 set_bit(ICE_DOWN, pf->state); in ice_remove() 5605 if (test_bit(ICE_DOWN, pf->state) || in ice_suspend() 5683 clear_bit(ICE_DOWN, pf->state); in ice_resume() 6005 if (test_bit(ICE_DOWN, p in ice_set_mac_address() [all...] |
| H A D | ice.h | 274 ICE_DOWN, enumerator
|
| H A D | ice_ethtool.c | 1695 if (!test_bit(ICE_DOWN, vsi->back->state)) in ice_nway_reset() 3528 if (!test_bit(ICE_DOWN, pf->state) && in ice_set_pauseparam()
|