iPXE
Data Fields
fc_ct_header Struct Reference

A Fibre Channel Common Transport header. More...

#include <fcns.h>

Data Fields

uint8_t revision
 Revision. More...
 
struct fc_port_id in_id
 Original requestor ID. More...
 
uint8_t type
 Generic service type. More...
 
uint8_t subtype
 Generic service subtype. More...
 
uint8_t options
 Options. More...
 
uint8_t reserved
 Reserved. More...
 
uint16_t code
 Command/response code. More...
 
uint16_t size
 Maximum/residual size. More...
 
uint8_t fragment
 Fragment ID. More...
 
uint8_t reason
 Reason code. More...
 
uint8_t explanation
 Reason code explanation. More...
 
uint8_t vendor
 Vendor specific. More...
 

Detailed Description

A Fibre Channel Common Transport header.

Definition at line 17 of file fcns.h.

Field Documentation

◆ revision

uint8_t fc_ct_header::revision

Revision.

Definition at line 19 of file fcns.h.

Referenced by fc_ns_query_step().

◆ in_id

struct fc_port_id fc_ct_header::in_id

Original requestor ID.

Definition at line 21 of file fcns.h.

◆ type

uint8_t fc_ct_header::type

Generic service type.

Definition at line 23 of file fcns.h.

Referenced by fc_ns_query_step().

◆ subtype

uint8_t fc_ct_header::subtype

Generic service subtype.

Definition at line 25 of file fcns.h.

Referenced by fc_ns_query_step().

◆ options

uint8_t fc_ct_header::options

Options.

Definition at line 27 of file fcns.h.

◆ reserved

uint8_t fc_ct_header::reserved

Reserved.

Definition at line 29 of file fcns.h.

◆ code

uint16_t fc_ct_header::code

Command/response code.

Definition at line 31 of file fcns.h.

Referenced by fc_ns_query_deliver(), and fc_ns_query_step().

◆ size

uint16_t fc_ct_header::size

Maximum/residual size.

Definition at line 33 of file fcns.h.

◆ fragment

uint8_t fc_ct_header::fragment

Fragment ID.

Definition at line 35 of file fcns.h.

◆ reason

uint8_t fc_ct_header::reason

Reason code.

Definition at line 37 of file fcns.h.

Referenced by fc_ns_query_deliver().

◆ explanation

uint8_t fc_ct_header::explanation

Reason code explanation.

Definition at line 39 of file fcns.h.

Referenced by fc_ns_query_deliver().

◆ vendor

uint8_t fc_ct_header::vendor

Vendor specific.

Definition at line 41 of file fcns.h.


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