Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_ether.h89 #define ETH_P_AOE 0x88A2 /* ATA over Ethernet */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_ether.h89 #define ETH_P_AOE 0x88A2 /* ATA over Ethernet */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_ether.h89 #define ETH_P_AOE 0x88A2 /* ATA over Ethernet */ macro
/OK3568_Linux_fs/kernel/drivers/block/aoe/
H A Daoenet.c195 .type = __constant_htons(ETH_P_AOE),
H A Daoecmd.c72 skb->protocol = __constant_htons(ETH_P_AOE); in new_skb()
135 h->type = __constant_cpu_to_be16(ETH_P_AOE); in aoehdr_atainit()
439 h->type = __constant_cpu_to_be16(ETH_P_AOE); in aoecmd_cfg_pkts()