iPXE
|
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_handler * | handler |
Fibre Channel ELS handler. More... | |
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().
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().
struct fc_els_handler* fc_els_prli_descriptor::handler |