|
iPXE
|
A SCSI command type. More...
Data Fields | |
| const char * | name |
| Name. | |
| size_t | priv_len |
| Additional working space. | |
| void(* | cmd )(struct scsi_command *scsicmd, struct scsi_cmd *command) |
| Construct SCSI command IU. | |
| void(* | done )(struct scsi_command *scsicmd, int rc) |
| Handle SCSI command completion. | |
| 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 305 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 313 of file scsi.c.
Referenced by scsicmd_done().