Home
last modified time | relevance | path

Searched refs:ELS_LS_ACC (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/scsi/libfc/
Dfc_rport.c782 } else if (opcode != ELS_LS_ACC) { in fc_rport_flogi_resp()
950 flp->fl_cmd = ELS_LS_ACC; in fc_rport_recv_flogi_req()
1020 if (op == ELS_LS_ACC && in fc_rport_plogi_resp()
1159 if (op == ELS_LS_ACC) { in fc_rport_prli_resp()
1333 if (op == ELS_LS_ACC) { in fc_rport_rtv_resp()
1425 rtv->rtv_cmd = ELS_LS_ACC; in fc_rport_recv_rtv_req()
1523 if (op != ELS_LS_ACC || !adisc || in fc_rport_adisc_resp()
1604 adisc->adisc_cmd = ELS_LS_ACC; in fc_rport_recv_adisc_req()
1649 rsp->rls_cmd = ELS_LS_ACC; in fc_rport_recv_rls_req()
1933 fc_plogi_fill(lport, fp, ELS_LS_ACC); in fc_rport_recv_plogi_req()
[all …]
Dfc_elsct.c117 case ELS_LS_ACC: in fc_els_resp_type()
Dfc_lport.c413 fc_seq_els_rsp_send(fp, ELS_LS_ACC, NULL); in fc_lport_recv_rlir_req()
445 *((__be32 *)dp) = htonl(ELS_LS_ACC << 24); in fc_lport_recv_echo_req()
493 rp->rnid.rnid_cmd = ELS_LS_ACC; in fc_lport_recv_rnid_req()
519 fc_seq_els_rsp_send(fp, ELS_LS_ACC, NULL); in fc_lport_recv_logo_req()
847 new_flp->fl_cmd = (u8) ELS_LS_ACC; in fc_lport_recv_flogi_req()
1299 if (op == ELS_LS_ACC) in fc_lport_scr_resp()
1640 if (op == ELS_LS_ACC) in fc_lport_logo_resp()
1726 fc_frame_payload_op(fp) != ELS_LS_ACC) { in fc_lport_flogi_resp()
1989 info->rsp_code = ELS_LS_ACC; in fc_lport_els_request()
Dfc_exch.c1243 case ELS_LS_ACC: in fc_seq_els_rsp_send()
1848 acc->la_cmd = ELS_LS_ACC; in fc_seq_ls_acc()
2065 acc->reca_cmd = ELS_LS_ACC; in fc_exch_els_rec()
2119 case ELS_LS_ACC: in fc_exch_rrq_resp()
Dfc_disc.c152 fc_seq_els_rsp_send(fp, ELS_LS_ACC, NULL); in fc_disc_recv_rscn_req()
Dfc_fcp.c1582 } else if (opcode == ELS_LS_ACC) { in fc_fcp_rec_resp()
1808 case ELS_LS_ACC: in fc_fcp_srr_resp()
/Linux-v4.19/include/uapi/scsi/fc/
Dfc_els.h36 ELS_LS_ACC = 0x02, /* ESL Accept */ enumerator
103 [ELS_LS_ACC] = "LS_ACC", \
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_els.c546 case ELS_LS_ACC: in qedf_srr_compl()
855 } else if (opcode == ELS_LS_ACC) { in qedf_rec_compl()
Dqedf_main.c263 else if (fc_frame_payload_op(fp) == ELS_LS_ACC) { in qedf_flogi_resp()
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_els.c350 case ELS_LS_ACC: in bnx2fc_srr_compl()
503 } else if (opcode == ELS_LS_ACC) { in bnx2fc_rec_compl()
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe_ctlr.c652 if (op == ELS_LS_ACC || op == ELS_LS_RJT) in fcoe_ctlr_encaps()
768 case ELS_LS_ACC: in fcoe_ctlr_els_send()
1258 if (els_op == ELS_LS_ACC) { in fcoe_ctlr_recv_els()
1924 if (op == ELS_LS_ACC && fh->fh_r_ctl == FC_RCTL_ELS_REP && in fcoe_ctlr_recv_flogi()