Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Dsiop.c335 struct siop_cbd *cbdp; local
356 for (cbdp = TAILQ_FIRST(&sc->cmds); cbdp != NULL;
357 cbdp = TAILQ_NEXT(cbdp, next)) {
358 if (dsa >= cbdp->xferdma->dm_segs[0].ds_addr &&
359 dsa < cbdp->xferdma->dm_segs[0].ds_addr + PAGE_SIZE) {
360 dsa -= cbdp->xferdma->dm_segs[0].ds_addr;
361 siop_cmd = &cbdp->cmds[dsa / sizeof(struct siop_xfer)];
367 if (cbdp == NULL) {