All of lore.kernel.org
 help / color / mirror / Atom feed
From: MShetty <mranalini.shetty@patni.com>
To: linux-scsi <linux-scsi@vger.kernel.org>
Subject: Re: Executing a scsi command
Date: Fri, 08 Nov 2002 21:52:32 +0530	[thread overview]
Message-ID: <3DCBE4C7.DB1AEE9F@patni.com> (raw)
In-Reply-To: 3DCA6E46.91894890@patni.com

Hi,

Does request_queue's queuedata contain the Scsi_Device pointer ?? Saw it
done in scsi_merge.c

      Scsi_Device *SDpnt;
      struct Scsi_Host *SHpnt;

      SDpnt = (Scsi_Device *) q->queuedata;
      SHpnt = SDpnt->host;

Would help if I could get some comment on the above.

Thanks and Regards,
M Shetty

MShetty wrote:

> Hi,
>
> I want to execute a scsi cmd from my driver. The API's that I found
> (scsi_do_cmd, scsi_wait_req) require a pointer to the scsi_device or
> scsi_host structure.. Any idea how I could get them.... given the major
> and minor no. of the device to which the command is to be sent.
>
> Is there an alternative way of executing a scsi_cmd ??
>
> Would help if I could get some help on the above.
>
> Thanks and Regards,
> M Shetty
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


  reply	other threads:[~2002-11-08 16:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-07 13:44 Executing a scsi command MShetty
2002-11-08 16:22 ` MShetty [this message]
2002-11-08 16:24   ` Jens Axboe
2002-11-08 17:49 ` Sumit Agarwal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3DCBE4C7.DB1AEE9F@patni.com \
    --to=mranalini.shetty@patni.com \
    --cc=linux-scsi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.