Linux Kernel
3.7.1
|
#include <iscsi_proto.h>
Data Fields | |
uint8_t | opcode |
uint8_t | flags |
uint8_t | rsvd1 [2] |
uint8_t | hlength |
uint8_t | dlength [3] |
struct scsi_lun | lun |
itt_t | itt |
itt_t | rtt |
__be32 | cmdsn |
__be32 | exp_statsn |
__be32 | refcmdsn |
__be32 | exp_datasn |
uint8_t | rsvd2 [8] |
Definition at line 284 of file iscsi_proto.h.
__be32 cmdsn |
Definition at line 293 of file iscsi_proto.h.
uint8_t dlength[3] |
Definition at line 289 of file iscsi_proto.h.
__be32 exp_datasn |
Definition at line 296 of file iscsi_proto.h.
__be32 exp_statsn |
Definition at line 294 of file iscsi_proto.h.
uint8_t flags |
Definition at line 286 of file iscsi_proto.h.
uint8_t hlength |
Definition at line 288 of file iscsi_proto.h.
itt_t itt |
Definition at line 291 of file iscsi_proto.h.
Definition at line 290 of file iscsi_proto.h.
Definition at line 285 of file iscsi_proto.h.
__be32 refcmdsn |
Definition at line 295 of file iscsi_proto.h.
uint8_t rsvd1[2] |
Definition at line 287 of file iscsi_proto.h.
uint8_t rsvd2[8] |
Definition at line 297 of file iscsi_proto.h.
itt_t rtt |
Definition at line 292 of file iscsi_proto.h.