lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 8 Apr 2016 23:20:22 -0700 (MST)
From:	pesa1 <Faryinly86@...ta.com>
To:	linux-kernel@...r.kernel.org
Subject: .queuecommand field in struct scsi_host_template, for sas

While the following method, in drivers/scsi/libsas/sas_scsi_host:180
	int sas_queuecommand(struct Scsi_Host *host, struct scsi_cmnd *cmd)
seems to be the implementation for the `queuecommand` field of struct
scsi_host_template.


Where is it initialized so, for a general sas device?

I can not find, in the code initialization for a scsi device, to the
'sas_queuecommand'.


This is, while the scsi layer, clearly uses that field, in
scsi_dispatch_command():

	rtn = host->hostt->queuecommand(host, cmd);

So, where does it get initialized?.

Thanks





--
View this message in context: http://linux-kernel.2935.n7.nabble.com/queuecommand-field-in-struct-scsi-host-template-for-sas-tp1347757.html
Sent from the Linux Kernel mailing list archive at Nabble.com.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ