Lines Matching refs:vaf
14 struct va_format vaf; in qedf_dbg_err() local
18 vaf.fmt = fmt; in qedf_dbg_err()
19 vaf.va = &va; in qedf_dbg_err()
23 func, line, qedf->host_no, &vaf); in qedf_dbg_err()
25 pr_err("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf); in qedf_dbg_err()
35 struct va_format vaf; in qedf_dbg_warn() local
39 vaf.fmt = fmt; in qedf_dbg_warn()
40 vaf.va = &va; in qedf_dbg_warn()
47 func, line, qedf->host_no, &vaf); in qedf_dbg_warn()
49 pr_warn("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf); in qedf_dbg_warn()
60 struct va_format vaf; in qedf_dbg_notice() local
64 vaf.fmt = fmt; in qedf_dbg_notice()
65 vaf.va = &va; in qedf_dbg_notice()
73 qedf->host_no, &vaf); in qedf_dbg_notice()
75 pr_notice("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf); in qedf_dbg_notice()
86 struct va_format vaf; in qedf_dbg_info() local
90 vaf.fmt = fmt; in qedf_dbg_info()
91 vaf.va = &va; in qedf_dbg_info()
98 func, line, qedf->host_no, &vaf); in qedf_dbg_info()
100 pr_info("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf); in qedf_dbg_info()