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()
185 static int cim_qcfg_show(struct seq_file *seq, void *v) in cim_qcfg_show()
254 static int cimq_show(struct seq_file *seq, void *v, int idx) in cimq_show()
325 static void field_desc_show(struct seq_file *seq, u64 v, in field_desc_show()
384 static int tp_la_show(struct seq_file *seq, void *v, int idx) in tp_la_show()
392 static int tp_la_show2(struct seq_file *seq, void *v, int idx) in tp_la_show2()
404 static int tp_la_show3(struct seq_file *seq, void *v, int idx) in tp_la_show3()
566 static int ulprx_la_show(struct seq_file *seq, void *v, int idx) in ulprx_la_show()
613 static int pm_stats_show(struct seq_file *seq, void *v) in pm_stats_show()
666 static int cctrl_tbl_show(struct seq_file *seq, void *v) in cctrl_tbl_show()
717 static int clk_show(struct seq_file *seq, void *v) in clk_show()
807 static int devlog_show(struct seq_file *seq, void *v) in devlog_show()
866 static void *devlog_next(struct seq_file *seq, void *v, loff_t *pos) in devlog_next()
874 static void devlog_stop(struct seq_file *seq, void *v) in devlog_stop()
957 static int mbox_show(struct seq_file *seq, void *v) in mbox_show()
1085 static int mps_tcam_show(struct seq_file *seq, void *v) in mps_tcam_show()
1171 static void *mps_tcam_next(struct seq_file *seq, void *v, loff_t *pos) in mps_tcam_next()
1177 static void mps_tcam_stop(struct seq_file *seq, void *v) in mps_tcam_stop()
1210 static int sensors_show(struct seq_file *seq, void *v) in sensors_show()
1261 static int rss_show(struct seq_file *seq, void *v, int idx) in rss_show()
1310 static int rss_config_show(struct seq_file *seq, void *v) in rss_config_show()
1460 static int rss_key_show(struct seq_file *seq, void *v) in rss_key_show()
1523 static int rss_pf_config_show(struct seq_file *seq, void *v, int idx) in rss_pf_config_show()
1604 static int rss_vf_config_show(struct seq_file *seq, void *v, int idx) in rss_vf_config_show()
1681 static int sge_qinfo_show(struct seq_file *seq, void *v) in sge_qinfo_show()
1699 #define S3(fmt_spec, s, v) \ in sge_qinfo_show() argument
1706 #define S(s, v) S3("s", s, v) in sge_qinfo_show() argument
1707 #define T(s, v) S3("u", s, tx[i].v) in sge_qinfo_show() argument
1708 #define R(s, v) S3("u", s, rx[i].v) in sge_qinfo_show() argument
1856 static void sge_queue_stop(struct seq_file *seq, void *v) in sge_queue_stop()
1860 static void *sge_queue_next(struct seq_file *seq, void *v, loff_t *pos) in sge_queue_next()