Searched refs:ELS_LS_RJT (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/scsi/libfc/ |
D | fc_elsct.c | 55 if ((op >= ELS_LS_RJT) && (op <= ELS_AUTH_ELS)) in fc_elsct_send() 120 case ELS_LS_RJT: in fc_els_resp_type()
|
D | fc_rport.c | 860 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()
|
D | fc_disc.c | 181 lport->tt.seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data); in fc_disc_recv_rscn_req()
|
D | fc_exch.c | 1196 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()
|
D | fc_fcp.c | 1485 if (opcode == ELS_LS_RJT) { in fc_fcp_rec_resp() 1749 case ELS_LS_RJT: in fc_fcp_srr_resp()
|
D | fc_lport.c | 484 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/ |
D | fc_els.h | 34 ELS_LS_RJT = 0x01, /* ESL reject */ enumerator 101 [ELS_LS_RJT] = "LS_RJT", \
|
/linux-4.4.14/drivers/scsi/bnx2fc/ |
D | bnx2fc_els.c | 345 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/ |
D | fcoe_ctlr.c | 649 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/ |
D | fnic_fcs.c | 322 if (els_op == ELS_LS_RJT) { in is_fnic_fip_flogi_reject()
|