Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dif_ether.h99 #define ETH_P_NCSI 0x88F8 /* NCSI protocol */ macro
/openbmc/linux/include/uapi/linux/
H A Dif_ether.h103 #define ETH_P_NCSI 0x88F8 /* NCSI protocol */ macro
/openbmc/linux/net/ncsi/
H A Dncsi-cmd.c315 skb->protocol = htons(ETH_P_NCSI); in ncsi_alloc_command()
380 eh->h_proto = htons(ETH_P_NCSI); in ncsi_xmit_cmd()
H A Dncsi-manage.c1800 ndp->ptype.type = cpu_to_be16(ETH_P_NCSI); in ncsi_register_dev()
/openbmc/qemu/include/net/
H A Deth.h220 #define ETH_P_NCSI (0x88f8) macro