Searched refs:cimq_show (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 383 static int cimq_show(struct seq_file *seq, void *v, int idx) in cimq_show() function 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()
|