Searched refs:ELS_LS_RJT (Results 1 – 16 of 16) sorted by relevance
/linux-6.6.21/drivers/scsi/libfc/ |
D | fc_elsct.c | 43 if ((op >= ELS_LS_RJT) && (op <= ELS_AUTH_ELS)) in fc_elsct_send() 108 case ELS_LS_RJT: in fc_els_resp_type()
|
D | fc_rport.c | 769 if (opcode == ELS_LS_RJT) { in fc_rport_flogi_resp() 968 fc_seq_els_rsp_send(rx_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_flogi_req() 1433 fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_rtv_req() 1607 fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_adisc_req() 1682 fc_seq_els_rsp_send(rx_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_rls_req() 1775 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &els_data); in fc_rport_recv_els_req() 1782 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &els_data); in fc_rport_recv_els_req() 1828 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &els_data); in fc_rport_recv_req() 1956 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_plogi_req() 2071 fc_seq_els_rsp_send(rx_fp, ELS_LS_RJT, &rjt_data); in fc_rport_recv_prli_req() [all …]
|
D | fc_disc.c | 165 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data); in fc_disc_recv_rscn_req()
|
D | fc_exch.c | 1231 case ELS_LS_RJT: in fc_seq_els_rsp_send() 1878 rjt->er_cmd = ELS_LS_RJT; in fc_seq_ls_rjt() 2120 case ELS_LS_RJT: in fc_exch_rrq_resp()
|
D | fc_fcp.c | 1526 if (opcode == ELS_LS_RJT) { in fc_fcp_rec_resp() 1799 case ELS_LS_RJT: in fc_fcp_srr_resp()
|
D | fc_lport.c | 477 fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); in fc_lport_recv_rnid_req()
|
/linux-6.6.21/include/uapi/scsi/fc/ |
D | fc_els.h | 23 ELS_LS_RJT = 0x01, /* ESL reject */ enumerator 94 [ELS_LS_RJT] = "LS_RJT", \
|
/linux-6.6.21/drivers/scsi/qedf/ |
D | qedf_els.c | 91 if ((op >= ELS_LS_RJT) && (op <= ELS_AUTH_ELS)) { in qedf_initiate_els() 608 case ELS_LS_RJT: in qedf_srr_compl() 903 if (opcode == ELS_LS_RJT) { in qedf_rec_compl()
|
D | qedf_main.c | 290 if (fc_frame_payload_op(fp) == ELS_LS_RJT) in qedf_flogi_resp()
|
/linux-6.6.21/drivers/scsi/bnx2fc/ |
D | bnx2fc_els.c | 353 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()
|
/linux-6.6.21/drivers/scsi/fcoe/ |
D | fcoe_ctlr.c | 645 if (op == ELS_LS_ACC || op == ELS_LS_RJT) in fcoe_ctlr_encaps() 654 if (op != ELS_LS_RJT) { in fcoe_ctlr_encaps() 777 case ELS_LS_RJT: in fcoe_ctlr_els_send() 1267 if ((desc_cnt == 0) || ((els_op != ELS_LS_RJT) && in fcoe_ctlr_recv_els() 3007 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data); in fcoe_ctlr_disc_recv()
|
/linux-6.6.21/drivers/scsi/elx/libefc/ |
D | efc_els.c | 634 rjt->er_cmd = ELS_LS_RJT; in efc_send_ls_rjt()
|
/linux-6.6.21/drivers/scsi/fnic/ |
D | fnic_fcs.c | 348 if (els_op == ELS_LS_RJT) { in is_fnic_fip_flogi_reject()
|
/linux-6.6.21/drivers/scsi/qla2xxx/ |
D | qla_edif.c | 3530 a->els_opcode = ELS_LS_RJT; in qla_parse_auth_els_ctl()
|
D | qla_isr.c | 2416 ((u8 *)sp->remap.rsp.buf)[0] == ELS_LS_RJT) { in qla24xx_els_ct_entry()
|
D | qla_os.c | 4481 ha->elsrej.c->er_cmd = ELS_LS_RJT; in qla2x00_mem_alloc()
|