Introduce functions to assign roles and check state of bridgeport-capable HiperSocket devices, and sysfs attributes providing access to these functions from userspace. Introduce udev events emitted when the state of a bridgeport device changes. Signed-off-by: Eugene Crosser <eugene.crosser@ru.ibm.com> Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com> Reviewed-by: Ursula Braun <ursula.braun@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			368 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			368 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 *    Copyright IBM Corp. 2013
 | 
						|
 *    Author(s): Eugene Crosser <eugene.crosser@ru.ibm.com>
 | 
						|
 */
 | 
						|
 | 
						|
#ifndef __QETH_L2_H__
 | 
						|
#define __QETH_L2_H__
 | 
						|
 | 
						|
#include "qeth_core.h"
 | 
						|
 | 
						|
int qeth_l2_create_device_attributes(struct device *);
 | 
						|
void qeth_l2_remove_device_attributes(struct device *);
 | 
						|
void qeth_l2_setup_bridgeport_attrs(struct qeth_card *card);
 | 
						|
 | 
						|
#endif /* __QETH_L2_H__ */
 |