iPXE
Data Fields
aoecfg Struct Reference

An AoE config command. More...

#include <aoe.h>

Data Fields

uint16_t bufcnt
 AoE queue depth. More...
 
uint16_t fwver
 ATA target firmware version. More...
 
uint8_t scnt
 ATA target sector count. More...
 
uint8_t aoeccmd
 AoE config string subcommand. More...
 
uint16_t cfglen
 AoE config string length. More...
 
uint8_t data [0]
 AoE config string. More...
 

Detailed Description

An AoE config command.

Definition at line 22 of file aoe.h.

Field Documentation

◆ bufcnt

uint16_t aoecfg::bufcnt

AoE queue depth.

Definition at line 24 of file aoe.h.

Referenced by aoecmd_cfg_rsp().

◆ fwver

uint16_t aoecfg::fwver

ATA target firmware version.

Definition at line 26 of file aoe.h.

Referenced by aoecmd_cfg_rsp().

◆ scnt

uint8_t aoecfg::scnt

ATA target sector count.

Definition at line 28 of file aoe.h.

Referenced by aoecmd_cfg_rsp().

◆ aoeccmd

uint8_t aoecfg::aoeccmd

AoE config string subcommand.

Definition at line 30 of file aoe.h.

◆ cfglen

uint16_t aoecfg::cfglen

AoE config string length.

Definition at line 32 of file aoe.h.

◆ data

uint8_t aoecfg::data[0]

AoE config string.

Definition at line 34 of file aoe.h.


The documentation for this struct was generated from the following file: