Searched refs:ETH_P_EDSA (Results 1 – 4 of 4) sorted by relevance
45 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),
360 case htons(ETH_P_EDSA): in dsa_slave_create()
237 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),
92 #define ETH_P_EDSA 0xDADA /* Ethertype DSA [ NOT AN OFFICIALLY REGISTERED ID ] */ macro