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

/freebsd-10-stable/sys/cam/ctl/
H A Dscsi_ctl.c1188 uint32_t srr_off = 0; local
1207 srr_off =
1220 srr_off >= io->scsiio.kern_rel_offset &&
1221 srr_off < io->scsiio.kern_rel_offset +
1225 io->scsiio.kern_data_len - srr_off;
1226 io->scsiio.ext_data_filled = srr_off;
1244 if (ctlfe_adjust_cdb(atio, srr_off) == 0) {
/freebsd-10-stable/sys/dev/isp/
H A Disp_freebsd.c1945 uint32_t srr_off, ccb_off, ccb_len, ccb_end; local
1949 srr_off = inot->in_srr_reloff_lo | (inot->in_srr_reloff_hi << 16);
1968 atp->bytes_xfered = srr_off;
1970 isp_prt(isp, ISP_LOGWARN, "SRR[0x%x] SRR offset 0x%x but current CCB doesn't transfer data", atp->tag, srr_off);
1973 if (srr_off < ccb_off || ccb_off > srr_off + ccb_len) {
1974 isp_prt(isp, ISP_LOGWARN, "SRR[0x%x] SRR offset 0x%x not covered by current CCB data range [0x%x..0x%x]", atp->tag, srr_off, ccb_off, ccb_end);
1977 isp_prt(isp, ISP_LOGWARN, "SRR[0x%x] SRR offset 0x%x covered by current CCB data range [0x%x..0x%x]", atp->tag, srr_off, ccb_off, ccb_end);
2031 ccb->csio.msg_ptr[3] = srr_off >> 24;
2032 ccb->csio.msg_ptr[4] = srr_off >> 1
[all...]

Completed in 177 milliseconds