Lines Matching refs:vaf
15 struct va_format vaf; in qedi_dbg_err() local
19 vaf.fmt = fmt; in qedi_dbg_err()
20 vaf.va = &va; in qedi_dbg_err()
24 func, line, qedi->host_no, &vaf); in qedi_dbg_err()
26 pr_err("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf); in qedi_dbg_err()
36 struct va_format vaf; in qedi_dbg_warn() local
40 vaf.fmt = fmt; in qedi_dbg_warn()
41 vaf.va = &va; in qedi_dbg_warn()
48 func, line, qedi->host_no, &vaf); in qedi_dbg_warn()
50 pr_warn("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf); in qedi_dbg_warn()
61 struct va_format vaf; in qedi_dbg_notice() local
65 vaf.fmt = fmt; in qedi_dbg_notice()
66 vaf.va = &va; in qedi_dbg_notice()
74 qedi->host_no, &vaf); in qedi_dbg_notice()
76 pr_notice("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf); in qedi_dbg_notice()
87 struct va_format vaf; in qedi_dbg_info() local
91 vaf.fmt = fmt; in qedi_dbg_info()
92 vaf.va = &va; in qedi_dbg_info()
99 func, line, qedi->host_no, &vaf); in qedi_dbg_info()
101 pr_info("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf); in qedi_dbg_info()