Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Drtl8139.c1941 #define CP_TX_VLAN_TAG_MASK ((1<<16) - 1) in rtl8139_cplus_transmit_one() macro
2055 bswap16(txdw1 & CP_TX_VLAN_TAG_MASK)); in rtl8139_cplus_transmit_one()
2060 dot1q_buffer[1] = cpu_to_le16(txdw1 & CP_TX_VLAN_TAG_MASK); in rtl8139_cplus_transmit_one()