Home
last modified time | relevance | path

Searched refs:fcp_spp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c1433 struct fcp_prli *fcp_spp = in fcoei_fill_els_prli_cmd() local
1452 FCOE_V2B_1(fcp_spp->type, FPLD + offset); in fcoei_fill_els_prli_cmd()
1459 FCOE_V2B_2(((fcp_spp->orig_process_assoc_valid << 15) | in fcoei_fill_els_prli_cmd()
1460 (fcp_spp->resp_process_assoc_valid << 14) | in fcoei_fill_els_prli_cmd()
1461 (fcp_spp->establish_image_pair << 13)), FPLD + offset); in fcoei_fill_els_prli_cmd()
1476 FCOE_V2B_4((fcp_spp->retry << 8) | in fcoei_fill_els_prli_cmd()
1477 (fcp_spp->confirmed_compl_allowed << 7) | in fcoei_fill_els_prli_cmd()
1478 (fcp_spp->data_overlay_allowed << 6) | in fcoei_fill_els_prli_cmd()
1479 (fcp_spp->initiator_fn << 5) | (fcp_spp->target_fn << 4) | in fcoei_fill_els_prli_cmd()
1480 (fcp_spp->read_xfer_rdy_disabled << 1) | in fcoei_fill_els_prli_cmd()
[all …]