Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Dsysfs.c49 struct port_table_attribute { struct
61 struct port_table_attribute attrs_list[]; argument
73 struct port_table_attribute attrs_list[];
414 struct port_table_attribute *tab_attr = in _show_port_gid_attr()
415 container_of(attr, struct port_table_attribute, attr); in _show_port_gid_attr()
432 struct port_table_attribute *tab_attr = in show_port_gid()
433 container_of(attr, struct port_table_attribute, attr); in show_port_gid()
476 struct port_table_attribute *tab_attr = in show_port_pkey()
477 container_of(attr, struct port_table_attribute, attr); in show_port_pkey()
489 struct port_table_attribute port_pma_attr_##_name = { \
[all …]
/linux/drivers/infiniband/hw/mlx4/
H A Dsysfs.c434 struct port_table_attribute { struct
443 struct port_table_attribute *tab_attr = in show_port_pkey() argument
444 container_of(attr, struct port_table_attribute, attr); in show_port_pkey()
456 struct port_table_attribute *tab_attr = in store_port_pkey()
457 container_of(attr, struct port_table_attribute, attr); in store_port_pkey()
499 struct port_table_attribute *element; in alloc_group_attrs()
507 element = kzalloc_obj(struct port_table_attribute); in alloc_group_attrs()