Lines Matching defs:v
66 static void *seq_tab_next(struct seq_file *seq, void *v, loff_t *pos) in seq_tab_next()
74 static void seq_tab_stop(struct seq_file *seq, void *v) in seq_tab_stop()
78 static int seq_tab_show(struct seq_file *seq, void *v) in seq_tab_show()
94 int (*show)(struct seq_file *seq, void *v, int i)) in seq_open_tab()
119 static int cim_la_show(struct seq_file *seq, void *v, int idx) in cim_la_show()
136 static int cim_la_show_3in1(struct seq_file *seq, void *v, int idx) in cim_la_show_3in1()
154 static int cim_la_show_t6(struct seq_file *seq, void *v, int idx) in cim_la_show_t6()
173 static int cim_la_show_pc_t6(struct seq_file *seq, void *v, int idx) in cim_la_show_pc_t6()
233 static int cim_pif_la_show(struct seq_file *seq, void *v, int idx) in cim_pif_la_show()
276 static int cim_ma_la_show(struct seq_file *seq, void *v, int idx) in cim_ma_la_show()
322 static int cim_qcfg_show(struct seq_file *seq, void *v) in cim_qcfg_show()
391 static int cimq_show(struct seq_file *seq, void *v, int idx) in cimq_show()
462 static void field_desc_show(struct seq_file *seq, u64 v, in field_desc_show()
521 static int tp_la_show(struct seq_file *seq, void *v, int idx) in tp_la_show()
529 static int tp_la_show2(struct seq_file *seq, void *v, int idx) in tp_la_show2()
541 static int tp_la_show3(struct seq_file *seq, void *v, int idx) in tp_la_show3()
703 static int ulprx_la_show(struct seq_file *seq, void *v, int idx) in ulprx_la_show()
750 static int pm_stats_show(struct seq_file *seq, void *v) in pm_stats_show()
803 static int tx_rate_show(struct seq_file *seq, void *v) in tx_rate_show()
836 static int cctrl_tbl_show(struct seq_file *seq, void *v) in cctrl_tbl_show()
887 static int clk_show(struct seq_file *seq, void *v) in clk_show()
978 static int devlog_show(struct seq_file *seq, void *v) in devlog_show()
1044 static void *devlog_next(struct seq_file *seq, void *v, loff_t *pos) in devlog_next()
1052 static void devlog_stop(struct seq_file *seq, void *v) in devlog_stop()
1129 static int mbox_show(struct seq_file *seq, void *v) in mbox_show()
1213 static int mps_trc_show(struct seq_file *seq, void *v) in mps_trc_show()
1558 static int mps_tcam_show(struct seq_file *seq, void *v) in mps_tcam_show()
1731 static void *mps_tcam_next(struct seq_file *seq, void *v, loff_t *pos) in mps_tcam_next()
1737 static void mps_tcam_stop(struct seq_file *seq, void *v) in mps_tcam_stop()
1770 static int sensors_show(struct seq_file *seq, void *v) in sensors_show()
1821 static int rss_show(struct seq_file *seq, void *v, int idx) in rss_show()
1870 static int rss_config_show(struct seq_file *seq, void *v) in rss_config_show()
2023 static int rss_key_show(struct seq_file *seq, void *v) in rss_key_show()
2086 static int rss_pf_config_show(struct seq_file *seq, void *v, int idx) in rss_pf_config_show()
2167 static int rss_vf_config_show(struct seq_file *seq, void *v, int idx) in rss_vf_config_show()
2244 static int sge_qinfo_show(struct seq_file *seq, void *v) in sge_qinfo_show()
2262 #define S3(fmt_spec, s, v) \ in sge_qinfo_show() argument
2269 #define S(s, v) S3("s", s, v) in sge_qinfo_show() argument
2270 #define T3(fmt_spec, s, v) S3(fmt_spec, s, tx[i].v) in sge_qinfo_show() argument
2271 #define T(s, v) S3("u", s, tx[i].v) in sge_qinfo_show() argument
2272 #define TL(s, v) T3("lu", s, v) in sge_qinfo_show() argument
2273 #define R3(fmt_spec, s, v) S3(fmt_spec, s, rx[i].v) in sge_qinfo_show() argument
2274 #define R(s, v) S3("u", s, rx[i].v) in sge_qinfo_show() argument
2275 #define RL(s, v) R3("lu", s, v) in sge_qinfo_show() argument
2464 static void sge_queue_stop(struct seq_file *seq, void *v) in sge_queue_stop()
2468 static void *sge_queue_next(struct seq_file *seq, void *v, loff_t *pos) in sge_queue_next()
2562 static int tid_info_show(struct seq_file *seq, void *v) in tid_info_show()
2714 static int meminfo_show(struct seq_file *seq, void *v) in meminfo_show()