iPXE
|
A SCSI command type. More...
Data Fields | |
const char * | name |
Name. More... | |
size_t | priv_len |
Additional working space. More... | |
void(* | cmd )(struct scsi_command *scsicmd, struct scsi_cmd *command) |
Construct SCSI command IU. More... | |
void(* | done )(struct scsi_command *scsicmd, int rc) |
Handle SCSI command completion. More... | |
const char* scsi_command_type::name |
void( * scsi_command_type::cmd) (struct scsi_command *scsicmd, struct scsi_cmd *command) |
Construct SCSI command IU.
scsicmd | SCSI command |
command | SCSI command IU |
Definition at line 304 of file scsi.c.
Referenced by scsicmd_command().
void( * scsi_command_type::done) (struct scsi_command *scsicmd, int rc) |
Handle SCSI command completion.
scsicmd | SCSI command |
rc | Reason for completion |
Definition at line 312 of file scsi.c.
Referenced by scsicmd_done().