Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/libfc/
H A Dfc_rport.c777 } else if (opcode != ELS_LS_ACC) { in fc_rport_flogi_resp()
943 flp->fl_cmd = ELS_LS_ACC; in fc_rport_recv_flogi_req()
1013 if (op == ELS_LS_ACC && in fc_rport_plogi_resp()
1155 if (op == ELS_LS_ACC) { in fc_rport_prli_resp()
1345 if (op == ELS_LS_ACC) { in fc_rport_rtv_resp()
1437 rtv->rtv_cmd = ELS_LS_ACC; in fc_rport_recv_rtv_req()
1535 if (op != ELS_LS_ACC || !adisc || in fc_rport_adisc_resp()
1616 adisc->adisc_cmd = ELS_LS_ACC; in fc_rport_recv_adisc_req()
1661 rsp->rls_cmd = ELS_LS_ACC; in fc_rport_recv_rls_req()
2011 pp->prli.prli_cmd = ELS_LS_ACC; in fc_rport_recv_prli_req()
[all …]
H A Dfc_elsct.c105 case ELS_LS_ACC: in fc_els_resp_type()
H A Dfc_lport.c410 fc_seq_els_rsp_send(fp, ELS_LS_ACC, NULL); in fc_lport_recv_rlir_req()
442 *((__be32 *)dp) = htonl(ELS_LS_ACC << 24); in fc_lport_recv_echo_req()
490 rp->rnid.rnid_cmd = ELS_LS_ACC; in fc_lport_recv_rnid_req()
516 fc_seq_els_rsp_send(fp, ELS_LS_ACC, NULL); in fc_lport_recv_logo_req()
844 new_flp->fl_cmd = (u8) ELS_LS_ACC; in fc_lport_recv_flogi_req()
1302 if (op == ELS_LS_ACC) in fc_lport_scr_resp()
1683 if (op == ELS_LS_ACC) in fc_lport_logo_resp()
1769 fc_frame_payload_op(fp) != ELS_LS_ACC) { in fc_lport_flogi_resp()
2060 info->rsp_code = ELS_LS_ACC; in fc_lport_els_request()
H A Dfc_exch.c1234 case ELS_LS_ACC: in fc_seq_els_rsp_send()
1846 acc->la_cmd = ELS_LS_ACC; in fc_seq_ls_acc()
2069 acc->reca_cmd = ELS_LS_ACC; in fc_exch_els_rec()
2123 case ELS_LS_ACC: in fc_exch_rrq_resp()
H A Dfc_disc.c137 fc_seq_els_rsp_send(fp, ELS_LS_ACC, NULL); in fc_disc_recv_rscn_req()
H A Dfc_fcp.c1566 } else if (opcode == ELS_LS_ACC) { in fc_fcp_rec_resp()
1795 case ELS_LS_ACC: in fc_fcp_srr_resp()
/openbmc/linux/drivers/scsi/elx/libefc/
H A Defc_els.c666 plogi->fl_cmd = ELS_LS_ACC; in efc_send_plogi_acc()
701 flogi->fl_cmd = ELS_LS_ACC; in efc_send_flogi_p2p_acc()
735 pp->prli.prli_cmd = ELS_LS_ACC; in efc_send_prli_acc()
776 pp->prlo.prlo_cmd = ELS_LS_ACC; in efc_send_prlo_acc()
810 acc->la_cmd = ELS_LS_ACC; in efc_send_ls_acc()
838 logo->la_cmd = ELS_LS_ACC; in efc_send_logo_acc()
868 adisc->adisc_cmd = ELS_LS_ACC; in efc_send_adisc_acc()
/openbmc/linux/include/uapi/scsi/fc/
H A Dfc_els.h24 ELS_LS_ACC = 0x02, /* ESL Accept */ enumerator
95 [ELS_LS_ACC] = "LS_ACC", \
/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c350 case ELS_LS_ACC: in bnx2fc_srr_compl()
503 } else if (opcode == ELS_LS_ACC) { in bnx2fc_rec_compl()
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_els.c604 case ELS_LS_ACC: in qedf_srr_compl()
926 } else if (opcode == ELS_LS_ACC) { in qedf_rec_compl()
H A Dqedf_main.c292 else if (fc_frame_payload_op(fp) == ELS_LS_ACC) { in qedf_flogi_resp()
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c645 if (op == ELS_LS_ACC || op == ELS_LS_RJT) in fcoe_ctlr_encaps()
761 case ELS_LS_ACC: in fcoe_ctlr_els_send()
1248 if (els_op == ELS_LS_ACC) { in fcoe_ctlr_recv_els()
1910 if (op == ELS_LS_ACC && fh->fh_r_ctl == FC_RCTL_ELS_REP && in fcoe_ctlr_recv_flogi()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_edif.c3528 a->els_opcode = ELS_LS_ACC; in qla_parse_auth_els_ctl()
H A Dqla_isr.c2394 ((u8 *)sp->remap.rsp.buf)[0] == ELS_LS_ACC) { in qla24xx_els_ct_entry()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_els.c5706 rdf_resp->acc_hdr.la_cmd = ELS_LS_ACC; in lpfc_els_rsp_acc()
5917 edc_rsp->acc_hdr.la_cmd = ELS_LS_ACC; in lpfc_issue_els_edc_rsp()