Searched refs:seq_tab (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.h47 struct seq_tab { struct
60 struct seq_tab *seq_open_tab(struct file *f, unsigned int rows,
H A Dcxgb4_debugfs.c55 static void *seq_tab_get_idx(struct seq_tab *tb, loff_t pos)
63 struct seq_tab *tb = seq->private;
84 const struct seq_tab *tb = seq->private;
96 struct seq_tab *seq_open_tab(struct file *f, unsigned int rows,
100 struct seq_tab *p;
112 /* Trim the size of a seq_tab to the supplied number of rows. The operation is
115 static int seq_tab_trim(struct seq_tab *p, unsigned int new_rows)
201 struct seq_tab *p;
259 struct seq_tab *p;
305 struct seq_tab *
[all...]

Completed in 169 milliseconds