Home
last modified time | relevance | path

Searched refs:I40E_VSI_TO_HW (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/i40e/
H A Drte_pmd_i40e.c96 hw = I40E_VSI_TO_HW(vsi); in rte_pmd_i40e_set_vf_mac_anti_spoof()
198 hw = I40E_VSI_TO_HW(vsi); in rte_pmd_i40e_set_vf_vlan_anti_spoof()
339 hw = I40E_VSI_TO_HW(vsi); in i40e_vsi_set_tx_loopback()
477 hw = I40E_VSI_TO_HW(vsi); in rte_pmd_i40e_set_vf_unicast_promisc()
518 hw = I40E_VSI_TO_HW(vsi); in rte_pmd_i40e_set_vf_multicast_promisc()
711 hw = I40E_VSI_TO_HW(vsi); in rte_pmd_i40e_set_vf_vlan_insert()
845 hw = I40E_VSI_TO_HW(vsi); in rte_pmd_i40e_set_vf_vlan_tag()
1086 hw = I40E_VSI_TO_HW(vsi); in rte_pmd_i40e_set_vf_max_bw()
1223 hw = I40E_VSI_TO_HW(vsi); in rte_pmd_i40e_set_vf_tc_bw_alloc()
1297 hw = I40E_VSI_TO_HW(vsi); in rte_pmd_i40e_set_vf_tc_max_bw()
[all …]
H A Di40e_ethdev.c2003 struct i40e_hw *hw = I40E_VSI_TO_HW(vsi); in i40e_vsi_queues_unbind_intr()
2045 struct i40e_hw *hw = I40E_VSI_TO_HW(vsi); in __vsi_queues_bind_intr()
2119 struct i40e_hw *hw = I40E_VSI_TO_HW(vsi); in i40e_vsi_queues_bind_intr()
2195 struct i40e_hw *hw = I40E_VSI_TO_HW(vsi); in i40e_vsi_enable_queues_intr()
2222 struct i40e_hw *hw = I40E_VSI_TO_HW(vsi); in i40e_vsi_disable_queues_intr()
3071 struct i40e_hw *hw = I40E_VSI_TO_HW(vsi); in i40e_update_vsi_stats()
4002 struct i40e_hw *hw = I40E_VSI_TO_HW(vsi); in i40e_vsi_config_outer_vlan_stripping()
4435 hw = I40E_VSI_TO_HW(vsi); in i40e_set_rss_lut()
5223 hw = I40E_VSI_TO_HW(vsi); in i40e_vsi_vlan_pvid_set()
5343 hw = I40E_VSI_TO_HW(vsi); in i40e_veb_release()
[all …]
H A Di40e_ethdev_vf.c2473 struct i40e_hw *hw = I40E_VSI_TO_HW(vsi); in i40evf_get_rss_lut()
2508 hw = I40E_VSI_TO_HW(vsi); in i40evf_set_rss_lut()
2611 struct i40e_hw *hw = I40E_VSI_TO_HW(vsi); in i40evf_set_rss_key()
2647 struct i40e_hw *hw = I40E_VSI_TO_HW(vsi); in i40evf_get_rss_key()
H A Di40e_tm.c891 hw = I40E_VSI_TO_HW(vsi); in i40e_hierarchy_commit()
H A Di40e_rxtx.c2682 struct i40e_hw *hw = I40E_VSI_TO_HW(vsi); in i40e_tx_queue_init()
2771 struct i40e_hw *hw = I40E_VSI_TO_HW(rxq->vsi); in i40e_rx_queue_config()
2829 struct i40e_hw *hw = I40E_VSI_TO_HW(rxq->vsi); in i40e_rx_queue_init()
H A Di40e_ethdev.h1503 #define I40E_VSI_TO_HW(vsi) \ macro
H A Di40e_fdir.c104 struct i40e_hw *hw = I40E_VSI_TO_HW(rxq->vsi); in i40e_fdir_rx_queue_init()