Home
last modified time | relevance | path

Searched refs:virtchnl_vsi_resource (Results 1 – 10 of 10) sorted by relevance

/dpdk/drivers/net/i40e/base/
H A Dvirtchnl.h214 struct virtchnl_vsi_resource { struct
222 VIRTCHNL_CHECK_STRUCT_LEN(16, virtchnl_vsi_resource); argument
259 struct virtchnl_vsi_resource vsi_res[1];
H A Di40e_common.c7748 struct virtchnl_vsi_resource *vsi_res; in i40e_vf_parse_hw_config()
/dpdk/drivers/net/ice/
H A Dice_dcf.h119 struct virtchnl_vsi_resource *vsi_res; /* LAN VSI */
H A Dice_dcf.c37 IAVF_MAX_VF_VSI * sizeof(struct virtchnl_vsi_resource))
/dpdk/drivers/common/iavf/
H A Dvirtchnl.h376 struct virtchnl_vsi_resource { struct
386 VIRTCHNL_CHECK_STRUCT_LEN(16, virtchnl_vsi_resource); argument
436 struct virtchnl_vsi_resource vsi_res[1];
H A Diavf_common.c967 struct virtchnl_vsi_resource *vsi_res; in iavf_vf_parse_hw_config()
/dpdk/drivers/net/iavf/
H A Diavf.h224 struct virtchnl_vsi_resource *vsi_res; /* LAN VSI */
H A Diavf_vchnl.c520 IAVF_MAX_VF_VSI * sizeof(struct virtchnl_vsi_resource); in iavf_get_vf_resource()
H A Diavf_ethdev.c2327 (IAVF_MAX_VF_VSI * sizeof(struct virtchnl_vsi_resource)); in iavf_init_vf()
/dpdk/drivers/net/i40e/
H A Di40e_pf.c328 sizeof(struct virtchnl_vsi_resource); in i40e_pf_host_process_cmd_get_vf_resource()