Searched refs:i40e_do_reset_safe (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
| D | i40e_debugfs.c | 750 i40e_do_reset_safe(pf, I40E_PF_RESET_FLAG); in i40e_dbg_command_write() 1119 i40e_do_reset_safe(pf, BIT(__I40E_PF_RESET_REQUESTED)); in i40e_dbg_command_write() 1123 i40e_do_reset_safe(pf, BIT(__I40E_CORE_RESET_REQUESTED)); in i40e_dbg_command_write() 1127 i40e_do_reset_safe(pf, BIT(__I40E_GLOBAL_RESET_REQUESTED)); in i40e_dbg_command_write() 1131 i40e_do_reset_safe(pf, BIT(__I40E_EMP_RESET_REQUESTED)); in i40e_dbg_command_write()
|
| D | i40e.h | 937 void i40e_do_reset_safe(struct i40e_pf *pf, u32 reset_flags);
|
| D | i40e_virtchnl_pf.c | 1549 i40e_do_reset_safe(pf, I40E_PF_RESET_FLAG); in i40e_pci_sriov_configure() 1557 i40e_do_reset_safe(pf, I40E_PF_RESET_FLAG); in i40e_pci_sriov_configure()
|
| D | i40e_main.c | 6063 i40e_do_reset_safe(pf, in i40e_create_queue_channel() 8075 void i40e_do_reset_safe(struct i40e_pf *pf, u32 reset_flags) in i40e_do_reset_safe() function
|