iPXE
aoecfg Struct Reference

An AoE config command. More...

#include <aoe.h>

Data Fields

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

Detailed Description

An AoE config command.

Definition at line 23 of file aoe.h.

Field Documentation

◆ bufcnt

uint16_t aoecfg::bufcnt

AoE queue depth.

Definition at line 25 of file aoe.h.

Referenced by aoecmd_cfg_rsp().

◆ fwver

uint16_t aoecfg::fwver

ATA target firmware version.

Definition at line 27 of file aoe.h.

Referenced by aoecmd_cfg_rsp().

◆ scnt

uint8_t aoecfg::scnt

ATA target sector count.

Definition at line 29 of file aoe.h.

Referenced by aoecmd_cfg_rsp().

◆ aoeccmd

uint8_t aoecfg::aoeccmd

AoE config string subcommand.

Definition at line 31 of file aoe.h.

◆ cfglen

uint16_t aoecfg::cfglen

AoE config string length.

Definition at line 33 of file aoe.h.

◆ data

uint8_t aoecfg::data[0]

AoE config string.

Definition at line 35 of file aoe.h.


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