|
iPXE
|
An AoE ATA command. More...
#include <aoe.h>
Data Fields | |
| uint8_t | aflags |
| AoE command flags. More... | |
| uint8_t | err_feat |
| ATA error/feature register. More... | |
| uint8_t | count |
| ATA sector count register. More... | |
| uint8_t | cmd_stat |
| ATA command/status register. More... | |
| union { | |
| uint64_t u64 | |
| uint8_t bytes [6] | |
| } | lba |
| Logical block address, in little-endian order. More... | |
| uint8_t | data [0] |
| Data payload. More... | |
| uint8_t aoeata::aflags |
| uint8_t aoeata::err_feat |
| uint8_t aoeata::count |
| uint8_t aoeata::cmd_stat |
ATA command/status register.
Definition at line 46 of file aoe.h.
Referenced by aoecmd_ata_cmd(), and aoecmd_ata_rsp().
| uint64_t aoeata::u64 |
Definition at line 49 of file aoe.h.
Referenced by aoecmd_ata_cmd().
| uint8_t aoeata::bytes[6] |
Definition at line 50 of file aoe.h.
Referenced by aoecmd_ata_cmd().
| union { ... } aoeata::lba |
Logical block address, in little-endian order.
Referenced by aoecmd_ata_cmd().
| uint8_t aoeata::data[0] |
Data payload.
Definition at line 53 of file aoe.h.
Referenced by aoecmd_ata_cmd(), and aoecmd_ata_rsp().
1.8.15