Home
last modified time | relevance | path

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

/dpdk/drivers/net/i40e/base/
H A Dvirtchnl.h182 #define VF_IS_V10(_v) (((_v)->major == 1) && ((_v)->minor == 0)) macro
/dpdk/drivers/net/i40e/
H A Di40e_pf.c282 if (VF_IS_V10(&vf->version)) in i40e_pf_host_process_cmd_version()
339 if (VF_IS_V10(&vf->version)) /* doesn't support offload negotiate */ in i40e_pf_host_process_cmd_get_vf_resource()
/dpdk/drivers/common/iavf/
H A Dvirtchnl.h344 #define VF_IS_V10(_v) (((_v)->major == 1) && ((_v)->minor == 0)) macro