iPXE
Data Fields
iscsi_bhs_common Struct Reference

iSCSI basic header segment common 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 [28]
 Fields specific to the PDU type. More...
 

Detailed Description

iSCSI basic header segment common fields

Definition at line 78 of file iscsi.h.

Field Documentation

◆ opcode

uint8_t iscsi_bhs_common::opcode

Opcode.

Definition at line 80 of file iscsi.h.

Referenced by iscsi_rx_bhs().

◆ flags

uint8_t iscsi_bhs_common::flags

Flags.

Definition at line 82 of file iscsi.h.

◆ other_a

uint8_t iscsi_bhs_common::other_a[2]

Fields specific to the PDU type.

Definition at line 84 of file iscsi.h.

◆ lengths

union iscsi_segment_lengths iscsi_bhs_common::lengths

Segment lengths.

Definition at line 86 of file iscsi.h.

Referenced by iscsi_rx_bhs().

◆ other_b

uint8_t iscsi_bhs_common::other_b[8]

Fields specific to the PDU type.

Definition at line 88 of file iscsi.h.

◆ itt

uint32_t iscsi_bhs_common::itt

Initiator Task Tag.

Definition at line 90 of file iscsi.h.

◆ other_c

uint8_t iscsi_bhs_common::other_c[28]

Fields specific to the PDU type.

Definition at line 92 of file iscsi.h.


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