Searched refs:port_table_attribute (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/infiniband/core/ | 
| D | sysfs.c | 81 struct port_table_attribute {  struct383 	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()
 400 	struct port_table_attribute *tab_attr =  in show_port_gid()
 401 		container_of(attr, struct port_table_attribute, attr);  in show_port_gid()
 442 	struct port_table_attribute *tab_attr =  in show_port_pkey()
 443 		container_of(attr, struct port_table_attribute, attr);  in show_port_pkey()
 455 struct port_table_attribute port_pma_attr_##_name = {			\
 462 struct port_table_attribute port_pma_attr_ext_##_name = {		\
 521 	struct port_table_attribute *tab_attr =  in show_pma_counter()
 [all …]
 
 | 
| /Linux-v5.4/drivers/infiniband/hw/mlx4/ | 
| D | sysfs.c | 433 struct port_table_attribute {  struct442 	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()
 
 |