Searched defs:port_attribute (Results  1 – 2 of 2) sorted by relevance
| /linux-4.1.27/drivers/infiniband/hw/mlx4/ | 
| D | sysfs.c | 394 struct port_attribute {  struct396 	ssize_t (*show)(struct mlx4_port *, struct port_attribute *, char *buf);  argument
 397 	ssize_t (*store)(struct mlx4_port *, struct port_attribute *,  argument
 499 				  struct port_attribute *, char *buf),  in alloc_group_attrs()
 
 | 
| /linux-4.1.27/drivers/infiniband/core/ | 
| D | sysfs.c | 51 struct port_attribute {  struct53 	ssize_t (*show)(struct ib_port *, struct port_attribute *, char *buf);  argument
 54 	ssize_t (*store)(struct ib_port *, struct port_attribute *,  argument
 479 				  struct port_attribute *, char *buf),  in alloc_group_attrs()
 
 |