Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.h1505 #define I40E_VSI_TO_PF(vsi) \ macro
H A Di40e_ethdev.c2046 struct i40e_pf *pf = I40E_VSI_TO_PF(vsi); in __vsi_queues_bind_intr()
2196 struct i40e_pf *pf = I40E_VSI_TO_PF(vsi); in i40e_vsi_enable_queues_intr()
2223 struct i40e_pf *pf = I40E_VSI_TO_PF(vsi); in i40e_vsi_disable_queues_intr()
4389 struct i40e_pf *pf = I40E_VSI_TO_PF(vsi); in i40e_get_rss_lut()
4434 pf = I40E_VSI_TO_PF(vsi); in i40e_set_rss_lut()
5438 pf = I40E_VSI_TO_PF(vsi); in i40e_vsi_release()
7589 struct i40e_pf *pf = I40E_VSI_TO_PF(vsi); in i40e_set_rss_key()
7637 struct i40e_pf *pf = I40E_VSI_TO_PF(vsi); in i40e_get_rss_key()
10839 struct i40e_pf *pf = I40E_VSI_TO_PF(vsi); in i40e_vsi_update_queue_mapping()
H A Di40e_rxtx.c2770 struct i40e_pf *pf = I40E_VSI_TO_PF(rxq->vsi); in i40e_rx_queue_config()