Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e.h101 __I40E_GLOBAL_RESET_REQUESTED, enumerator
H A Di40e_debugfs.c1210 i40e_do_reset_safe(pf, BIT(__I40E_GLOBAL_RESET_REQUESTED)); in i40e_dbg_command_write()
H A Di40e_main.c405 set_bit(__I40E_GLOBAL_RESET_REQUESTED, pf->state); in i40e_tx_timeout()
9281 if (reset_flags & BIT_ULL(__I40E_GLOBAL_RESET_REQUESTED)) { in i40e_do_reset()
10073 if (test_bit(__I40E_GLOBAL_RESET_REQUESTED, pf->state)) { in i40e_reset_subtask()
10074 reset_flags |= BIT(__I40E_GLOBAL_RESET_REQUESTED); in i40e_reset_subtask()
10075 clear_bit(__I40E_GLOBAL_RESET_REQUESTED, pf->state); in i40e_reset_subtask()