Searched refs:sdt_end (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/
H A Dipr.c3858 int len, sdt_end; local
3899 sdt_end = offsetof(struct ipr_ioa_dump, sdt.entry) +
3903 sdt_end = offsetof(struct ipr_ioa_dump, sdt.entry) +
3906 if (count && off < sdt_end) {
3907 if (off + count > sdt_end)
3908 len = sdt_end - off;
3918 off -= sdt_end;

Completed in 269 milliseconds