Home
last modified time | relevance | path

Searched refs:__I40E_GLOBAL_RESET_REQUESTED (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e.h124 __I40E_GLOBAL_RESET_REQUESTED, enumerator
Di40e_debugfs.c1200 i40e_do_reset_safe(pf, BIT(__I40E_GLOBAL_RESET_REQUESTED)); in i40e_dbg_command_write()
Di40e_main.c356 set_bit(__I40E_GLOBAL_RESET_REQUESTED, pf->state); in i40e_tx_timeout()
8494 if (reset_flags & BIT_ULL(__I40E_GLOBAL_RESET_REQUESTED)) { in i40e_do_reset()
9208 if (test_bit(__I40E_GLOBAL_RESET_REQUESTED, pf->state)) { in i40e_reset_subtask()
9209 reset_flags |= BIT(__I40E_GLOBAL_RESET_REQUESTED); in i40e_reset_subtask()
9210 clear_bit(__I40E_GLOBAL_RESET_REQUESTED, pf->state); in i40e_reset_subtask()