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

/freebsd-10.0-release/sys/dev/ciss/
H A Dcissvar.h105 struct ciss_softc *cr_sc; /* controller softc */ member in struct:ciss_request
336 STAILQ_INSERT_TAIL(&cr->cr_sc->ciss_ ## name, cr, cr_link); \
337 CISSQ_ADD(cr->cr_sc, index); \
344 STAILQ_INSERT_HEAD(&cr->cr_sc->ciss_ ## name, cr, cr_link); \
345 CISSQ_ADD(cr->cr_sc, index); \
H A Dciss.c1141 cr->cr_sc = sc;
1908 ciss_printf(cr->cr_sc, "error accepting media into failed logical drive (%s)\n",
2314 ciss_printf(cr->cr_sc, "command status 0x%x (%s) scsi status 0x%x\n",
2318 ciss_printf(cr->cr_sc, "invalid command, offense size %d at %d, value 0x%x, function %s\n",
2340 if (cr->cr_sc->ciss_flags & CISS_FLAG_RUNNING) {
2362 sc = cr->cr_sc;
2398 error = msleep(cr, &cr->cr_sc->ciss_mtx, PRIBIO, "cissREQ", (timeout * hz) / 1000);
2419 if ((error = ciss_get_request(ar->cr_sc, &cr)) != 0)
2513 sc = cr->cr_sc;
2696 sc = cr->cr_sc;
[all...]

Completed in 168 milliseconds