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

/drivers/scsi/
H A Dsd_dif.c59 struct sd_dif_tuple *sdt = bix->prot_buf; local
63 for (i = 0 ; i < bix->data_size ; i += bix->sector_size, sdt++) {
64 sdt->guard_tag = fn(buf, bix->sector_size);
65 sdt->ref_tag = cpu_to_be32(sector & 0xffffffff);
66 sdt->app_tag = 0;
86 struct sd_dif_tuple *sdt = bix->prot_buf; local
91 for (i = 0 ; i < bix->data_size ; i += bix->sector_size, sdt++) {
93 if (sdt->app_tag == 0xffff)
97 if (sdt->ref_tag == 0xffffffff) {
104 if (be32_to_cpu(sdt
144 struct sd_dif_tuple *sdt = prot; local
156 struct sd_dif_tuple *sdt = prot; local
194 struct sd_dif_tuple *sdt = bix->prot_buf; local
219 struct sd_dif_tuple *sdt = bix->prot_buf; local
258 struct sd_dif_tuple *sdt = prot; local
271 struct sd_dif_tuple *sdt = prot; local
374 struct sd_dif_tuple *sdt; local
434 struct sd_dif_tuple *sdt; local
[all...]
H A Dipr.c2898 struct ipr_sdt *sdt; local
2952 /* First entries in sdt are actually a list of dump addresses and
2953 lengths to gather the real dump data. sdt represents the pointer
2956 sdt = &ioa_dump->sdt;
2968 rc = ipr_get_ldump_data_section(ioa_cfg, start_addr, (__be32 *)sdt,
2972 if (rc || ((be32_to_cpu(sdt->hdr.state) != IPR_FMT3_SDT_READY_TO_USE) &&
2973 (be32_to_cpu(sdt->hdr.state) != IPR_FMT2_SDT_READY_TO_USE))) {
2976 rc, be32_to_cpu(sdt->hdr.state));
2983 num_entries = be32_to_cpu(sdt
7506 struct ipr_uc_sdt sdt; local
[all...]
H A Dscsi_debug.c1722 struct sd_dif_tuple *sdt; local
1729 sdt = (struct sd_dif_tuple *)(dif_storep + dif_offset(start_sec));
1734 if (sdt[i].app_tag == 0xffff)
1755 if (sdt[i].guard_tag != csum) {
1759 be16_to_cpu(sdt[i].guard_tag),
1766 be32_to_cpu(sdt[i].ref_tag) != (sector & 0xffffffff)) {
1774 be32_to_cpu(sdt[i].ref_tag) != ei_lba) {
1879 struct sd_dif_tuple *sdt; local
1915 sdt = paddr + ppage_offset;
1932 if (sdt
[all...]
H A Dipr.h1622 struct ipr_sdt sdt; member in struct:ipr_ioa_dump

Completed in 90 milliseconds