Searched refs:ib_port_attribute (Results 1 – 4 of 4) 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, att in gid_attr_show() 1092 alloc_port_table_group(const char * name,struct attribute_group * group,struct port_table_attribute * attrs,size_t num,ssize_t (* show)(struct ib_device * ibdev,u32 port_num,struct ib_port_attribute *,char * buf)) alloc_port_table_group() argument [all...] |
H A D | cm.c | 156 struct ib_port_attribute attr; 4268 struct ib_port_attribute *attr, char *buf) in cm_show_counter()
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | sysfs.c | 105 struct ib_port_attribute *attr, char *buf) in cc_prescan_show() 114 struct ib_port_attribute *attr, const char *buf, in cc_prescan_store() 142 struct ib_port_attribute attr; 147 struct ib_port_attribute *attr, char *buf) in sc2vl_attr_show() 239 struct ib_port_attribute attr; 244 struct ib_port_attribute *attr, char *buf) in sl2sc_attr_show() 338 struct ib_port_attribute attr; 343 struct ib_port_attribute *attr, char *buf) in vl2mtu_attr_show()
|