iPXE
Data Fields
iscsi_bhs_common_response Struct Reference

iSCSI basic header segment common request fields More...

#include <iscsi.h>

Data Fields

uint8_t opcode
 Opcode. More...
 
uint8_t flags
 Flags. More...
 
uint8_t other_a [2]
 Fields specific to the PDU type. More...
 
union iscsi_segment_lengths lengths
 Segment lengths. More...
 
uint8_t other_b [8]
 Fields specific to the PDU type. More...
 
uint32_t itt
 Initiator Task Tag. More...
 
uint8_t other_c [4]
 Fields specific to the PDU type. More...
 
uint32_t statsn
 Status sequence number. More...
 
uint32_t expcmdsn
 Expected command sequence number. More...
 
uint8_t other_d [16]
 Fields specific to the PDU type. More...
 

Detailed Description

iSCSI basic header segment common request fields

Definition at line 114 of file iscsi.h.

Field Documentation

◆ opcode

uint8_t iscsi_bhs_common_response::opcode

Opcode.

Definition at line 116 of file iscsi.h.

Referenced by iscsi_rx_data().

◆ flags

uint8_t iscsi_bhs_common_response::flags

Flags.

Definition at line 118 of file iscsi.h.

◆ other_a

uint8_t iscsi_bhs_common_response::other_a[2]

Fields specific to the PDU type.

Definition at line 120 of file iscsi.h.

◆ lengths

union iscsi_segment_lengths iscsi_bhs_common_response::lengths

Segment lengths.

Definition at line 122 of file iscsi.h.

◆ other_b

uint8_t iscsi_bhs_common_response::other_b[8]

Fields specific to the PDU type.

Definition at line 124 of file iscsi.h.

◆ itt

uint32_t iscsi_bhs_common_response::itt

Initiator Task Tag.

Definition at line 126 of file iscsi.h.

◆ other_c

uint8_t iscsi_bhs_common_response::other_c[4]

Fields specific to the PDU type.

Definition at line 128 of file iscsi.h.

◆ statsn

uint32_t iscsi_bhs_common_response::statsn

Status sequence number.

Definition at line 130 of file iscsi.h.

Referenced by iscsi_rx_data().

◆ expcmdsn

uint32_t iscsi_bhs_common_response::expcmdsn

Expected command sequence number.

Definition at line 132 of file iscsi.h.

Referenced by iscsi_rx_data().

◆ other_d

uint8_t iscsi_bhs_common_response::other_d[16]

Fields specific to the PDU type.

Definition at line 134 of file iscsi.h.


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