Searched refs:i40e_setup_pf_switch (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 34 static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit, bool lock_acquired); 10335 ret = i40e_setup_pf_switch(pf, reinit, true); in i40e_rebuild() 14403 * i40e_setup_pf_switch - Setup the HW switch on startup or after reset 14410 static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit, bool lock_acquired) in i40e_setup_pf_switch() function 15293 err = i40e_setup_pf_switch(pf, false, false); in i40e_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 35 static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit, bool lock_acquired); 10964 ret = i40e_setup_pf_switch(pf, reinit, true); in i40e_rebuild() 15098 * i40e_setup_pf_switch - Setup the HW switch on startup or after reset 15105 static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit, bool lock_acquired) in i40e_setup_pf_switch() function 16023 err = i40e_setup_pf_switch(pf, false, false); in i40e_probe()
|
Completed in 35 milliseconds