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

/freebsd-current/sys/dev/isp/
H A Disp_freebsd.c1465 uint32_t srr_off, ccb_off, ccb_len, ccb_end; local
1480 ccb_end = (ccb_off == ~0)? ~0 : ccb_off + ccb_len;
1494 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);
1497 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);

Completed in 57 milliseconds