summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/snic/snic.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* scsi: snic: switch to pci_irq_alloc_vectorsChristoph Hellwig2017-02-161-1/+0
| | | | | | Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Narsimhulu Musini <nmusini@cisco.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
* snic: Fixing race in the hba reset and IO/TM completionNarsimhulu Musini2016-04-111-1/+4
| | | | | | | | | | | While HBA reset is in progress, if IO/TM completion is received for the same IO then IO/TM completion path releases the driver private resources associated with IO. This fix prevents releasing the resources in IO and TM completion path if HBA reset is in progress. Signed-off-by: Narsimhulu Musini <nmusini@cisco.com> Signed-off-by: Sesidhar Baddela <sebaddel@cisco.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
* snic: driver for Cisco SCSI HBANarsimhulu Musini2015-06-201-0/+414
Cisco has developed a new PCI HBA interface called sNIC, which stands for SCSI NIC. This is a new storage feature supported on specialized network adapter. The new PCI function provides a uniform host interface and abstracts backend storage. [jejb: fix up checkpatch errors] Signed-off-by: Narsimhulu Musini <nmusini@cisco.com> Signed-off-by: Sesidhar Baddela <sebaddel@cisco.com> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: James Bottomley <JBottomley@Odin.com>