Searched refs:aoehdr (Results 1 – 2 of 2) sorted by relevance
94 struct aoehdr *aoehdr; in aoe_send_command() local134 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 …]
67 struct aoehdr { struct