Home
last modified time | relevance | path

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

/Linux-v4.19/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.c774 if (opcode == ELS_LS_RJT) { in fc_rport_flogi_resp()
975 fc_seq_els_rsp_send(rx_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_flogi_req()
1421 fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_rtv_req()
1595 fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_adisc_req()
1670 fc_seq_els_rsp_send(rx_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_rls_req()
1762 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &els_data); in fc_rport_recv_els_req()
1769 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &els_data); in fc_rport_recv_els_req()
1815 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &els_data); in fc_rport_recv_req()
1943 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_plogi_req()
2058 fc_seq_els_rsp_send(rx_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_prli_req()
[all …]
Dfc_disc.c180 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data); in fc_disc_recv_rscn_req()
Dfc_exch.c1240 case ELS_LS_RJT: in fc_seq_els_rsp_send()
1880 rjt->er_cmd = ELS_LS_RJT; in fc_seq_ls_rjt()
2116 case ELS_LS_RJT: in fc_exch_rrq_resp()
Dfc_fcp.c1542 if (opcode == ELS_LS_RJT) { in fc_fcp_rec_resp()
1812 case ELS_LS_RJT: in fc_fcp_srr_resp()
Dfc_lport.c480 fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); in fc_lport_recv_rnid_req()
/Linux-v4.19/include/uapi/scsi/fc/
Dfc_els.h35 ELS_LS_RJT = 0x01, /* ESL reject */ enumerator
102 [ELS_LS_RJT] = "LS_RJT", \
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_els.c353 case ELS_LS_RJT: in bnx2fc_srr_compl()
474 if (opcode == ELS_LS_RJT) { in bnx2fc_rec_compl()
738 if ((op >= ELS_LS_RJT) && (op <= ELS_AUTH_ELS)) { in bnx2fc_initiate_els()
873 if (op == ELS_LS_RJT) { in bnx2fc_flogi_resp()
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_els.c102 if ((op >= ELS_LS_RJT) && (op <= ELS_AUTH_ELS)) { in qedf_initiate_els()
550 case ELS_LS_RJT: in qedf_srr_compl()
837 if (opcode == ELS_LS_RJT) { in qedf_rec_compl()
Dqedf_main.c261 if (fc_frame_payload_op(fp) == ELS_LS_RJT) in qedf_flogi_resp()
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe_ctlr.c652 if (op == ELS_LS_ACC || op == ELS_LS_RJT) in fcoe_ctlr_encaps()
661 if (op != ELS_LS_RJT) { in fcoe_ctlr_encaps()
784 case ELS_LS_RJT: in fcoe_ctlr_els_send()
1277 if ((desc_cnt == 0) || ((els_op != ELS_LS_RJT) && in fcoe_ctlr_recv_els()
3031 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data); in fcoe_ctlr_disc_recv()
/Linux-v4.19/drivers/scsi/fnic/
Dfnic_fcs.c346 if (els_op == ELS_LS_RJT) { in is_fnic_fip_flogi_reject()