Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c2669 #define S3(fmt_spec, s, v) \ in sge_qinfo_show() argument
2673 seq_printf(seq, " %16" fmt_spec, v); \ in sge_qinfo_show()
2677 #define T3(fmt_spec, s, v) S3(fmt_spec, s, tx[i].v) in sge_qinfo_show() argument
2680 #define R3(fmt_spec, s, v) S3(fmt_spec, s, rx[i].v) in sge_qinfo_show() argument
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c2050 #define S3(fmt_spec, s, v) \ in sge_qinfo_show() argument
2054 seq_printf(seq, " %16" fmt_spec, v); \ in sge_qinfo_show()