|
iPXE
|
A SCSI command information unit. More...
#include <scsi.h>
Data Fields | |
| struct scsi_lun | lun |
| LUN. More... | |
| union scsi_cdb | cdb |
| CDB for this command. More... | |
| void * | data_out |
| Data-out buffer (may be NULL) More... | |
| size_t | data_out_len |
| Data-out buffer length. More... | |
| void * | data_in |
| Data-in buffer (may be NULL) More... | |
| size_t | data_in_len |
| Data-in buffer length. More... | |
| struct scsi_lun scsi_cmd::lun |
LUN.
Definition at line 250 of file scsi.h.
Referenced by iscsi_start_command(), and iscsi_start_data_out().
| union scsi_cdb scsi_cmd::cdb |
CDB for this command.
Definition at line 252 of file scsi.h.
Referenced by fcpcmd_send_cmnd(), and iscsi_start_command().
| void* scsi_cmd::data_out |
Data-out buffer (may be NULL)
Definition at line 254 of file scsi.h.
Referenced by iscsi_start_command(), and iscsi_tx_data_out().
| size_t scsi_cmd::data_out_len |
Data-out buffer length.
Must be zero if data_out is NULL
Definition at line 259 of file scsi.h.
Referenced by iscsi_start_command(), iscsi_tx_data_out(), and usbblk_start().
| void* scsi_cmd::data_in |
Data-in buffer (may be NULL)
Definition at line 261 of file scsi.h.
Referenced by iscsi_rx_data_in(), and iscsi_start_command().
| size_t scsi_cmd::data_in_len |
Data-in buffer length.
Must be zero if data_in is NULL
Definition at line 266 of file scsi.h.
Referenced by iscsi_rx_data_in(), iscsi_start_command(), and usbblk_start().
1.8.15