Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_pf.h30 int i40e_pf_host_vf_reset(struct i40e_pf_vf *vf, bool do_hw_reset);
H A Di40e_pf.c94 i40e_pf_host_vf_reset(struct i40e_pf_vf *vf, bool do_hw_reset) in i40e_pf_host_vf_reset() function
280 i40e_pf_host_vf_reset(vf, 1); in i40e_pf_host_process_cmd_reset_vf()
1550 ret = i40e_pf_host_vf_reset(&pf->vfs[i], 0); in i40e_pf_host_init()
H A Di40e_ethdev.c6690 ret = i40e_pf_host_vf_reset(&pf->vfs[i], 0); in i40e_dev_handle_vfr_event()