Searched refs:field_desc_show (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ ! |
D | cxgb4_debugfs.c | 454 static void field_desc_show(struct seq_file *seq, u64 v, in field_desc_show() function 517 field_desc_show(seq, *p, tp_la0); in tp_la_show() 527 field_desc_show(seq, p[0], tp_la0); in tp_la_show2() 529 field_desc_show(seq, p[1], tp_la0); in tp_la_show2() 633 field_desc_show(seq, p[0], tp_la0); in tp_la_show3() 635 field_desc_show(seq, p[1], (p[0] & BIT(17)) ? tp_la2 : tp_la1); in tp_la_show3()
|