Linux Kernel
3.7.1
|
#include <lpfc_hw4.h>
Data Fields | |
struct mbox_header | header |
union { | |
struct { | |
uint32_t word0 | |
struct dma_address page [LPFC_MAX_WQ_PAGE] | |
} request | |
struct { | |
uint32_t word0 | |
uint32_t word1 | |
uint32_t word2 | |
struct dma_address page [LPFC_MAX_WQ_PAGE-1] | |
} request_1 | |
struct { | |
uint32_t word0 | |
} response | |
} | u |
Definition at line 1128 of file lpfc_hw4.h.
Definition at line 1129 of file lpfc_hw4.h.
Definition at line 1139 of file lpfc_hw4.h.
struct { ... } request |
struct { ... } request_1 |
struct { ... } response |
union { ... } u |
uint32_t word0 |
Definition at line 1132 of file lpfc_hw4.h.
uint32_t word1 |
Definition at line 1143 of file lpfc_hw4.h.
uint32_t word2 |
Definition at line 1155 of file lpfc_hw4.h.