Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dif_ether.h90 #define ETH_P_AOE 0x88A2 /* ATA over Ethernet */ macro
/openbmc/linux/include/uapi/linux/
H A Dif_ether.h91 #define ETH_P_AOE 0x88A2 /* ATA over Ethernet */ macro
/openbmc/linux/drivers/block/aoe/
H A Daoenet.c196 .type = __constant_htons(ETH_P_AOE),
H A Daoecmd.c71 skb->protocol = __constant_htons(ETH_P_AOE); in new_skb()
134 h->type = __constant_cpu_to_be16(ETH_P_AOE); in aoehdr_atainit()
441 h->type = __constant_cpu_to_be16(ETH_P_AOE); in aoecmd_cfg_pkts()