Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c83 struct port_table_attribute { struct
386 struct port_table_attribute *tab_attr = in _show_port_gid_attr()
387 container_of(attr, struct port_table_attribute, attr); in _show_port_gid_attr()
408 struct port_table_attribute *tab_attr = in show_port_gid()
409 container_of(attr, struct port_table_attribute, attr); in show_port_gid()
436 struct port_table_attribute *tab_attr = in show_port_pkey()
437 container_of(attr, struct port_table_attribute, attr); in show_port_pkey()
449 struct port_table_attribute port_pma_attr_##_name = { \
456 struct port_table_attribute port_pma_attr_ext_##_name = { \
515 struct port_table_attribute *tab_attr = in show_pma_counter()
[all …]
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_sysfs.c436 struct port_table_attribute { struct
445 struct port_table_attribute *tab_attr = in show_port_pkey() argument
446 container_of(attr, struct port_table_attribute, attr); in show_port_pkey()
462 struct port_table_attribute *tab_attr = in store_port_pkey()
463 container_of(attr, struct port_table_attribute, attr); in store_port_pkey()
505 struct port_table_attribute *element; in alloc_group_attrs()
513 element = kzalloc(sizeof (struct port_table_attribute), in alloc_group_attrs()