Home
last modified time | relevance | path

Searched refs:rjt (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c2981 la_els_rjt_t rjt; in ql_els_send() local
3108 bzero(&rjt, sizeof (rjt)); in ql_els_send()
5868 la_els_rjt_t rjt; in ql_els_prli() local
5871 bzero(&rjt, sizeof (rjt)); in ql_els_prli()
6135 bzero(&rjt, sizeof (rjt)); in ql_els_linit()
6220 ql_lpc_resp_t rjt; in ql_els_lpc() local
6223 bzero(&rjt, sizeof (rjt)); in ql_els_lpc()
6306 fc_lsts_resp_t rjt; in ql_els_lsts() local
6309 bzero(&rjt, sizeof (rjt)); in ql_els_lsts()
7626 la_els_rjt_t rjt; in ql_fc_services() local
[all …]
H A Dql_isr.c3456 la_els_rjt_t rjt; in ql_els_passthru_entry() local
3469 rjt.ls_code.ls_code = LA_ELS_RJT; in ql_els_passthru_entry()
3470 rjt.reason = FC_REASON_NO_CONNECTION; in ql_els_passthru_entry()
3472 ddi_rep_put8(srb->pkt->pkt_resp_acc, (uint8_t *)&rjt, in ql_els_passthru_entry()
3474 sizeof (rjt), DDI_DEV_AUTOINCR); in ql_els_passthru_entry()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c2757 AUTH_RJT *rjt; in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next() local
2787 rjt = (AUTH_RJT *)((uint8_t *)lp); in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
2788 ReasonCode = rjt->ReasonCode; in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
2789 ReasonCodeExplanation = rjt->ReasonCodeExplanation; in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
3710 AUTH_RJT *rjt; in emlxs_rcv_auth_msg_dhchap_challenge_cmpl_wait4next() local
3750 rjt = (AUTH_RJT *)((uint8_t *)lp); in emlxs_rcv_auth_msg_dhchap_challenge_cmpl_wait4next()
3751 ReasonCode = rjt->ReasonCode; in emlxs_rcv_auth_msg_dhchap_challenge_cmpl_wait4next()
3752 ReasonCodeExplanation = rjt->ReasonCodeExplanation; in emlxs_rcv_auth_msg_dhchap_challenge_cmpl_wait4next()