Searched refs:ib_port_attribute (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/include/rdma/ |
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-6.1.9/drivers/infiniband/hw/qib/ |
D | qib_sysfs.c | 53 struct ib_port_attribute *attr, char *buf) in hrtbt_enable_show() 62 struct ib_port_attribute *attr, in hrtbt_enable_store() 89 struct ib_port_attribute *attr, const char *buf, in loopback_store() 105 struct ib_port_attribute *attr, in led_override_store() 125 struct ib_port_attribute *attr, char *buf) in status_show() 156 struct ib_port_attribute *attr, char *buf) in status_str_show() 304 struct ib_port_attribute attr; 309 struct ib_port_attribute *attr, char *buf) in sl2vl_attr_show() 372 struct ib_port_attribute attr; 377 struct ib_port_attribute *attr, char *buf) in diagc_attr_show() [all …]
|
/linux-6.1.9/drivers/infiniband/core/ |
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 …]
|
D | cm.c | 153 struct ib_port_attribute attr; 4256 struct ib_port_attribute *attr, char *buf) in cm_show_counter()
|
/linux-6.1.9/drivers/infiniband/hw/hfi1/ |
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()
|