Home
last modified time | relevance | path

Searched refs:i40e_do_reset_safe (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_debugfs.c1015 i40e_do_reset_safe(pf, in i40e_dbg_command_write()
1470 i40e_do_reset_safe(pf, BIT(__I40E_PF_RESET_REQUESTED)); in i40e_dbg_command_write()
1474 i40e_do_reset_safe(pf, BIT(__I40E_CORE_RESET_REQUESTED)); in i40e_dbg_command_write()
1478 i40e_do_reset_safe(pf, BIT(__I40E_GLOBAL_RESET_REQUESTED)); in i40e_dbg_command_write()
1482 i40e_do_reset_safe(pf, BIT(__I40E_EMP_RESET_REQUESTED)); in i40e_dbg_command_write()
Di40e.h669 void i40e_do_reset_safe(struct i40e_pf *pf, u32 reset_flags);
Di40e_virtchnl_pf.c1049 i40e_do_reset_safe(pf, in i40e_pci_sriov_configure()
1058 i40e_do_reset_safe(pf, BIT_ULL(__I40E_PF_RESET_REQUESTED)); in i40e_pci_sriov_configure()
Di40e_main.c2116 i40e_do_reset_safe(pf, in i40e_sync_vsi_filters()
5692 void i40e_do_reset_safe(struct i40e_pf *pf, u32 reset_flags) in i40e_do_reset_safe() function