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

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dsiop.c306 struct siop_cbd *cbdp; local
328 TAILQ_FOREACH(cbdp, &sc->cmds, next) {
329 if (dsa >= cbdp->xferdma->dm_segs[0].ds_addr &&
330 dsa < cbdp->xferdma->dm_segs[0].ds_addr + PAGE_SIZE) {
331 dsa -= cbdp->xferdma->dm_segs[0].ds_addr;
332 siop_cmd = &cbdp->cmds[dsa / sizeof(struct siop_xfer)];

Completed in 137 milliseconds