Searched defs:sdt (Results 1 - 4 of 4) sorted by relevance

/drivers/target/
H A Dtarget_core_sbc.c1083 struct se_dif_v1_tuple *sdt; local
1102 sdt = paddr + offset;
1103 sdt->guard_tag = cpu_to_be16(crc_t10dif(daddr + j,
1106 sdt->ref_tag = cpu_to_be32(sector & 0xffffffff);
1107 sdt->app_tag = 0;
1111 (unsigned long long)sector, sdt->guard_tag,
1112 sdt->app_tag, be32_to_cpu(sdt->ref_tag));
1124 sbc_dif_v1_verify(struct se_device *dev, struct se_dif_v1_tuple *sdt, argument
1132 if (sdt
1204 struct se_dif_v1_tuple *sdt; local
1259 struct se_dif_v1_tuple *sdt; local
[all...]
/drivers/scsi/
H A Dipr.c3051 struct ipr_sdt *sdt; local
3105 /* First entries in sdt are actually a list of dump addresses and
3106 lengths to gather the real dump data. sdt represents the pointer
3109 sdt = &ioa_dump->sdt;
3121 rc = ipr_get_ldump_data_section(ioa_cfg, start_addr, (__be32 *)sdt,
3125 if (rc || ((be32_to_cpu(sdt->hdr.state) != IPR_FMT3_SDT_READY_TO_USE) &&
3126 (be32_to_cpu(sdt->hdr.state) != IPR_FMT2_SDT_READY_TO_USE))) {
3129 rc, be32_to_cpu(sdt->hdr.state));
3136 num_entries = be32_to_cpu(sdt
8044 struct ipr_uc_sdt sdt; local
[all...]
H A Dscsi_debug.c1895 static int dif_verify(struct sd_dif_tuple *sdt, const void *data, argument
1900 if (sdt->guard_tag != csum) {
1904 be16_to_cpu(sdt->guard_tag),
1909 be32_to_cpu(sdt->ref_tag) != (sector & 0xffffffff)) {
1915 be32_to_cpu(sdt->ref_tag) != ei_lba) {
1970 struct sd_dif_tuple *sdt; local
1977 sdt = dif_store(sector);
1979 if (sdt->app_tag == cpu_to_be16(0xffff))
1982 ret = dif_verify(sdt, fake_store(sector), sector, ei_lba);
2073 struct sd_dif_tuple *sdt; local
[all...]
H A Dipr.h1688 struct ipr_sdt sdt; member in struct:ipr_ioa_dump

Completed in 111 milliseconds