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