cbdp 364 dev/ic/siop.c struct siop_cbd *cbdp; cbdp 386 dev/ic/siop.c TAILQ_FOREACH(cbdp, &sc->cmds, next) { cbdp 387 dev/ic/siop.c if (dsa >= cbdp->xferdma->dm_segs[0].ds_addr && cbdp 388 dev/ic/siop.c dsa < cbdp->xferdma->dm_segs[0].ds_addr + PAGE_SIZE) { cbdp 389 dev/ic/siop.c dsa -= cbdp->xferdma->dm_segs[0].ds_addr; cbdp 390 dev/ic/siop.c siop_cmd = &cbdp->cmds[dsa / sizeof(struct siop_xfer)];