Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dif_ether.h154 #define ETH_P_XDSA 0x00F8 /* Multiplexed DSA protocol */ macro
/openbmc/linux/include/uapi/linux/
H A Dif_ether.h155 #define ETH_P_XDSA 0x00F8 /* Multiplexed DSA protocol */ macro
/openbmc/linux/net/dsa/
H A Dtag.c128 .type = cpu_to_be16(ETH_P_XDSA),
/openbmc/linux/net/ethernet/
H A Deth.c176 return htons(ETH_P_XDSA); in eth_type_trans()
/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_ppe.c785 case htons(ETH_P_XDSA): in __mtk_ppe_check_skb()
/openbmc/linux/Documentation/networking/dsa/
H A Ddsa.rst255 -> skb->protocol = ETH_P_XDSA
261 -> invoke handler for ETH_P_XDSA, calls dsa_switch_rcv()
311 DSA master is used asymmetrically. On RX, the ``ETH_P_XDSA`` handler, which
/openbmc/linux/net/core/
H A Dflow_dissector.c1051 proto == htons(ETH_P_XDSA))) { in __skb_flow_dissect()