Searched refs:port_table_attribute (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/infiniband/core/ |
A D | sysfs.c | 49 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() 601 struct port_table_attribute *tab_attr = in show_pma_counter() [all …]
|
/linux-6.3-rc2/drivers/infiniband/hw/mlx4/ |
A D | sysfs.c | 435 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()
|
Completed in 10 milliseconds