Home
last modified time | relevance | path

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

/drivers/net/ethernet/qlogic/qed/
Dqed_sp_commands.c341 outer_tag_config->outer_tag.tci = cpu_to_le16(p_hwfn->hw_info.ovlan); in qed_sp_pf_start()
344 outer_tag_config->outer_tag.tpid = cpu_to_le16(ETH_P_8021Q); in qed_sp_pf_start()
346 outer_tag_config->outer_tag.tpid = cpu_to_le16(ETH_P_8021AD); in qed_sp_pf_start()
363 outer_tag_config->outer_tag.tci |= in qed_sp_pf_start()
411 sb, sb_index, outer_tag_config->outer_tag.tci); in qed_sp_pf_start()
Dqed_hsi.h1114 struct vlan_header outer_tag; member
/drivers/net/bonding/
Dbond_main.c2714 struct bond_vlan_tag *outer_tag = tags; in bond_arp_send() local
2742 ntohs(outer_tag->vlan_proto), tags->vlan_id); in bond_arp_send()
2753 if (outer_tag->vlan_id) { in bond_arp_send()
2755 ntohs(outer_tag->vlan_proto), outer_tag->vlan_id); in bond_arp_send()
2756 __vlan_hwaccel_put_tag(skb, outer_tag->vlan_proto, in bond_arp_send()
2757 outer_tag->vlan_id); in bond_arp_send()
/drivers/net/ethernet/intel/ice/
Dice_adminq_cmd.h393 __le16 outer_tag; member