Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c2701 la_els_rjt_t rjt; in ql_els_send() local
2834 bzero(&rjt, sizeof (rjt)); in ql_els_send()
2835 rjt.ls_code.ls_code = LA_ELS_RJT; in ql_els_send()
2836 rjt.reason = FC_REASON_CMD_UNSUPPORTED; in ql_els_send()
2838 ddi_rep_put8(pkt->pkt_resp_acc, (uint8_t *)&rjt, in ql_els_send()
2839 (uint8_t *)pkt->pkt_resp, sizeof (rjt), DDI_DEV_AUTOINCR); in ql_els_send()
5458 la_els_rjt_t rjt; in ql_els_prli() local
5461 bzero(&rjt, sizeof (rjt)); in ql_els_prli()
5462 rjt.ls_code.ls_code = LA_ELS_RJT; in ql_els_prli()
5464 ddi_rep_put8(pkt->pkt_resp_acc, (uint8_t *)&rjt, in ql_els_prli()
[all …]
H A Dql_isr.c3248 la_els_rjt_t rjt; in ql_els_passthru_entry() local
3259 rjt.ls_code.ls_code = LA_ELS_RJT; in ql_els_passthru_entry()
3260 rjt.reason = FC_REASON_NO_CONNECTION; in ql_els_passthru_entry()
3262 ddi_rep_put8(srb->pkt->pkt_resp_acc, (uint8_t *)&rjt, in ql_els_passthru_entry()
3264 sizeof (rjt), DDI_DEV_AUTOINCR); in ql_els_passthru_entry()
/titanic_44/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()