mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	Add an InfiniBand SCSI RDMA Protocol (SRP) initiator. This driver is used to talk talk to InfiniBand SRP targets (storage devices). Signed-off-by: Roland Dreier <rolandd@cisco.com>
		
			
				
	
	
		
			1 line
		
	
	
	
		
			43 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			1 line
		
	
	
	
		
			43 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
obj-$(CONFIG_INFINIBAND_SRP)			+= ib_srp.o
 |