Home
last modified time | relevance | path

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

/openbmc/linux/net/dsa/
H A Dtag_dsa.c369 edsa_header[0] = (ETH_P_EDSA >> 8) & 0xff; in edsa_xmit()
370 edsa_header[1] = ETH_P_EDSA & 0xff; in edsa_xmit()
/openbmc/u-boot/include/linux/
H A Dif_ether.h116 #define ETH_P_EDSA 0xDADA /* Ethertype DSA */ macro
/openbmc/linux/include/uapi/linux/
H A Dif_ether.h117 #define ETH_P_EDSA 0xDADA /* Ethertype DSA [ NOT AN OFFICIALLY REGISTERED ID ] */ macro
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_prs.c621 mvpp2_prs_match_etype(&pe, 0, ETH_P_EDSA); in mvpp2_prs_dsa_tag_ethertype_set()
/openbmc/linux/Documentation/networking/dsa/
H A Ddsa.rst138 adding or removing the ``ETH_P_EDSA`` EtherType and some padding octets).
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c3130 ETH_P_EDSA); in mv88e6xxx_set_port_mode_edsa()