Home
last modified time | relevance | path

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

/dpdk/drivers/net/ngbe/
H A Dngbe_rxtx.c2682 uint16_t tpids[8] = {RTE_ETHER_TYPE_VLAN, RTE_ETHER_TYPE_QINQ, in ngbe_configure_port() local
2707 (i % 2 ? NGBE_TAGTPID_MSB(tpids[i]) in ngbe_configure_port()
2708 : NGBE_TAGTPID_LSB(tpids[i]))); in ngbe_configure_port()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c3677 uint16_t tpids[8] = {RTE_ETHER_TYPE_VLAN, RTE_ETHER_TYPE_QINQ, in txgbe_configure_port() local
3702 (i % 2 ? TXGBE_TAGTPID_MSB(tpids[i]) in txgbe_configure_port()
3703 : TXGBE_TAGTPID_LSB(tpids[i]))); in txgbe_configure_port()