Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dif_ether.h119 #define ETH_P_AF_IUCV 0xFBFB /* IBM af_iucv */ macro
/openbmc/linux/include/uapi/linux/
H A Dif_ether.h121 #define ETH_P_AF_IUCV 0xFBFB /* IBM af_iucv [ NOT AN OFFICIALLY REGISTERED ID ] */ macro
/openbmc/linux/net/iucv/
H A Daf_iucv.c205 phs_hdr->magic = ETH_P_AF_IUCV; in afiucv_hs_send()
233 dev_hard_header(skb, skb->dev, ETH_P_AF_IUCV, NULL, NULL, skb->len); in afiucv_hs_send()
248 skb->protocol = cpu_to_be16(ETH_P_AF_IUCV); in afiucv_hs_send()
2261 .type = cpu_to_be16(ETH_P_AF_IUCV),
/openbmc/linux/drivers/s390/net/
H A Dqeth_l3_main.c1594 case htons(ETH_P_AF_IUCV): in qeth_l3_get_cast_type_rcu()
1683 case htons(ETH_P_AF_IUCV): in qeth_l3_fill_header()
1746 case htons(ETH_P_AF_IUCV): in qeth_l3_hard_start_xmit()
H A Dqeth_core_main.c5475 if (IS_IQD(card) && iucv->magic == ETH_P_AF_IUCV) { in qeth_l3_rebuild_skb()
5476 dev_hard_header(skb, dev, ETH_P_AF_IUCV, dev->dev_addr, in qeth_l3_rebuild_skb()