Searched refs:tpids (Results 1 – 2 of 2) sorted by relevance
2682 uint16_t tpids[8] = {RTE_ETHER_TYPE_VLAN, RTE_ETHER_TYPE_QINQ, in ngbe_configure_port() local2707 (i % 2 ? NGBE_TAGTPID_MSB(tpids[i]) in ngbe_configure_port()2708 : NGBE_TAGTPID_LSB(tpids[i]))); in ngbe_configure_port()
3677 uint16_t tpids[8] = {RTE_ETHER_TYPE_VLAN, RTE_ETHER_TYPE_QINQ, in txgbe_configure_port() local3702 (i % 2 ? TXGBE_TAGTPID_MSB(tpids[i]) in txgbe_configure_port()3703 : TXGBE_TAGTPID_LSB(tpids[i]))); in txgbe_configure_port()