Searched refs:rjt (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 2981 la_els_rjt_t rjt; in ql_els_send() local 3108 bzero(&rjt, sizeof (rjt)); in ql_els_send() 3109 rjt.ls_code.ls_code = LA_ELS_RJT; in ql_els_send() 3110 rjt.reason = FC_REASON_CMD_UNSUPPORTED; in ql_els_send() 3112 ddi_rep_put8(pkt->pkt_resp_acc, (uint8_t *)&rjt, in ql_els_send() 3113 (uint8_t *)pkt->pkt_resp, sizeof (rjt), DDI_DEV_AUTOINCR); in ql_els_send() 5868 la_els_rjt_t rjt; in ql_els_prli() local 5871 bzero(&rjt, sizeof (rjt)); in ql_els_prli() 5872 rjt.ls_code.ls_code = LA_ELS_RJT; in ql_els_prli() 5874 ddi_rep_put8(pkt->pkt_resp_acc, (uint8_t *)&rjt, in ql_els_prli() [all …]
|
H A D | ql_isr.c | 3456 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 D | emlxs_dhchap.c | 2757 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()
|