ELS_LS_ACC        350 drivers/scsi/bnx2fc/bnx2fc_els.c 	case ELS_LS_ACC:
ELS_LS_ACC        503 drivers/scsi/bnx2fc/bnx2fc_els.c 	} else if (opcode == ELS_LS_ACC) {
ELS_LS_ACC        643 drivers/scsi/fcoe/fcoe_ctlr.c 	if (op == ELS_LS_ACC || op == ELS_LS_RJT)
ELS_LS_ACC        759 drivers/scsi/fcoe/fcoe_ctlr.c 	case ELS_LS_ACC:
ELS_LS_ACC       1249 drivers/scsi/fcoe/fcoe_ctlr.c 		if (els_op == ELS_LS_ACC) {
ELS_LS_ACC       1915 drivers/scsi/fcoe/fcoe_ctlr.c 	if (op == ELS_LS_ACC && fh->fh_r_ctl == FC_RCTL_ELS_REP &&
ELS_LS_ACC        140 drivers/scsi/libfc/fc_disc.c 	fc_seq_els_rsp_send(fp, ELS_LS_ACC, NULL);
ELS_LS_ACC        105 drivers/scsi/libfc/fc_elsct.c 			case ELS_LS_ACC:
ELS_LS_ACC       1231 drivers/scsi/libfc/fc_exch.c 	case ELS_LS_ACC:
ELS_LS_ACC       1836 drivers/scsi/libfc/fc_exch.c 	acc->la_cmd = ELS_LS_ACC;
ELS_LS_ACC       2053 drivers/scsi/libfc/fc_exch.c 	acc->reca_cmd = ELS_LS_ACC;
ELS_LS_ACC       2107 drivers/scsi/libfc/fc_exch.c 	case ELS_LS_ACC:
ELS_LS_ACC       1570 drivers/scsi/libfc/fc_fcp.c 	} else if (opcode == ELS_LS_ACC) {
ELS_LS_ACC       1796 drivers/scsi/libfc/fc_fcp.c 	case ELS_LS_ACC:
ELS_LS_ACC        401 drivers/scsi/libfc/fc_lport.c 	fc_seq_els_rsp_send(fp, ELS_LS_ACC, NULL);
ELS_LS_ACC        433 drivers/scsi/libfc/fc_lport.c 		*((__be32 *)dp) = htonl(ELS_LS_ACC << 24);
ELS_LS_ACC        481 drivers/scsi/libfc/fc_lport.c 			rp->rnid.rnid_cmd = ELS_LS_ACC;
ELS_LS_ACC        507 drivers/scsi/libfc/fc_lport.c 	fc_seq_els_rsp_send(fp, ELS_LS_ACC, NULL);
ELS_LS_ACC        835 drivers/scsi/libfc/fc_lport.c 		new_flp->fl_cmd = (u8) ELS_LS_ACC;
ELS_LS_ACC       1287 drivers/scsi/libfc/fc_lport.c 	if (op == ELS_LS_ACC)
ELS_LS_ACC       1628 drivers/scsi/libfc/fc_lport.c 	if (op == ELS_LS_ACC)
ELS_LS_ACC       1714 drivers/scsi/libfc/fc_lport.c 	    fc_frame_payload_op(fp) != ELS_LS_ACC) {
ELS_LS_ACC       1977 drivers/scsi/libfc/fc_lport.c 	info->rsp_code = ELS_LS_ACC;
ELS_LS_ACC        772 drivers/scsi/libfc/fc_rport.c 	} else if (opcode != ELS_LS_ACC) {
ELS_LS_ACC        938 drivers/scsi/libfc/fc_rport.c 	flp->fl_cmd = ELS_LS_ACC;
ELS_LS_ACC       1008 drivers/scsi/libfc/fc_rport.c 	if (op == ELS_LS_ACC &&
ELS_LS_ACC       1150 drivers/scsi/libfc/fc_rport.c 	if (op == ELS_LS_ACC) {
ELS_LS_ACC       1337 drivers/scsi/libfc/fc_rport.c 	if (op == ELS_LS_ACC) {
ELS_LS_ACC       1429 drivers/scsi/libfc/fc_rport.c 	rtv->rtv_cmd = ELS_LS_ACC;
ELS_LS_ACC       1527 drivers/scsi/libfc/fc_rport.c 	if (op != ELS_LS_ACC || !adisc ||
ELS_LS_ACC       1608 drivers/scsi/libfc/fc_rport.c 	adisc->adisc_cmd = ELS_LS_ACC;
ELS_LS_ACC       1653 drivers/scsi/libfc/fc_rport.c 	rsp->rls_cmd = ELS_LS_ACC;
ELS_LS_ACC       1938 drivers/scsi/libfc/fc_rport.c 	fc_plogi_fill(lport, fp, ELS_LS_ACC);
ELS_LS_ACC       2003 drivers/scsi/libfc/fc_rport.c 	pp->prli.prli_cmd = ELS_LS_ACC;
ELS_LS_ACC       2115 drivers/scsi/libfc/fc_rport.c 	pp->prlo.prlo_cmd = ELS_LS_ACC;
ELS_LS_ACC       2152 drivers/scsi/libfc/fc_rport.c 	fc_seq_els_rsp_send(fp, ELS_LS_ACC, NULL);
ELS_LS_ACC        589 drivers/scsi/qedf/qedf_els.c 	case ELS_LS_ACC:
ELS_LS_ACC        906 drivers/scsi/qedf/qedf_els.c 	} else if (opcode == ELS_LS_ACC) {
ELS_LS_ACC        282 drivers/scsi/qedf/qedf_main.c 	else if (fc_frame_payload_op(fp) == ELS_LS_ACC) {
ELS_LS_ACC         91 include/uapi/scsi/fc/fc_els.h 	[ELS_LS_ACC] =	"LS_ACC",		\