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