Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_els.c2956 SLI_CT_REQUEST *CtRsp; in emlxs_ct_handle_event() local
3066 CtRsp = (SLI_CT_REQUEST *)pkt->pkt_resp; in emlxs_ct_handle_event()
3067 rsp_code = LE_SWAP16(CtRsp->CommandResponse.bits.CmdRsp); in emlxs_ct_handle_event()
3103 CtRsp->ReasonCode, CtRsp->Explanation, in emlxs_ct_handle_event()
3120 CtRsp->ReasonCode, CtRsp->Explanation, in emlxs_ct_handle_event()
3130 CtRsp->ReasonCode, CtRsp->Explanation, in emlxs_ct_handle_event()
3140 CtRsp->ReasonCode, CtRsp->Explanation, in emlxs_ct_handle_event()
3149 pkt->pkt_reason = CtRsp->ReasonCode; in emlxs_ct_handle_event()
3150 pkt->pkt_expln = CtRsp->Explanation; in emlxs_ct_handle_event()
H A Demlxs_dfc.c8890 uint16_t CtRsp; in emlxs_dfc_loopback_test() local
8984 CtRsp = SLI_CT_LOOPBACK; in emlxs_dfc_loopback_test()
8985 CtCmd->CommandResponse.bits.CmdRsp = LE_SWAP16(CtRsp); in emlxs_dfc_loopback_test()