Lines Matching defs:fmt
165 if (!dtp->fmt)
170 dtp->seq_cnt, ms, dtp->fmt);
176 if (!dtp->fmt)
181 dtp->seq_cnt, ms, dtp->fmt);
231 if (!dtp->fmt)
236 dtp->seq_cnt, ms, dtp->fmt);
242 if (!dtp->fmt)
247 dtp->seq_cnt, ms, dtp->fmt);
1625 if (!dtp->fmt)
1628 len += scnprintf(buf + len, size - len, dtp->fmt,
1654 if (!dtp->fmt)
1657 len += scnprintf(buf + len, size - len, dtp->fmt,
1810 * @fmt: Format string to be displayed when dumping the log.
1811 * @data1: 1st data parameter to be applied to @fmt.
1812 * @data2: 2nd data parameter to be applied to @fmt.
1813 * @data3: 3rd data parameter to be applied to @fmt.
1819 * match will be thrown away. @fmt, @data1, @data2, and @data3 are used like
1823 lpfc_debugfs_disc_trc(struct lpfc_vport *vport, int mask, char *fmt,
1840 dtp->fmt = fmt;
1853 * @fmt: Format string to be displayed when dumping the log.
1854 * @data1: 1st data parameter to be applied to @fmt.
1855 * @data2: 2nd data parameter to be applied to @fmt.
1856 * @data3: 3rd data parameter to be applied to @fmt.
1860 * discovery trace buffer associated with @vport. @fmt, @data1, @data2, and
1864 lpfc_debugfs_slow_ring_trc(struct lpfc_hba *phba, char *fmt,
1878 dtp->fmt = fmt;
1891 * @fmt: Format string to be displayed when dumping the log.
1892 * @data1: 1st data parameter to be applied to @fmt.
1893 * @data2: 2nd data parameter to be applied to @fmt.
1894 * @data3: 3rd data parameter to be applied to @fmt.
1898 * nvme trace buffer associated with @phba. @fmt, @data1, @data2, and
1902 lpfc_debugfs_nvme_trc(struct lpfc_hba *phba, char *fmt,
1915 dtp->fmt = fmt;