Home
last modified time | relevance | path

Searched refs:I40E_VF_TO_HW (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev_vf.c2675 struct i40e_hw *hw = I40E_VF_TO_HW(vf); in i40evf_hw_rss_hash_set()
2695 struct i40e_hw *hw = I40E_VF_TO_HW(vf); in i40evf_disable_rss()
2705 struct i40e_hw *hw = I40E_VF_TO_HW(vf); in i40evf_config_rss()
H A Di40e_ethdev.h1521 #define I40E_VF_TO_HW(vf) \ macro