Home
last modified time | relevance | path

Searched refs:seq_open_tab (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.h60 struct seq_tab *seq_open_tab(struct file *f, unsigned int rows,
Dcxgb4_debugfs.c96 struct seq_tab *seq_open_tab(struct file *f, unsigned int rows, in seq_open_tab() function
210 p = seq_open_tab(file, (adap->params.cim_la_size / 10) + 1, in cim_la_open()
215 p = seq_open_tab(file, adap->params.cim_la_size / 8, in cim_la_open()
262 p = seq_open_tab(file, 2 * CIM_PIFLA_SIZE, 6 * sizeof(u32), 1, in cim_pif_la_open()
308 p = seq_open_tab(file, 2 * CIM_MALA_SIZE, 5 * sizeof(u32), 1, in cim_ma_la_open()
399 p = seq_open_tab(file, CIM_IBQ_SIZE, 4 * sizeof(u32), 0, cimq_show); in cim_ibq_open()
426 p = seq_open_tab(file, 6 * CIM_OBQ_SIZE, 4 * sizeof(u32), 0, cimq_show); in cim_obq_open()
646 p = seq_open_tab(file, TPLA_SIZE / 2, 2 * sizeof(u64), 0, in tp_la_open()
650 p = seq_open_tab(file, TPLA_SIZE / 2, 2 * sizeof(u64), 0, in tp_la_open()
654 p = seq_open_tab(file, TPLA_SIZE, sizeof(u64), 0, tp_la_show); in tp_la_open()
[all …]