Lines Matching defs:lpfc_sli_ct_request
112 struct lpfc_sli_ct_request { struct
114 union CtRevisionId RevisionId;
115 uint8_t FsType;
116 uint8_t FsSubType;
117 uint8_t Options;
118 uint8_t Rsrvd1;
119 union CtCommandResponse CommandResponse;
120 uint8_t Rsrvd2;
121 uint8_t ReasonCode;
122 uint8_t Explanation;
123 uint8_t VendorUnique;
126 union {
196 #define GID_REQUEST_SZ (offsetof(struct lpfc_sli_ct_request, un) + \ argument