Symbol: ELS_LS_RJT
drivers/scsi/bnx2fc/bnx2fc_els.c
353
case ELS_LS_RJT:
drivers/scsi/bnx2fc/bnx2fc_els.c
474
if (opcode == ELS_LS_RJT) {
drivers/scsi/bnx2fc/bnx2fc_els.c
738
if ((op >= ELS_LS_RJT) && (op <= ELS_AUTH_ELS)) {
drivers/scsi/elx/libefc/efc_els.c
634
rjt->er_cmd = ELS_LS_RJT;
drivers/scsi/fcoe/fcoe_ctlr.c
1267
if ((desc_cnt == 0) || ((els_op != ELS_LS_RJT) &&
drivers/scsi/fcoe/fcoe_ctlr.c
3006
fc_seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data);
drivers/scsi/fcoe/fcoe_ctlr.c
645
if (op == ELS_LS_ACC || op == ELS_LS_RJT)
drivers/scsi/fcoe/fcoe_ctlr.c
654
if (op != ELS_LS_RJT) {
drivers/scsi/fcoe/fcoe_ctlr.c
777
case ELS_LS_RJT:
drivers/scsi/fnic/fdls_disc.c
2578
case ELS_LS_RJT:
drivers/scsi/fnic/fdls_disc.c
2656
case ELS_LS_RJT:
drivers/scsi/fnic/fdls_disc.c
2795
case ELS_LS_RJT:
drivers/scsi/fnic/fdls_disc.c
3131
case ELS_LS_RJT:
drivers/scsi/fnic/fdls_disc.c
3436
case ELS_LS_RJT:
drivers/scsi/fnic/fdls_disc.c
3552
case ELS_LS_RJT:
drivers/scsi/fnic/fdls_disc.c
3624
case ELS_LS_RJT:
drivers/scsi/fnic/fdls_disc.c
3693
case ELS_LS_RJT:
drivers/scsi/fnic/fdls_disc.c
521
.rej.er_cmd = ELS_LS_RJT,
drivers/scsi/libfc/fc_disc.c
165
fc_seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data);
drivers/scsi/libfc/fc_elsct.c
108
case ELS_LS_RJT:
drivers/scsi/libfc/fc_elsct.c
43
if ((op >= ELS_LS_RJT) && (op <= ELS_AUTH_ELS))
drivers/scsi/libfc/fc_exch.c
1231
case ELS_LS_RJT:
drivers/scsi/libfc/fc_exch.c
1878
rjt->er_cmd = ELS_LS_RJT;
drivers/scsi/libfc/fc_exch.c
2120
case ELS_LS_RJT:
drivers/scsi/libfc/fc_fcp.c
1526
if (opcode == ELS_LS_RJT) {
drivers/scsi/libfc/fc_fcp.c
1799
case ELS_LS_RJT:
drivers/scsi/libfc/fc_lport.c
477
fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data);
drivers/scsi/libfc/fc_rport.c
1433
fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data);
drivers/scsi/libfc/fc_rport.c
1607
fc_seq_els_rsp_send(in_fp, ELS_LS_RJT, &rjt_data);
drivers/scsi/libfc/fc_rport.c
1682
fc_seq_els_rsp_send(rx_fp, ELS_LS_RJT, &rjt_data);
drivers/scsi/libfc/fc_rport.c
1775
fc_seq_els_rsp_send(fp, ELS_LS_RJT, &els_data);
drivers/scsi/libfc/fc_rport.c
1782
fc_seq_els_rsp_send(fp, ELS_LS_RJT, &els_data);
drivers/scsi/libfc/fc_rport.c
1828
fc_seq_els_rsp_send(fp, ELS_LS_RJT, &els_data);
drivers/scsi/libfc/fc_rport.c
1956
fc_seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data);
drivers/scsi/libfc/fc_rport.c
2071
fc_seq_els_rsp_send(rx_fp, ELS_LS_RJT, &rjt_data);
drivers/scsi/libfc/fc_rport.c
2141
fc_seq_els_rsp_send(rx_fp, ELS_LS_RJT, &rjt_data);
drivers/scsi/libfc/fc_rport.c
769
if (opcode == ELS_LS_RJT) {
drivers/scsi/libfc/fc_rport.c
968
fc_seq_els_rsp_send(rx_fp, ELS_LS_RJT, &rjt_data);
drivers/scsi/qedf/qedf_els.c
608
case ELS_LS_RJT:
drivers/scsi/qedf/qedf_els.c
903
if (opcode == ELS_LS_RJT) {
drivers/scsi/qedf/qedf_els.c
91
if ((op >= ELS_LS_RJT) && (op <= ELS_AUTH_ELS)) {
drivers/scsi/qedf/qedf_main.c
290
if (fc_frame_payload_op(fp) == ELS_LS_RJT)
drivers/scsi/qla2xxx/qla_edif.c
3531
a->els_opcode = ELS_LS_RJT;
drivers/scsi/qla2xxx/qla_isr.c
2438
((u8 *)sp->remap.rsp.buf)[0] == ELS_LS_RJT) {
drivers/scsi/qla2xxx/qla_os.c
4469
ha->elsrej.c->er_cmd = ELS_LS_RJT;
include/uapi/scsi/fc/fc_els.h
100
[ELS_LS_RJT] = "LS_RJT", \