Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcp.h230 struct fcp_prli { struct
231 uchar_t type;
232 uchar_t resvd1; /* rsvd by std */
236 uint16_t orig_process_assoc_valid : 1,
237 resp_process_assoc_valid : 1,
238 establish_image_pair : 1,
239 resvd2 : 13; /* rsvd by std */
243 uint16_t resvd2 : 13, /* rsvd by std */
244 establish_image_pair : 1,
245 resp_process_assoc_valid : 1,
[all …]
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcp.h187 struct fcp_prli { struct
210 struct fcp_prli_acc { argument