Home
last modified time | relevance | path

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

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