Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dif_ether.h66 #define ETH_P_NCSI 0x88F8 macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dif_ether.h100 #define ETH_P_NCSI 0x88F8 /* NCSI protocol */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dif_ether.h81 #define ETH_P_NCSI 0x88F8 macro
/kernel/linux/linux-5.10/net/ncsi/
Dncsi-cmd.c313 skb->protocol = htons(ETH_P_NCSI); in ncsi_alloc_command()
378 eh->h_proto = htons(ETH_P_NCSI); in ncsi_xmit_cmd()
Dncsi-manage.c1730 ndp->ptype.type = cpu_to_be16(ETH_P_NCSI); in ncsi_register_dev()