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

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Ddpt.c261 if (sp->sp_ccbid == -1) {
276 if ((u_int)sp->sp_ccbid >= sc->sc_nccbs) {
278 device_xname(&sc->sc_dv), sp->sp_ccbid);
281 sp->sp_ccbid = -1;
287 ccb = sc->sc_ccbs + sp->sp_ccbid;
302 sp->sp_ccbid = -1;
375 sc->sc_stp->sp_ccbid = -1;
H A Ddptreg.h161 u_int32_t sp_ccbid; /* ID of software CCB */ member in struct:eata_sp

Completed in 102 milliseconds