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

/freebsd-current/sys/dev/rtsx/
H A Drtsx.c114 union ccb *rtsx_ccb; /* CAM control block */ member in struct:rtsx_softc
2338 ccb = sc->rtsx_ccb;
2339 sc->rtsx_ccb = NULL;
3046 if (sc->rtsx_ccb != NULL) {
3050 sc->rtsx_ccb = ccb;
3717 sc->rtsx_ccb = NULL;
3835 if (sc->rtsx_ccb != NULL) {
3837 sc->rtsx_ccb->mmcio.cmd.opcode, sc->rtsx_intr_status);

Completed in 110 milliseconds