Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_eth.c851 struct fcp_prli_acc *prli_acc; in fcoei_fill_els_fpkt_resp() local
955 prli_acc = (struct fcp_prli_acc *)(void *)(dest + offset); in fcoei_fill_els_fpkt_resp()
956 prli_acc->type = FCOE_B2V_1(src + offset); in fcoei_fill_els_fpkt_resp()
965 prli_acc->orig_process_assoc_valid = in fcoei_fill_els_fpkt_resp()
967 prli_acc->resp_process_assoc_valid = in fcoei_fill_els_fpkt_resp()
969 prli_acc->image_pair_established = in fcoei_fill_els_fpkt_resp()
971 prli_acc->accept_response_code = in fcoei_fill_els_fpkt_resp()
977 prli_acc->orig_process_associator = FCOE_B2V_4(src + offset); in fcoei_fill_els_fpkt_resp()
979 prli_acc->resp_process_associator = FCOE_B2V_4(src + offset); in fcoei_fill_els_fpkt_resp()
984 prli_acc->initiator_fn = in fcoei_fill_els_fpkt_resp()
[all …]
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c6208 uchar_t prli_acc = 0; in fcp_icmd_callback() local
6223 prli_acc = (prli_s.ls_code == LA_ELS_ACC); in fcp_icmd_callback()
6233 ((resp.ls_code == LA_ELS_ACC) || prli_acc)) { in fcp_icmd_callback()