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()
312 struct qib_pportdata *ppd = in qib_portattr_store()
313 container_of(kobj, struct qib_pportdata, pport_kobj); in qib_portattr_store()
385 struct qib_pportdata *ppd = in sl2vl_attr_show()
386 container_of(kobj, struct qib_pportdata, sl2vl_kobj); in sl2vl_attr_show()
457 struct qib_pportdata *ppd = in diagc_attr_show()
458 container_of(kobj, struct qib_pportdata, diagc_kobj); in diagc_attr_show()
469 struct qib_pportdata *ppd = in diagc_attr_store()
470 container_of(kobj, struct qib_pportdata, diagc_kobj); in diagc_attr_store()
681 struct qib_pportdata *ppd; in qib_create_port_files()
802 struct qib_pportdata *ppd; in qib_verbs_unregister_sysfs()