Home
last modified time | relevance | path

Searched defs:_ELS_PKT (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_hw.h1039 typedef struct _ELS_PKT { /* Structure is in Big Endian format */ struct
1040 uint8_t elsCode; /* FC Word 0, bit 24:31 */
1041 uint8_t elsByte1;
1042 uint8_t elsByte2;
1043 uint8_t elsByte3;
1044 union {
1056 } un;