iPXE
Data Fields
fc_els_prli_descriptor Struct Reference

A Fibre Channel ELS PRLI descriptor. More...

#include <fcels.h>

Data Fields

unsigned int type
 Upper-layer protocol type. More...
 
size_t param_len
 Service parameter length. More...
 
struct fc_els_handlerhandler
 Fibre Channel ELS handler. More...
 

Detailed Description

A Fibre Channel ELS PRLI descriptor.

Definition at line 386 of file fcels.h.

Field Documentation

◆ type

unsigned int fc_els_prli_descriptor::type

Upper-layer protocol type.

Definition at line 388 of file fcels.h.

Referenced by fc_els_prli_descriptor(), fc_els_prli_detect(), fc_els_prli_rx(), and fc_els_prli_tx().

◆ param_len

size_t fc_els_prli_descriptor::param_len

Service parameter length.

Definition at line 390 of file fcels.h.

Referenced by fc_els_prli_detect(), fc_els_prli_rx(), and fc_els_prli_tx().

◆ handler

struct fc_els_handler* fc_els_prli_descriptor::handler

Fibre Channel ELS handler.

Definition at line 392 of file fcels.h.

Referenced by fc_els_prli().


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