Home
last modified time | relevance | path

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

/linux-3.4.99/net/dsa/
Dtag_dsa.c67 skb->protocol = htons(ETH_P_DSA); in dsa_xmit()
190 .type = cpu_to_be16(ETH_P_DSA),
Dslave.c355 case htons(ETH_P_DSA): in dsa_slave_create()
/linux-3.4.99/include/linux/
Dif_ether.h117 #define ETH_P_DSA 0x001B /* Distributed Switch Arch. */ macro
/linux-3.4.99/include/net/
Ddsa.h193 return !!(dst->tag_protocol == htons(ETH_P_DSA)); in dsa_uses_dsa_tags()
/linux-3.4.99/drivers/net/dsa/
Dmv88e6131.c420 .tag_protocol = cpu_to_be16(ETH_P_DSA),
/linux-3.4.99/net/ethernet/
Deth.c193 return htons(ETH_P_DSA); in eth_type_trans()