Home
last modified time | relevance | path

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

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