iPXE
Data Fields
srp_command Struct Reference

An SRP command. More...

Data Fields

struct refcnt refcnt
 Reference count. More...
 
struct srp_devicesrpdev
 SRP device. More...
 
struct list_head list
 List of active commands. More...
 
struct interface scsi
 SCSI command interface. More...
 
uint32_t tag
 Command tag. More...
 

Detailed Description

An SRP command.

Definition at line 121 of file srp.c.

Field Documentation

◆ refcnt

struct refcnt srp_command::refcnt

Reference count.

Definition at line 123 of file srp.c.

Referenced by srpcmd_get(), srpcmd_put(), and srpdev_scsi_command().

◆ srpdev

struct srp_device* srp_command::srpdev

SRP device.

Definition at line 125 of file srp.c.

Referenced by srp_find_tag(), srp_new_tag(), srpcmd_close(), srpcmd_free(), srpdev_close(), and srpdev_scsi_command().

◆ list

struct list_head srp_command::list

List of active commands.

Definition at line 127 of file srp.c.

Referenced by srp_find_tag(), srpcmd_close(), srpcmd_free(), srpdev_close(), and srpdev_scsi_command().

◆ scsi

struct interface srp_command::scsi

SCSI command interface.

Definition at line 130 of file srp.c.

Referenced by srp_rsp(), srpcmd_close(), and srpdev_scsi_command().

◆ tag

uint32_t srp_command::tag

Command tag.

Definition at line 132 of file srp.c.

Referenced by srp_find_tag(), srpcmd_close(), and srpdev_scsi_command().


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