Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_els.c2829 uint32_t rsp_code = 0; in emlxs_menlo_handle_event() local
2887 rsp_code = *rsp; in emlxs_menlo_handle_event()
2888 rsp_code = BE_SWAP32(rsp_code); in emlxs_menlo_handle_event()
2907 emlxs_menlo_rsp_xlate(rsp_code), in emlxs_menlo_handle_event()
2916 emlxs_menlo_rsp_xlate(rsp_code), in emlxs_menlo_handle_event()
2959 uint32_t rsp_code = 0; in emlxs_ct_handle_event() local
3102 emlxs_ctcmd_xlate(rsp_code), in emlxs_ct_handle_event()
3119 emlxs_mscmd_xlate(rsp_code), in emlxs_ct_handle_event()
3129 emlxs_rmcmd_xlate(rsp_code), in emlxs_ct_handle_event()
3139 emlxs_ctcmd_xlate(rsp_code), in emlxs_ct_handle_event()
[all …]
H A Demlxs_dfc.c6007 uint32_t rsp_code; in emlxs_send_menlo_cmd() local
6024 bzero((uint8_t *)&rsp_code, sizeof (uint32_t)); in emlxs_send_menlo_cmd()
6036 rsp_code = 0; in emlxs_send_menlo_cmd()
6155 bcopy((void *)&rsp_code, (void *)rsp_buf, *rsp_size); in emlxs_send_menlo_cmd()
6286 rsp_code = *rsp; in emlxs_send_menlo_cmd()
6287 rsp_code = BE_SWAP32(rsp_code); in emlxs_send_menlo_cmd()
6289 if (rsp_code == MENLO_RSP_SUCCESS) { in emlxs_send_menlo_cmd()
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcp.h157 uchar_t rsp_code; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcp.h197 uchar_t rsp_code; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2796 fscsi->scsi_fc_rspcode = rsp_info->rsp_code; in fcp_send_scsi_ioctl()
7040 if (rsp->fcp_u.fcp_status.rsp_len_set && bep->rsp_code != in fcp_scsi_callback()
7045 bep->rsp_code, rsp->fcp_u.fcp_status.rsp_len_set); in fcp_scsi_callback()
8874 if (bep->rsp_code != FCP_NO_FAILURE) { in fcp_complete_pkt()
11712 if (rsp_info->rsp_code == FCP_NO_FAILURE) { in fcp_reset_target()
11737 rsp_info->rsp_code); in fcp_reset_target()
15305 bep->rsp_code != FCP_NO_FAILURE) { in fcp_print_error()
15307 " FCP Response code = 0x%x", bep->rsp_code); in fcp_print_error()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c7504 rsp->rsp_code = FCP_TASK_MGMT_FAILED; in ql_task_mgmt()
7508 rsp->rsp_code = FCP_TASK_MGMT_FAILED; in ql_task_mgmt()
7513 rsp->rsp_code = FCP_TASK_MGMT_FAILED; in ql_task_mgmt()
7517 rsp->rsp_code = FCP_TASK_MGMT_FAILED; in ql_task_mgmt()
7521 rsp->rsp_code = FCP_TASK_MGMT_FAILED; in ql_task_mgmt()
7524 rsp->rsp_code = FCP_TASK_MGMT_NOT_SUPPTD; in ql_task_mgmt()