Home
last modified time | relevance | path

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

/linux-3.4.99/net/dsa/
Dtag_edsa.c45 edsa_header[0] = (ETH_P_EDSA >> 8) & 0xff; in edsa_xmit()
46 edsa_header[1] = ETH_P_EDSA & 0xff; in edsa_xmit()
70 edsa_header[0] = (ETH_P_EDSA >> 8) & 0xff; in edsa_xmit()
71 edsa_header[1] = ETH_P_EDSA & 0xff; in edsa_xmit()
80 skb->protocol = htons(ETH_P_EDSA); in edsa_xmit()
209 .type = cpu_to_be16(ETH_P_EDSA),
Dslave.c360 case htons(ETH_P_EDSA): in dsa_slave_create()
/linux-3.4.99/drivers/net/dsa/
Dmv88e6123_61_65.c237 if (ds->dst->tag_protocol == htons(ETH_P_EDSA)) in mv88e6123_61_65_setup_port()
316 REG_WRITE(addr, 0x0f, ETH_P_EDSA); in mv88e6123_61_65_setup_port()
437 .tag_protocol = cpu_to_be16(ETH_P_EDSA),
/linux-3.4.99/include/linux/
Dif_ether.h92 #define ETH_P_EDSA 0xDADA /* Ethertype DSA [ NOT AN OFFICIALLY REGISTERED ID ] */ macro