Lines Matching refs:vaf
17 struct va_format vaf; in qedf_dbg_err() local
25 vaf.fmt = fmt; in qedf_dbg_err()
26 vaf.va = &va; in qedf_dbg_err()
30 nfunc, line, qedf->host_no, &vaf); in qedf_dbg_err()
32 pr_err("[0000:00:00.0]:[%s:%d]: %pV", nfunc, line, &vaf); in qedf_dbg_err()
42 struct va_format vaf; in qedf_dbg_warn() local
50 vaf.fmt = fmt; in qedf_dbg_warn()
51 vaf.va = &va; in qedf_dbg_warn()
58 nfunc, line, qedf->host_no, &vaf); in qedf_dbg_warn()
60 pr_warn("[0000:00:00.0]:[%s:%d]: %pV", nfunc, line, &vaf); in qedf_dbg_warn()
71 struct va_format vaf; in qedf_dbg_notice() local
79 vaf.fmt = fmt; in qedf_dbg_notice()
80 vaf.va = &va; in qedf_dbg_notice()
88 qedf->host_no, &vaf); in qedf_dbg_notice()
90 pr_notice("[0000:00:00.0]:[%s:%d]: %pV", nfunc, line, &vaf); in qedf_dbg_notice()
101 struct va_format vaf; in qedf_dbg_info() local
109 vaf.fmt = fmt; in qedf_dbg_info()
110 vaf.va = &va; in qedf_dbg_info()
117 nfunc, line, qedf->host_no, &vaf); in qedf_dbg_info()
119 pr_info("[0000:00:00.0]:[%s:%d]: %pV", nfunc, line, &vaf); in qedf_dbg_info()