|
iPXE
|
A SCSI command information unit. More...
#include <scsi.h>
Data Fields | |
| struct scsi_lun | lun |
| LUN. | |
| union scsi_cdb | cdb |
| CDB for this command. | |
| struct xfer_buffer | data_out |
| Data-out buffer. | |
| struct xfer_buffer | data_in |
| Data-in buffer. | |
| struct scsi_lun scsi_cmd::lun |
LUN.
Definition at line 252 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 254 of file scsi.h.
Referenced by fcpcmd_send_cmnd(), and iscsi_start_command().
| struct xfer_buffer scsi_cmd::data_out |
Data-out buffer.
Definition at line 256 of file scsi.h.
Referenced by iscsi_start_command(), iscsi_tx_data_out(), and usbblk_start().
| struct xfer_buffer scsi_cmd::data_in |
Data-in buffer.
Definition at line 258 of file scsi.h.
Referenced by iscsi_rx_data_in(), iscsi_start_command(), and usbblk_start().