Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c1235 u16 vc_ethertype = iavf_tpid_to_vc_ethertype(tpid); in iavf_set_vc_offload_ethertype() local
1256 if (offload_support->outer & vc_ethertype && in iavf_set_vc_offload_ethertype()
1258 msg->outer_ethertype_setting = vc_ethertype; in iavf_set_vc_offload_ethertype()
1259 } else if (offload_support->inner & vc_ethertype && in iavf_set_vc_offload_ethertype()
1261 msg->inner_ethertype_setting = vc_ethertype; in iavf_set_vc_offload_ethertype()