Searched refs:vlan_ext (Results 1 – 2 of 2) sorted by relevance
603 uint32_t portctrl, vlan_ext, qinq; in ngbe_vlan_tpid_set() local607 vlan_ext = (portctrl & NGBE_PORTCTL_VLANEXT); in ngbe_vlan_tpid_set()608 qinq = vlan_ext && (portctrl & NGBE_PORTCTL_QINQ); in ngbe_vlan_tpid_set()611 if (vlan_ext) { in ngbe_vlan_tpid_set()631 if (vlan_ext) { in ngbe_vlan_tpid_set()
1025 uint32_t portctrl, vlan_ext, qinq; in txgbe_vlan_tpid_set() local1029 vlan_ext = (portctrl & TXGBE_PORTCTL_VLANEXT); in txgbe_vlan_tpid_set()1030 qinq = vlan_ext && (portctrl & TXGBE_PORTCTL_QINQ); in txgbe_vlan_tpid_set()1033 if (vlan_ext) { in txgbe_vlan_tpid_set()1053 if (vlan_ext) { in txgbe_vlan_tpid_set()