Searched refs:port_table_attribute (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/infiniband/core/ |
D | sysfs.c | 81 struct port_table_attribute { struct 383 struct port_table_attribute *tab_attr = in _show_port_gid_attr() 384 container_of(attr, struct port_table_attribute, attr); in _show_port_gid_attr() 401 struct port_table_attribute *tab_attr = in show_port_gid() 402 container_of(attr, struct port_table_attribute, attr); in show_port_gid() 443 struct port_table_attribute *tab_attr = in show_port_pkey() 444 container_of(attr, struct port_table_attribute, attr); in show_port_pkey() 456 struct port_table_attribute port_pma_attr_##_name = { \ 463 struct port_table_attribute port_pma_attr_ext_##_name = { \ 520 struct port_table_attribute *tab_attr = in show_pma_counter() [all …]
|
/Linux-v5.10/drivers/infiniband/hw/mlx4/ |
D | sysfs.c | 433 struct port_table_attribute { struct 442 struct port_table_attribute *tab_attr = in show_port_pkey() argument 443 container_of(attr, struct port_table_attribute, attr); in show_port_pkey() 459 struct port_table_attribute *tab_attr = in store_port_pkey() 460 container_of(attr, struct port_table_attribute, attr); in store_port_pkey() 502 struct port_table_attribute *element; in alloc_group_attrs() 510 element = kzalloc(sizeof (struct port_table_attribute), in alloc_group_attrs()
|