Searched refs:ELS_LS_ACC (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/scsi/libfc/ |
D | fc_rport.c | 684 if (fc_frame_payload_op(fp) != ELS_LS_ACC) in fc_rport_flogi_resp() 843 flp->fl_cmd = ELS_LS_ACC; in fc_rport_recv_flogi_req() 902 if (op == ELS_LS_ACC && in fc_rport_plogi_resp() 1029 if (op == ELS_LS_ACC) { in fc_rport_prli_resp() 1174 if (op == ELS_LS_ACC) { in fc_rport_rtv_resp() 1316 if (op != ELS_LS_ACC || !adisc || in fc_rport_adisc_resp() 1393 adisc->adisc_cmd = ELS_LS_ACC; in fc_rport_recv_adisc_req() 1439 rsp->rls_cmd = ELS_LS_ACC; in fc_rport_recv_rls_req() 1689 fc_plogi_fill(lport, fp, ELS_LS_ACC); in fc_rport_recv_plogi_req() 1756 pp->prli.prli_cmd = ELS_LS_ACC; in fc_rport_recv_prli_req() [all …]
|
D | fc_elsct.c | 117 case ELS_LS_ACC: in fc_els_resp_type()
|
D | fc_lport.c | 415 lport->tt.seq_els_rsp_send(fp, ELS_LS_ACC, NULL); in fc_lport_recv_rlir_req() 448 *((__be32 *)dp) = htonl(ELS_LS_ACC << 24); in fc_lport_recv_echo_req() 497 rp->rnid.rnid_cmd = ELS_LS_ACC; in fc_lport_recv_rnid_req() 524 lport->tt.seq_els_rsp_send(fp, ELS_LS_ACC, NULL); in fc_lport_recv_logo_req() 855 new_flp->fl_cmd = (u8) ELS_LS_ACC; in fc_lport_recv_flogi_req() 1306 if (op == ELS_LS_ACC) in fc_lport_scr_resp() 1652 if (op == ELS_LS_ACC) in fc_lport_logo_resp() 1739 fc_frame_payload_op(fp) != ELS_LS_ACC) { in fc_lport_flogi_resp() 2007 info->rsp_code = ELS_LS_ACC; in fc_lport_els_request()
|
D | fc_exch.c | 1199 case ELS_LS_ACC: in fc_seq_els_rsp_send() 1786 acc->la_cmd = ELS_LS_ACC; in fc_seq_ls_acc() 1983 acc->reca_cmd = ELS_LS_ACC; in fc_exch_els_rec() 2037 case ELS_LS_ACC: in fc_exch_rrq_resp()
|
D | fc_disc.c | 153 lport->tt.seq_els_rsp_send(fp, ELS_LS_ACC, NULL); in fc_disc_recv_rscn_req()
|
D | fc_fcp.c | 1520 } else if (opcode == ELS_LS_ACC) { in fc_fcp_rec_resp() 1745 case ELS_LS_ACC: in fc_fcp_srr_resp()
|
/linux-4.1.27/include/uapi/scsi/fc/ |
D | fc_els.h | 35 ELS_LS_ACC = 0x02, /* ESL Accept */ enumerator 102 [ELS_LS_ACC] = "LS_ACC", \
|
/linux-4.1.27/drivers/scsi/bnx2fc/ |
D | bnx2fc_els.c | 342 case ELS_LS_ACC: in bnx2fc_srr_compl() 495 } else if (opcode == ELS_LS_ACC) { in bnx2fc_rec_compl()
|
/linux-4.1.27/drivers/scsi/fcoe/ |
D | fcoe_ctlr.c | 649 if (op == ELS_LS_ACC || op == ELS_LS_RJT) in fcoe_ctlr_encaps() 766 case ELS_LS_ACC: in fcoe_ctlr_els_send() 1253 if (els_op == ELS_LS_ACC) { in fcoe_ctlr_recv_els() 1883 if (op == ELS_LS_ACC && fh->fh_r_ctl == FC_RCTL_ELS_REP && in fcoe_ctlr_recv_flogi()
|