Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.h116 int i40e_alloc_vfs(struct i40e_pf *pf, u16 num_alloc_vfs);
Di40e_virtchnl_pf.c1795 int i40e_alloc_vfs(struct i40e_pf *pf, u16 num_alloc_vfs) in i40e_alloc_vfs() function
1884 err = i40e_alloc_vfs(pf, num_vfs); in i40e_pci_sriov_enable()
Di40e_main.c16040 err = i40e_alloc_vfs(pf, pci_num_vf(pdev)); in i40e_probe()