ETH_P_802_EX1     109 net/caif/caif_usb.c 	this->tx_eth_hdr[12] = cpu_to_be16(ETH_P_802_EX1) & 0xff;
ETH_P_802_EX1     110 net/caif/caif_usb.c 	this->tx_eth_hdr[13] = (cpu_to_be16(ETH_P_802_EX1) >> 8) & 0xff;
ETH_P_802_EX1     119 net/caif/caif_usb.c 	.type = cpu_to_be16(ETH_P_802_EX1),