Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c2322 u16 vlan_ethertype = 0; in iavf_set_vlan_offload_features() local
2332 vlan_ethertype = ETH_P_8021AD; in iavf_set_vlan_offload_features()
2334 vlan_ethertype = ETH_P_8021Q; in iavf_set_vlan_offload_features()
2336 vlan_ethertype = ETH_P_8021AD; in iavf_set_vlan_offload_features()
2338 vlan_ethertype = ETH_P_8021Q; in iavf_set_vlan_offload_features()
2340 vlan_ethertype = ETH_P_8021Q; in iavf_set_vlan_offload_features()
2358 switch (vlan_ethertype) { in iavf_set_vlan_offload_features()
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c3333 enum virtchnl_vlan_support vlan_ethertype = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_validate_vlan_tpid() local
3337 vlan_ethertype = VIRTCHNL_VLAN_ETHERTYPE_8100; in ice_vc_validate_vlan_tpid()
3340 vlan_ethertype = VIRTCHNL_VLAN_ETHERTYPE_88A8; in ice_vc_validate_vlan_tpid()
3343 vlan_ethertype = VIRTCHNL_VLAN_ETHERTYPE_9100; in ice_vc_validate_vlan_tpid()
3347 if (!(filtering_caps & vlan_ethertype)) in ice_vc_validate_vlan_tpid()
H A Dice_main.c6328 ice_set_rx_rings_vlan_proto(struct ice_vsi *vsi, __be16 vlan_ethertype) in ice_set_rx_rings_vlan_proto() argument
6333 vsi->rx_rings[i]->pkt_ctx.vlan_proto = vlan_ethertype; in ice_set_rx_rings_vlan_proto()
6351 u16 vlan_ethertype = 0; in ice_set_vlan_offload_features() local
6356 vlan_ethertype = ETH_P_8021AD; in ice_set_vlan_offload_features()
6358 vlan_ethertype = ETH_P_8021Q; in ice_set_vlan_offload_features()
6366 strip_err = vlan_ops->ena_stripping(vsi, vlan_ethertype); in ice_set_vlan_offload_features()
6371 insert_err = vlan_ops->ena_insertion(vsi, vlan_ethertype); in ice_set_vlan_offload_features()
6379 htons(vlan_ethertype) : 0); in ice_set_vlan_offload_features()