Lines Matching defs:port_attribute
393 struct port_attribute {
395 ssize_t (*show)(struct mlx4_port *, struct port_attribute *, char *buf);
396 ssize_t (*store)(struct mlx4_port *, struct port_attribute *,
403 struct port_attribute *port_attr =
404 container_of(attr, struct port_attribute, attr);
416 struct port_attribute *port_attr =
417 container_of(attr, struct port_attribute, attr);
436 struct port_attribute attr;
441 static ssize_t show_port_pkey(struct mlx4_port *p, struct port_attribute *attr,
454 static ssize_t store_port_pkey(struct mlx4_port *p, struct port_attribute *attr,
487 struct port_attribute *attr, char *buf)
494 struct port_attribute *, char *buf),
495 ssize_t (*store)(struct mlx4_port *, struct port_attribute *,