/src/sys/dev/ic/ |
siop.c | 306 struct siop_cbd *cbdp; local in function:siop_intr 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)];
|
siop.c | 306 struct siop_cbd *cbdp; local in function:siop_intr 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)];
|
siop.c | 306 struct siop_cbd *cbdp; local in function:siop_intr 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)];
|
siop.c | 306 struct siop_cbd *cbdp; local in function:siop_intr 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)];
|
siop.c | 306 struct siop_cbd *cbdp; local in function:siop_intr 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)];
|
siop.c | 306 struct siop_cbd *cbdp; local in function:siop_intr 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)];
|