Home
last modified time | relevance | path

Searched refs:aoehdr (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/net/
Daoe.c94 struct aoehdr *aoehdr; in aoe_send_command() local
134 iobuf = alloc_iob ( ETH_HLEN + sizeof ( *aoehdr ) + in aoe_send_command()
140 aoehdr = iob_put ( iobuf, sizeof ( *aoehdr ) ); in aoe_send_command()
142 memset ( aoehdr, 0, ( sizeof ( *aoehdr ) + aoecmdlen ) ); in aoe_send_command()
145 aoehdr->ver_flags = AOE_VERSION; in aoe_send_command()
146 aoehdr->major = htons ( aoe->major ); in aoe_send_command()
147 aoehdr->minor = aoe->minor; in aoe_send_command()
148 aoehdr->command = aoe->aoe_cmd_type; in aoe_send_command()
149 aoehdr->tag = htonl ( ++aoe->tag ); in aoe_send_command()
291 struct aoehdr *aoehdr = iobuf->data; in aoe_rx() local
[all …]
/external/syslinux/gpxe/src/include/gpxe/
Daoe.h67 struct aoehdr { struct