Searched refs:ETH_P_DSA (Results 1 – 6 of 6) sorted by relevance
67 skb->protocol = htons(ETH_P_DSA); in dsa_xmit()190 .type = cpu_to_be16(ETH_P_DSA),
355 case htons(ETH_P_DSA): in dsa_slave_create()
117 #define ETH_P_DSA 0x001B /* Distributed Switch Arch. */ macro
193 return !!(dst->tag_protocol == htons(ETH_P_DSA)); in dsa_uses_dsa_tags()
420 .tag_protocol = cpu_to_be16(ETH_P_DSA),
193 return htons(ETH_P_DSA); in eth_type_trans()