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

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

Completed in 381 milliseconds