Lines Matching defs:port_attribute
391 struct port_attribute {
393 ssize_t (*show)(struct mlx4_port *, struct port_attribute *, char *buf);
394 ssize_t (*store)(struct mlx4_port *, struct port_attribute *,
401 struct port_attribute *port_attr =
402 container_of(attr, struct port_attribute, attr);
414 struct port_attribute *port_attr =
415 container_of(attr, struct port_attribute, attr);
434 struct port_attribute attr;
439 static ssize_t show_port_pkey(struct mlx4_port *p, struct port_attribute *attr,
456 static ssize_t store_port_pkey(struct mlx4_port *p, struct port_attribute *attr,
489 struct port_attribute *attr, char *buf)
496 struct port_attribute *, char *buf),
497 ssize_t (*store)(struct mlx4_port *, struct port_attribute *,