Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Ddpt.c218 if (sp->sp_ccbid == -1) {
237 if (sp->sp_ccbid >= 0 && sp->sp_ccbid < sc->sc_nccbs) {
239 ccb = sc->sc_ccbs + sp->sp_ccbid;
252 sp->sp_ccbid = -1;
259 sc->sc_dv.dv_xname, sp->sp_ccbid);
262 sp->sp_ccbid = -1;
333 sc->sc_statpack->sp_ccbid = -1;
1310 printf("\tccbid\t\t%d\n", sp->sp_ccbid);
Ddptreg.h195 u_int32_t sp_ccbid; /* ID of software CCB */ member