Home
last modified time | relevance | path

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

/linux-6.12.1/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[];
466 struct port_table_attribute *tab_attr = in _show_port_gid_attr()
467 container_of(attr, struct port_table_attribute, attr); in _show_port_gid_attr()
484 struct port_table_attribute *tab_attr = in show_port_gid()
485 container_of(attr, struct port_table_attribute, attr); in show_port_gid()
528 struct port_table_attribute *tab_attr = in show_port_pkey()
529 container_of(attr, struct port_table_attribute, attr); in show_port_pkey()
541 struct port_table_attribute port_pma_attr_##_name = { \
[all …]
/linux-6.12.1/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()