Searched refs:seq_open_tab (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.h | 73 struct seq_tab *seq_open_tab(struct file *f, unsigned int rows,
|
D | cxgb4_debugfs.c | 92 struct seq_tab *seq_open_tab(struct file *f, unsigned int rows, in seq_open_tab() function 165 p = seq_open_tab(file, adap->params.cim_la_size / 8, 8 * sizeof(u32), 1, in cim_la_open() 270 p = seq_open_tab(file, CIM_IBQ_SIZE, 4 * sizeof(u32), 0, cimq_show); in cim_ibq_open() 297 p = seq_open_tab(file, 6 * CIM_OBQ_SIZE, 4 * sizeof(u32), 0, cimq_show); in cim_obq_open() 517 p = seq_open_tab(file, TPLA_SIZE / 2, 2 * sizeof(u64), 0, in tp_la_open() 521 p = seq_open_tab(file, TPLA_SIZE / 2, 2 * sizeof(u64), 0, in tp_la_open() 525 p = seq_open_tab(file, TPLA_SIZE, sizeof(u64), 0, tp_la_show); in tp_la_open() 584 p = seq_open_tab(file, ULPRX_LA_SIZE, 8 * sizeof(u32), 1, in ulprx_la_open() 1277 p = seq_open_tab(file, RSS_NENTRIES / 8, 8 * sizeof(u16), 0, rss_show); in rss_open() 1573 p = seq_open_tab(file, 8, sizeof(*pfconf), 1, rss_pf_config_show); in rss_pf_config_open() [all …]
|