Searched refs:ELS_LS_RJT (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/drivers/scsi/libfc/
H A Dfc_elsct.c55 if ((op >= ELS_LS_RJT) && (op <= ELS_AUTH_ELS)) fc_elsct_send()
120 case ELS_LS_RJT: fc_els_resp_type()
H A Dfc_rport.c860 lport->tt.seq_els_rsp_send(rx_fp, ELS_LS_RJT, &rjt_data); fc_rport_recv_flogi_req()
1384 lport->tt.seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); fc_rport_recv_adisc_req()
1460 lport->tt.seq_els_rsp_send(rx_fp, ELS_LS_RJT, &rjt_data); fc_rport_recv_rls_req()
1532 lport->tt.seq_els_rsp_send(fp, ELS_LS_RJT, &els_data); fc_rport_recv_els_req()
1574 lport->tt.seq_els_rsp_send(fp, ELS_LS_RJT, &els_data); fc_rport_recv_req()
1699 lport->tt.seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data); fc_rport_recv_plogi_req()
1817 lport->tt.seq_els_rsp_send(rx_fp, ELS_LS_RJT, &rjt_data); fc_rport_recv_prli_req()
1888 lport->tt.seq_els_rsp_send(rx_fp, ELS_LS_RJT, &rjt_data); fc_rport_recv_prlo_req()
H A Dfc_disc.c181 lport->tt.seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data); fc_disc_recv_rscn_req()
H A Dfc_exch.c1196 case ELS_LS_RJT: fc_seq_els_rsp_send()
1813 rjt->er_cmd = ELS_LS_RJT; fc_seq_ls_rjt()
2034 case ELS_LS_RJT: fc_exch_rrq_resp()
H A Dfc_fcp.c1485 if (opcode == ELS_LS_RJT) { fc_fcp_rec_resp()
1749 case ELS_LS_RJT: fc_fcp_srr_resp()
H A Dfc_lport.c484 lport->tt.seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); fc_lport_recv_rnid_req()
/linux-4.1.27/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c345 case ELS_LS_RJT: bnx2fc_srr_compl()
466 if (opcode == ELS_LS_RJT) { bnx2fc_rec_compl()
730 if ((op >= ELS_LS_RJT) && (op <= ELS_AUTH_ELS)) { bnx2fc_initiate_els()
865 if (op == ELS_LS_RJT) { bnx2fc_flogi_resp()
/linux-4.1.27/include/uapi/scsi/fc/
H A Dfc_els.h34 ELS_LS_RJT = 0x01, /* ESL reject */ enumerator in enum:fc_els_cmd
101 [ELS_LS_RJT] = "LS_RJT", \
175 __u8 er_cmd; /* command code ELS_LS_RJT */
/linux-4.1.27/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c649 if (op == ELS_LS_ACC || op == ELS_LS_RJT) fcoe_ctlr_encaps()
658 if (op != ELS_LS_RJT) { fcoe_ctlr_encaps()
782 case ELS_LS_RJT: fcoe_ctlr_els_send()
1272 if ((desc_cnt == 0) || ((els_op != ELS_LS_RJT) && fcoe_ctlr_recv_els()
2724 lport->tt.seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data); fcoe_ctlr_disc_recv()
/linux-4.1.27/drivers/scsi/fnic/
H A Dfnic_fcs.c322 if (els_op == ELS_LS_RJT) { is_fnic_fip_flogi_reject()

Completed in 435 milliseconds