Lines Matching defs:to

46 /* Context to iterate or create a iovec array.
166 _dif_sgl_copy(struct _dif_sgl *to, struct _dif_sgl *from)
168 memcpy(to, from, sizeof(struct _dif_sgl));
210 * of metadata, then the CRC covers all metadata up to but excluding
782 * and save it to the temporary DIF area.
786 /* Copy generated DIF field to the split DIF field, and then
862 /* Compare the DIF Reference Tag field to the passed Reference Tag.
872 SPDK_ERRLOG("Failed to compare Ref Tag: LBA=%" PRIu64 "," \
915 /* Compare the DIF Guard field to the CRC computed over the logical
922 SPDK_ERRLOG("Failed to compare Guard: LBA=%" PRIu64 "," \
930 /* Compare unmasked bits in the DIF Application Tag field to the
937 SPDK_ERRLOG("Failed to compare App Tag: LBA=%" PRIu64 "," \
1810 SPDK_ERRLOG("Failed to inject error to Reference Tag.\n");
1821 SPDK_ERRLOG("Failed to inject error to Application Tag.\n");
1831 SPDK_ERRLOG("Failed to inject error to Guard.\n");
1839 * bytes up to but excluding the last 8/16 bytes. But error injection does not
1842 * Note: Error injection to data block is expected to be detected as
1850 SPDK_ERRLOG("Failed to inject error to data block.\n");
2110 SPDK_ERRLOG("Failed to inject error to Reference Tag.\n");
2121 SPDK_ERRLOG("Failed to inject error to Application Tag.\n");
2132 SPDK_ERRLOG("Failed to inject error to Guard.\n");
2138 /* Note: Error injection to data block is expected to be detected
2146 SPDK_ERRLOG("Failed to inject error to Guard.\n");
2439 /* Fast forward to DIF field. */
2443 /* Copy the split DIF field to the temporary DIF buffer */
2475 /* Update the stored Reference Tag to the remapped one. */
2562 /* Update the stored Reference Tag to the remapped one. */