Home
last modified time | relevance | path

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

/dragonfly/sys/bus/cam/scsi/
H A Dscsi_target.c444 struct targ_softc *del_softc; in targenable() local
446 del_softc = (struct targ_softc *)periph->softc; in targenable()
447 if ((del_softc->state & TARG_STATE_LUN_ENABLED) == 0) { in targenable()
448 cam_periph_invalidate(del_softc->periph); in targenable()
449 del_softc->periph = NULL; in targenable()