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;
294 resvd2 : 1,
296 resvd3 : 8;
298 uint16_t resvd3 : 8,
300 resvd2 : 1,
311 initiator_fn : 1,
312 target_fn : 1,
322 target_fn : 1,
323 initiator_fn : 1,
[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;
216 uint_t resvd2:1;
217 uint_t accept_response_code:4;
218 uint_t resvd3:8;
221 uint_t resvd4:26;
222 uint_t initiator_fn:1;
223 uint_t target_fn:1;
224 uint_t cmd_data_mixed:1;
[all …]