Home
last modified time | relevance | path

Searched refs:ETH_P_802_EX1 (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/net/caif/
Dcaif_usb.c109 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()
119 .type = cpu_to_be16(ETH_P_802_EX1),
/Linux-v5.10/include/uapi/linux/
Dif_ether.h91 #define ETH_P_802_EX1 0x88B5 /* 802.1 Local Experimental 1. */ macro