|
iPXE
|
Data Structures | |
| struct | scsi_cdb_read_10 |
| A SCSI "READ (10)" CDB. More... | |
| struct | scsi_cdb_read_16 |
| A SCSI "READ (16)" CDB. More... | |
| struct | scsi_cdb_write_10 |
| A SCSI "WRITE (10)" CDB. More... | |
| struct | scsi_cdb_write_16 |
| A SCSI "WRITE (16)" CDB. More... | |
| struct | scsi_cdb_read_capacity_10 |
| A SCSI "READ CAPACITY (10)" CDB. More... | |
| struct | scsi_capacity_10 |
| SCSI "READ CAPACITY (10)" parameter data. More... | |
| struct | scsi_cdb_read_capacity_16 |
| A SCSI "READ CAPACITY (16)" CDB. More... | |
| struct | scsi_capacity_16 |
| SCSI "READ CAPACITY (16)" parameter data. More... | |
| struct | scsi_cdb_test_unit_ready |
| A SCSI "TEST UNIT READY" CDB. More... | |
| union | scsi_cdb |
| A SCSI Command Data Block. More... | |
Macros | |
| #define | SCSI_CDB_FORMAT |
| printf() format for dumping a scsi_cdb | |
| #define | SCSI_CDB_DATA(cdb) |
| printf() parameters for dumping a scsi_cdb | |
| #define SCSI_CDB_FORMAT |
printf() format for dumping a scsi_cdb
Definition at line 220 of file scsi.h.
Referenced by fcpcmd_send_cmnd(), iscsi_start_command(), scsicmd_command(), and srp_cmd().
| #define SCSI_CDB_DATA | ( | cdb | ) |
printf() parameters for dumping a scsi_cdb
Definition at line 224 of file scsi.h.
Referenced by fcpcmd_send_cmnd(), iscsi_start_command(), scsicmd_command(), and srp_cmd().