Home
last modified time | relevance | path

Searched refs:ETH_P_CAIF (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dif_ether.h153 #define ETH_P_CAIF 0x00F7 /* ST-Ericsson CAIF protocol */ macro
/openbmc/linux/include/uapi/linux/
H A Dif_ether.h154 #define ETH_P_CAIF 0x00F7 /* ST-Ericsson CAIF protocol */ macro
/openbmc/linux/net/caif/
H A Dcaif_dev.c180 skb->protocol = htons(ETH_P_CAIF); in transmit()
284 .type = cpu_to_be16(ETH_P_CAIF),
/openbmc/linux/drivers/net/caif/
H A Dcaif_serial.c195 skb->protocol = htons(ETH_P_CAIF); in ldisc_receive()
H A Dcaif_virtio.c295 skb->protocol = htons(ETH_P_CAIF); in cfv_rx_poll()