Lines Matching refs:qib_pportdata
43 static ssize_t show_hrtbt_enb(struct qib_pportdata *ppd, char *buf) in show_hrtbt_enb()
53 static ssize_t store_hrtbt_enb(struct qib_pportdata *ppd, const char *buf, in store_hrtbt_enb()
77 static ssize_t store_loopback(struct qib_pportdata *ppd, const char *buf, in store_loopback()
90 static ssize_t store_led_override(struct qib_pportdata *ppd, const char *buf, in store_led_override()
107 static ssize_t show_status(struct qib_pportdata *ppd, char *buf) in show_status()
137 static ssize_t show_status_str(struct qib_pportdata *ppd, char *buf) in show_status_str()
184 ssize_t (*show)(struct qib_pportdata *, char *);
185 ssize_t (*store)(struct qib_pportdata *, const char *, size_t);
216 struct qib_pportdata *ppd = in read_cc_table_bin()
217 container_of(kobj, struct qib_pportdata, pport_cc_kobj); in read_cc_table_bin()
266 struct qib_pportdata *ppd = in read_cc_setting_bin()
267 container_of(kobj, struct qib_pportdata, pport_cc_kobj); in read_cc_setting_bin()
301 struct qib_pportdata *ppd = in qib_portattr_show()
302 container_of(kobj, struct qib_pportdata, pport_kobj); in qib_portattr_show()
315 struct qib_pportdata *ppd = in qib_portattr_store()
316 container_of(kobj, struct qib_pportdata, pport_kobj); in qib_portattr_store()
391 struct qib_pportdata *ppd = in sl2vl_attr_show()
392 container_of(kobj, struct qib_pportdata, sl2vl_kobj); in sl2vl_attr_show()
478 static void write_per_cpu_##cntr(struct qib_pportdata *ppd, u32 data) \
501 struct qib_pportdata *ppd = in def_write_per_cpu()
502 container_of(kobj, struct qib_pportdata, diagc_kobj); in def_write_per_cpu()
522 struct qib_pportdata *ppd = in diagc_attr_store()
523 container_of(kobj, struct qib_pportdata, diagc_kobj); in diagc_attr_store()
744 struct qib_pportdata *ppd; in qib_create_port_files()
844 struct qib_pportdata *ppd; in qib_verbs_unregister_sysfs()