Lines Matching defs:lpfc_sli_ct_request
98 struct lpfc_sli_ct_request { struct
100 union CtRevisionId RevisionId;
101 uint8_t FsType;
102 uint8_t FsSubType;
103 uint8_t Options;
104 uint8_t Rsrvd1;
105 union CtCommandResponse CommandResponse;
106 uint8_t Rsrvd2;
107 uint8_t ReasonCode;
108 uint8_t Explanation;
109 uint8_t VendorUnique;
112 union {
177 #define GID_REQUEST_SZ (offsetof(struct lpfc_sli_ct_request, un) + \ argument