Searched defs:aoehdr (Results 1 – 2 of 2) sorted by relevance
67 struct aoehdr { struct69 uint8_t ver_flags;71 uint8_t error;73 uint16_t major;75 uint8_t minor;77 uint8_t command;79 uint32_t tag;81 union aoecmd cmd[0];
94 struct aoehdr *aoehdr; in aoe_send_command() local291 struct aoehdr *aoehdr = iobuf->data; in aoe_rx() local