Home
last modified time | relevance | path

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

/illumos-gate/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 …]
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcp.h210 struct fcp_prli_acc { struct
211 uchar_t type;
212 uchar_t resvd1;
213 uint_t orig_process_assoc_valid:1;
214 uint_t resp_process_assoc_valid:1;
215 uint_t image_pair_establsihed:1;
216 uint_t resvd2:1;
217 uint_t accept_response_code:4;
218 uint_t resvd3:8;
219 uint_t orig_process_associator;
[all …]