Home
last modified time | relevance | path

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

/dpdk/drivers/net/ngbe/
H A Dngbe_ethdev.c603 uint32_t portctrl, vlan_ext, qinq; in ngbe_vlan_tpid_set() local
605 portctrl = rd32(hw, NGBE_PORTCTL); in ngbe_vlan_tpid_set()
607 vlan_ext = (portctrl & NGBE_PORTCTL_VLANEXT); in ngbe_vlan_tpid_set()
608 qinq = vlan_ext && (portctrl & NGBE_PORTCTL_QINQ); in ngbe_vlan_tpid_set()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.c1025 uint32_t portctrl, vlan_ext, qinq; in txgbe_vlan_tpid_set() local
1027 portctrl = rd32(hw, TXGBE_PORTCTL); in txgbe_vlan_tpid_set()
1029 vlan_ext = (portctrl & TXGBE_PORTCTL_VLANEXT); in txgbe_vlan_tpid_set()
1030 qinq = vlan_ext && (portctrl & TXGBE_PORTCTL_QINQ); in txgbe_vlan_tpid_set()