Searched refs:field_desc_show (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 325 static void field_desc_show(struct seq_file *seq, u64 v, in field_desc_show() function 388 field_desc_show(seq, *p, tp_la0); in tp_la_show() 398 field_desc_show(seq, p[0], tp_la0); in tp_la_show2() 400 field_desc_show(seq, p[1], tp_la0); in tp_la_show2() 504 field_desc_show(seq, p[0], tp_la0); in tp_la_show3() 506 field_desc_show(seq, p[1], (p[0] & BIT(17)) ? tp_la2 : tp_la1); in tp_la_show3()
|