Searched refs:ELS_LS_RJT (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/scsi/libfc/ |
H A 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()
|
H A 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, in fc_rport_recv_prli_req() [all...] |
H A D | fc_disc.c | 165 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data); in fc_disc_recv_rscn_req()
|
H A 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()
|
H A D | fc_lport.c | 477 fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data); in fc_lport_recv_rnid_req()
|
/linux/include/uapi/scsi/fc/ |
H A D | fc_els.h | 23 ELS_LS_RJT = 0x01, /* ESL reject */ enumerator 94 [ELS_LS_RJT] = "LS_RJT", \ 172 __u8 er_cmd; /* command code ELS_LS_RJT */
|
/linux/drivers/scsi/qedf/ |
H A 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()
|
/linux/drivers/scsi/bnx2fc/ |
H A 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/drivers/scsi/fnic/ |
H A D | fdls_disc.c | 521 .rej.er_cmd = ELS_LS_RJT, in fdls_init_els_rjt_frame() 2578 case ELS_LS_RJT: in fdls_process_tgt_adisc_rsp() 2584 "ADISC ret ELS_LS_RJT BUSY. Retry from timer routine: 0x%x", in fdls_process_tgt_adisc_rsp() 2591 "ADISC returned ELS_LS_RJT from target: 0x%x", in fdls_process_tgt_adisc_rsp() 2656 case ELS_LS_RJT: in fdls_process_tgt_plogi_rsp() 2662 "PLOGI ret ELS_LS_RJT BUSY. Retry from timer routine: 0x%x", in fdls_process_tgt_plogi_rsp() 2669 "PLOGI returned ELS_LS_RJT from target: 0x%x", in fdls_process_tgt_plogi_rsp() 2795 case ELS_LS_RJT: in fdls_process_tgt_prli_rsp() 2802 "PRLI ret ELS_LS_RJT BUSY. Retry from timer routine: 0x%x", in fdls_process_tgt_prli_rsp() 2810 "PRLI returned ELS_LS_RJT fro in fdls_process_tgt_prli_rsp() [all...] |
/linux/drivers/scsi/elx/libefc/ |
H A D | efc_els.c | 634 rjt->er_cmd = ELS_LS_RJT; in efc_send_ls_rjt()
|
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_edif.c | 3531 a->els_opcode = ELS_LS_RJT; in qla_parse_auth_els_ctl()
|
H A D | qla_os.c | 4466 ha->elsrej.c->er_cmd = ELS_LS_RJT; in qla2x00_mem_alloc()
|