Lines Matching defs:tmp

465 	char tmp[LPFC_DEBUG_OUT_LINE_SZ] = {0};
487 scnprintf(tmp, sizeof(tmp),
489 if (strlcat(buf, tmp, size) >= size)
504 scnprintf(tmp, sizeof(tmp),
506 if (strlcat(buf, tmp, size) >= size)
514 scnprintf(tmp, sizeof(tmp),
516 if (strlcat(buf, tmp, size) >= size)
520 scnprintf(tmp, sizeof(tmp), "\n");
521 if (strlcat(buf, tmp, size) >= size)
534 scnprintf(tmp, sizeof(tmp),
539 if (strlcat(buf, tmp, size) >= size)
543 scnprintf(tmp, sizeof(tmp),
550 if (strlcat(buf, tmp, size) >= size)
553 scnprintf(tmp, sizeof(tmp),
558 if (strlcat(buf, tmp, size) >= size)
562 scnprintf(tmp, sizeof(tmp), "\n");
563 if (strlcat(buf, tmp, size) >= size)
1259 char tmp[LPFC_MAX_SCSI_INFO_TMP_LEN] = {0};
1278 scnprintf(tmp, sizeof(tmp), "HDWQ (%d): Rd %016llx Wr %016llx "
1280 if (strlcat(buf, tmp, size) >= size)
1283 scnprintf(tmp, sizeof(tmp), "Cmpl %016llx OutIO %016llx\n",
1285 if (strlcat(buf, tmp, size) >= size)
1288 scnprintf(tmp, sizeof(tmp), "Total FCP Cmpl %016llx Issue %016llx "
1290 strlcat(buf, tmp, size);
1702 char tmp[LPFC_MAX_SCSI_INFO_TMP_LEN] = {0};
1704 scnprintf(tmp, sizeof(tmp), "HDWQ Stats:\n\n");
1705 if (strlcat(buf, tmp, size) >= size)
1708 scnprintf(tmp, sizeof(tmp), "(NVME Accounting: %s) ",
1712 if (strlcat(buf, tmp, size) >= size)
1715 scnprintf(tmp, sizeof(tmp), "(SCSI Accounting: %s) ",
1718 if (strlcat(buf, tmp, size) >= size)
1721 scnprintf(tmp, sizeof(tmp), "\n\n");
1722 if (strlcat(buf, tmp, size) >= size)
1744 scnprintf(tmp, sizeof(tmp), "[HDWQ %d]:\t", i);
1745 if (strlcat(buf, tmp, size) >= size)
1754 scnprintf(tmp, sizeof(tmp), "| [CPU %d]: ", j);
1755 if (strlcat(buf, tmp, size) >= size)
1759 scnprintf(tmp, sizeof(tmp),
1763 if (strlcat(buf, tmp, size) >= size)
1766 scnprintf(tmp, sizeof(tmp),
1769 if (strlcat(buf, tmp, size) >= size)
1778 scnprintf(tmp, sizeof(tmp), "\t->\t[HDWQ Total: ");
1779 if (strlcat(buf, tmp, size) >= size)
1783 scnprintf(tmp, sizeof(tmp),
1786 if (strlcat(buf, tmp, size) >= size)
1789 scnprintf(tmp, sizeof(tmp),
1792 if (strlcat(buf, tmp, size) >= size)
2383 uint64_t tmp = 0;
2402 memcpy(&tmp, &phba->lpfc_injerr_wwpn, sizeof(struct lpfc_name));
2403 tmp = cpu_to_be64(tmp);
2404 cnt = scnprintf(cbuf, 32, "0x%016llx\n", tmp);
2425 uint64_t tmp = 0;
2436 tmp = (uint64_t)(-1);
2439 if ((tmp == 0) && (kstrtoull(dstbuf, 0, &tmp)))
2443 phba->lpfc_injerr_wgrd_cnt = (uint32_t)tmp;
2445 phba->lpfc_injerr_wapp_cnt = (uint32_t)tmp;
2447 phba->lpfc_injerr_wref_cnt = (uint32_t)tmp;
2449 phba->lpfc_injerr_rgrd_cnt = (uint32_t)tmp;
2451 phba->lpfc_injerr_rapp_cnt = (uint32_t)tmp;
2453 phba->lpfc_injerr_rref_cnt = (uint32_t)tmp;
2455 phba->lpfc_injerr_lba = (sector_t)tmp;
2457 phba->lpfc_injerr_nportid = (uint32_t)(tmp & Mask_DID);
2459 tmp = cpu_to_be64(tmp);
2460 memcpy(&phba->lpfc_injerr_wwpn, &tmp, sizeof(struct lpfc_name));