Searched refs:ib_port_attribute (Results 1 – 2 of 2) sorted by relevance
/linux/include/rdma/ |
H A D | ib_sysfs.h | 12 struct ib_port_attribute { struct 15 struct ib_port_attribute *attr, char *buf); argument 17 struct ib_port_attribute *attr, const char *buf, argument 22 struct ib_port_attribute ib_port_attr_##_name = __ATTR_RW(_name) 25 struct ib_port_attribute ib_port_attr_##_name = \ 29 struct ib_port_attribute ib_port_attr_##_name = __ATTR_RO(_name) 32 struct ib_port_attribute ib_port_attr_##_name = __ATTR_WO(_name)
|
/linux/drivers/infiniband/core/ |
H A D | sysfs.c | 50 struct ib_port_attribute attr; 86 struct ib_port_attribute attr; 108 struct ib_port_attribute *port_attr = in port_attr_show() 109 container_of(attr, struct ib_port_attribute, attr); in port_attr_show() 122 struct ib_port_attribute *port_attr = in port_attr_store() 123 container_of(attr, struct ib_port_attribute, attr); in port_attr_store() 171 struct ib_port_attribute *attr, char *buf) in hw_stat_port_show() 183 struct ib_port_attribute *attr, in hw_stat_port_store() 198 struct ib_port_attribute *port_attr = in gid_attr_show() 199 container_of(attr, struct ib_port_attribute, attr); in gid_attr_show() [all …]
|