Searched refs:port_table_attribute (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/infiniband/core/ |
D | sysfs.c | 80 struct port_table_attribute { struct 367 struct port_table_attribute *tab_attr = in _show_port_gid_attr() 368 container_of(attr, struct port_table_attribute, attr); in _show_port_gid_attr() 384 struct port_table_attribute *tab_attr = in show_port_gid() 385 container_of(attr, struct port_table_attribute, attr); in show_port_gid() 426 struct port_table_attribute *tab_attr = in show_port_pkey() 427 container_of(attr, struct port_table_attribute, attr); in show_port_pkey() 439 struct port_table_attribute port_pma_attr_##_name = { \ 446 struct port_table_attribute port_pma_attr_ext_##_name = { \ 505 struct port_table_attribute *tab_attr = in show_pma_counter() [all …]
|
/Linux-v4.19/drivers/infiniband/hw/mlx4/ |
D | sysfs.c | 437 struct port_table_attribute { struct 446 struct port_table_attribute *tab_attr = in show_port_pkey() argument 447 container_of(attr, struct port_table_attribute, attr); in show_port_pkey() 463 struct port_table_attribute *tab_attr = in store_port_pkey() 464 container_of(attr, struct port_table_attribute, attr); in store_port_pkey() 506 struct port_table_attribute *element; in alloc_group_attrs() 514 element = kzalloc(sizeof (struct port_table_attribute), in alloc_group_attrs()
|