Home
last modified time | relevance | path

Searched refs:port_table_attribute (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/infiniband/core/
Dsysfs.c49 struct port_table_attribute { struct
61 struct port_table_attribute attrs_list[]; argument
73 struct port_table_attribute attrs_list[];
462 struct port_table_attribute *tab_attr = in _show_port_gid_attr()
463 container_of(attr, struct port_table_attribute, attr); in _show_port_gid_attr()
480 struct port_table_attribute *tab_attr = in show_port_gid()
481 container_of(attr, struct port_table_attribute, attr); in show_port_gid()
524 struct port_table_attribute *tab_attr = in show_port_pkey()
525 container_of(attr, struct port_table_attribute, attr); in show_port_pkey()
537 struct port_table_attribute port_pma_attr_##_name = { \
[all …]
/linux-6.1.9/drivers/infiniband/hw/mlx4/
Dsysfs.c435 struct port_table_attribute { struct
444 struct port_table_attribute *tab_attr = in show_port_pkey() argument
445 container_of(attr, struct port_table_attribute, attr); in show_port_pkey()
457 struct port_table_attribute *tab_attr = in store_port_pkey()
458 container_of(attr, struct port_table_attribute, attr); in store_port_pkey()
500 struct port_table_attribute *element; in alloc_group_attrs()
508 element = kzalloc(sizeof (struct port_table_attribute), in alloc_group_attrs()