Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e.h127 #define I40E_PF_RESET_FLAG BIT_ULL(__I40E_PF_RESET_REQUESTED) macro
H A Di40e_main.c6627 i40e_do_reset(pf, I40E_PF_RESET_FLAG, true); in i40e_create_queue_channel()
6629 i40e_do_reset_safe(pf, I40E_PF_RESET_FLAG); in i40e_create_queue_channel()
6739 i40e_do_reset(vsi->back, I40E_PF_RESET_FLAG, true); in i40e_configure_queue_channels()
9143 i40e_do_reset(pf, I40E_PF_RESET_FLAG, true); in i40e_vsi_open()
9317 } else if (reset_flags & I40E_PF_RESET_FLAG) { in i40e_do_reset()
13072 i40e_do_reset(pf, I40E_PF_RESET_FLAG, true); in i40e_set_features()
13263 i40e_do_reset(pf, I40E_PF_RESET_FLAG, true); in i40e_ndo_bridge_setlink()
H A Di40e_debugfs.c826 i40e_do_reset_safe(pf, I40E_PF_RESET_FLAG); in i40e_dbg_command_write()