Home
last modified time | relevance | path

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

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