iPXE
|
An SRP command. More...
Data Fields | |
struct refcnt | refcnt |
Reference count. More... | |
struct srp_device * | srpdev |
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... | |
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().
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().
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().
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().
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().