Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dif_ether.h89 #define ETH_P_AOE 0x88A2 /* ATA over Ethernet */ macro
/Linux-v4.19/drivers/block/aoe/
Daoenet.c195 .type = __constant_htons(ETH_P_AOE),
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()