Searched refs:fmt_spec (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 2729 #define S3(fmt_spec, s, v) \ in sge_qinfo_show() argument 2733 seq_printf(seq, " %16" fmt_spec, v); \ in sge_qinfo_show() 2737 #define T3(fmt_spec, s, v) S3(fmt_spec, s, tx[i].v) in sge_qinfo_show() argument 2740 #define R3(fmt_spec, s, v) S3(fmt_spec, s, rx[i].v) in sge_qinfo_show() argument
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 2015 #define S3(fmt_spec, s, v) \ in sge_qinfo_show() argument 2019 seq_printf(seq, " %16" fmt_spec, v); \ in sge_qinfo_show()
|