Searched refs:port_attribute (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/infiniband/hw/mlx4/ |
| H A D | sysfs.c | 392 struct port_attribute { struct 394 ssize_t (*show)(struct mlx4_port *, struct port_attribute *, char *buf); argument 395 ssize_t (*store)(struct mlx4_port *, struct port_attribute *, argument 402 struct port_attribute *port_attr = in port_attr_show() 403 container_of(attr, struct port_attribute, attr); in port_attr_show() 415 struct port_attribute *port_attr = in port_attr_store() 416 container_of(attr, struct port_attribute, attr); in port_attr_store() 435 struct port_attribute attr; 440 static ssize_t show_port_pkey(struct mlx4_port *p, struct port_attribute *attr, in show_port_pkey() 453 static ssize_t store_port_pkey(struct mlx4_port *p, struct port_attribute *attr, in store_port_pkey() [all …]
|