Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcp.h286 struct fcp_prli_acc { struct
287 uchar_t type;
288 uchar_t resvd1; /* type code extension */
291 uint16_t orig_process_assoc_valid : 1,
292 resp_process_assoc_valid : 1,
293 image_pair_established : 1,
294 resvd2 : 1,
295 accept_response_code : 4,
296 resvd3 : 8;
298 uint16_t resvd3 : 8,
[all …]
/titanic_41/usr/src/uts/common/sys/fc4/
H A Dfcp.h212 struct fcp_prli_acc { struct
213 uchar_t type;
214 uchar_t resvd1;
215 uint_t orig_process_assoc_valid:1;
216 uint_t resp_process_assoc_valid:1;
217 uint_t image_pair_establsihed:1;
218 uint_t resvd2:1;
219 uint_t accept_response_code:4;
220 uint_t resvd3:8;
221 uint_t orig_process_associator;
[all …]