iPXE
scsi_cmd Struct Reference

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.

Detailed Description

A SCSI command information unit.

Definition at line 250 of file scsi.h.

Field Documentation

◆ lun

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().

◆ cdb

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().

◆ data_out

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().

◆ data_in

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().


The documentation for this struct was generated from the following file: