Searched refs:ETH_P_802_EX1 (Results 1 – 2 of 2) sorted by relevance
109 this->tx_eth_hdr[12] = cpu_to_be16(ETH_P_802_EX1) & 0xff; in cfusbl_create()110 this->tx_eth_hdr[13] = (cpu_to_be16(ETH_P_802_EX1) >> 8) & 0xff; in cfusbl_create()124 .type = cpu_to_be16(ETH_P_802_EX1),
92 #define ETH_P_802_EX1 0x88B5 /* 802.1 Local Experimental 1. */ macro
Completed in 4 milliseconds