Home
last modified time | relevance | path

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

/titanic_50/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()
2901 if ((iocb->ULPSTATUS == 0) && (rsp_code == MENLO_RSP_SUCCESS)) { 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
3067 rsp_code = LE_SWAP16(CtRsp->CommandResponse.bits.CmdRsp); in emlxs_ct_handle_event()
3087 (rsp_code == SLI_CT_RESPONSE_FS_ACC)) { in emlxs_ct_handle_event()
3102 emlxs_ctcmd_xlate(rsp_code), in emlxs_ct_handle_event()
[all …]
H A Demlxs_dfc.c5950 uint32_t rsp_code; in emlxs_send_menlo_cmd() local
5967 bzero((uint8_t *)&rsp_code, sizeof (uint32_t)); in emlxs_send_menlo_cmd()
5979 rsp_code = 0; in emlxs_send_menlo_cmd()
6098 bcopy((void *)&rsp_code, (void *)rsp_buf, *rsp_size); in emlxs_send_menlo_cmd()
6229 rsp_code = *rsp; in emlxs_send_menlo_cmd()
6230 rsp_code = BE_SWAP32(rsp_code); in emlxs_send_menlo_cmd()
6232 if (rsp_code == MENLO_RSP_SUCCESS) { in emlxs_send_menlo_cmd()
/titanic_50/usr/src/uts/common/sys/fc4/
H A Dfcp.h159 uchar_t rsp_code; member
/titanic_50/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcp.h197 uchar_t rsp_code; member
/titanic_50/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c3675 bep->rsp_code == FCP_NO_FAILURE) { in sf_reportlun_callback()
3743 privp->dest_nport_id, bep->rsp_code, in sf_reportlun_callback()
3983 (bep->rsp_code == FCP_NO_FAILURE)) { in sf_inq_callback()
4698 rsp_code == FCP_NO_FAILURE) { in sf_abort()
4839 rsp_code == FCP_NO_FAILURE)) { in sf_reset()
4868 rsp_code); in sf_reset()
5496 if (bep->rsp_code != FCP_NO_FAILURE) { in sf_cmd_callback()
5499 switch (bep->rsp_code) { in sf_cmd_callback()
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2792 fscsi->scsi_fc_rspcode = rsp_info->rsp_code; in fcp_send_scsi_ioctl()
7035 if (rsp->fcp_u.fcp_status.rsp_len_set && bep->rsp_code != in fcp_scsi_callback()
7040 bep->rsp_code, rsp->fcp_u.fcp_status.rsp_len_set); in fcp_scsi_callback()
8885 if (bep->rsp_code != FCP_NO_FAILURE) { in fcp_complete_pkt()
11723 if (rsp_info->rsp_code == FCP_NO_FAILURE) { in fcp_reset_target()
11748 rsp_info->rsp_code); in fcp_reset_target()
15318 bep->rsp_code != FCP_NO_FAILURE) { in fcp_print_error()
15320 " FCP Response code = 0x%x", bep->rsp_code); in fcp_print_error()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c7113 rsp->rsp_code = FCP_TASK_MGMT_FAILED; in ql_task_mgmt()
7117 rsp->rsp_code = FCP_TASK_MGMT_FAILED; in ql_task_mgmt()
7122 rsp->rsp_code = FCP_TASK_MGMT_FAILED; in ql_task_mgmt()
7126 rsp->rsp_code = FCP_TASK_MGMT_FAILED; in ql_task_mgmt()
7130 rsp->rsp_code = FCP_TASK_MGMT_FAILED; in ql_task_mgmt()
7133 rsp->rsp_code = FCP_TASK_MGMT_NOT_SUPPTD; in ql_task_mgmt()