iPXE
Data Fields
aoe_command Struct Reference

An AoE command. More...

Data Fields

struct refcnt refcnt
 Reference count. More...
 
struct aoe_deviceaoedev
 AOE device. More...
 
struct list_head list
 List of active commands. More...
 
struct interface ata
 ATA command interface. More...
 
struct ata_cmd command
 ATA command. More...
 
struct aoe_command_typetype
 Command type. More...
 
uint32_t tag
 Command tag. More...
 
struct retry_timer timer
 Retransmission timer. More...
 

Detailed Description

An AoE command.

Definition at line 73 of file aoe.c.

Field Documentation

◆ refcnt

struct refcnt aoe_command::refcnt

Reference count.

Definition at line 75 of file aoe.c.

◆ aoedev

struct aoe_device* aoe_command::aoedev

◆ list

struct list_head aoe_command::list

List of active commands.

Definition at line 79 of file aoe.c.

Referenced by aoecmd_find_tag(), and aoedev_close().

◆ ata

struct interface aoe_command::ata

ATA command interface.

Definition at line 82 of file aoe.c.

◆ command

struct ata_cmd aoe_command::command

ATA command.

Definition at line 85 of file aoe.c.

◆ type

struct aoe_command_type* aoe_command::type

Command type.

Definition at line 87 of file aoe.c.

◆ tag

uint32_t aoe_command::tag

Command tag.

Definition at line 89 of file aoe.c.

◆ timer

struct retry_timer aoe_command::timer

Retransmission timer.

Definition at line 92 of file aoe.c.


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