#include <aoe.h>
Data Fields | |
| uint8_t | ver_flags |
| Protocol version number and flags. | |
| uint8_t | error |
| Error code. | |
| uint16_t | major |
| Major device number, in network byte order. | |
| uint8_t | minor |
| Minor device number. | |
| uint8_t | command |
| Command number. | |
| uint32_t | tag |
| Tag, in network byte order. | |
| union aoecmd | cmd [0] |
| Payload. | |
Definition at line 67 of file aoe.h.
Protocol version number and flags.
Definition at line 69 of file aoe.h.
Referenced by aoe_rx(), and aoe_send_command().
Major device number, in network byte order.
Definition at line 73 of file aoe.h.
Referenced by aoe_rx(), and aoe_send_command().
Minor device number.
Definition at line 75 of file aoe.h.
Referenced by aoe_rx(), and aoe_send_command().
Command number.
Definition at line 77 of file aoe.h.
Referenced by aoe_rx(), and aoe_send_command().
Tag, in network byte order.
Definition at line 79 of file aoe.h.
Referenced by aoe_rx(), and aoe_send_command().
union aoecmd aoehdr::cmd[0] [write] |
1.5.7.1