Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif_ether.h154 #define ETH_P_CAIF 0x00F7 /* ST-Ericsson CAIF protocol */ macro
/linux/net/caif/
H A Dcaif_dev.c181 skb->protocol = htons(ETH_P_CAIF); in transmit()
285 .type = cpu_to_be16(ETH_P_CAIF),
/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()