Home
last modified time | relevance | path

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

/NextBSD/sys/dev/isp/
HDisp_freebsd.c2243 uint32_t srr_off, ccb_off, ccb_len, ccb_end; in isp_handle_srr_start() local
2247 srr_off = inot->in_srr_reloff_lo | (inot->in_srr_reloff_hi << 16); in isp_handle_srr_start()
2266 atp->bytes_xfered = srr_off; in isp_handle_srr_start()
2268 …ISP_LOGWARN, "SRR[0x%x] SRR offset 0x%x but current CCB doesn't transfer data", atp->tag, srr_off); in isp_handle_srr_start()
2271 if (srr_off < ccb_off || ccb_off > srr_off + ccb_len) { in isp_handle_srr_start()
2272 …fset 0x%x not covered by current CCB data range [0x%x..0x%x]", atp->tag, srr_off, ccb_off, ccb_end… in isp_handle_srr_start()
2275 …R offset 0x%x covered by current CCB data range [0x%x..0x%x]", atp->tag, srr_off, ccb_off, ccb_end… in isp_handle_srr_start()
2329 ccb->csio.msg_ptr[3] = srr_off >> 24; in isp_handle_srr_start()
2330 ccb->csio.msg_ptr[4] = srr_off >> 16; in isp_handle_srr_start()
2331 ccb->csio.msg_ptr[5] = srr_off >> 8; in isp_handle_srr_start()
[all …]
/NextBSD/sys/cam/ctl/
HDscsi_ctl.c1222 uint32_t srr_off = 0; in ctlfedone() local
1241 srr_off = in ctlfedone()
1257 if (ctlfe_adjust_cdb(atio, srr_off) == 0) { in ctlfedone()
1270 io->scsiio.ext_data_filled = srr_off; in ctlfedone()