Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.c819 uint32_t portctrl, vlan_ext, qinq; in txgbe_vlan_tpid_set() local
821 portctrl = rd32(hw, TXGBE_PORTCTL); in txgbe_vlan_tpid_set()
823 vlan_ext = (portctrl & TXGBE_PORTCTL_VLANEXT); in txgbe_vlan_tpid_set()
824 qinq = vlan_ext && (portctrl & TXGBE_PORTCTL_QINQ); in txgbe_vlan_tpid_set()