Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dsiop_common.c338 struct siop_common_target *siop_target = siop_cmd->siop_target; in siop_wdtr_neg() local
342 if (siop_target->status == TARST_WIDE_NEG) { in siop_wdtr_neg()
346 siop_target->flags &= ~TARF_ISWIDE; in siop_wdtr_neg()
350 if (siop_target->flags & TARF_WIDE) { in siop_wdtr_neg()
351 siop_target->flags |= TARF_ISWIDE; in siop_wdtr_neg()
361 siop_target->flags &= ~TARF_ISWIDE; in siop_wdtr_neg()
362 siop_target->status = TARST_OK; in siop_wdtr_neg()
363 siop_target->offset = siop_target->period = 0; in siop_wdtr_neg()
378 if (siop_target->flags & TARF_SYNC) { in siop_wdtr_neg()
379 siop_target->status = TARST_SYNC_NEG; in siop_wdtr_neg()
[all …]
Dsiop.c251 struct siop_target *target; in siop_reset()
258 target = (struct siop_target *)sc->sc_c.targets[i]; in siop_reset()
297 struct siop_target *siop_target; in siop_intr() local
340 siop_target = (struct siop_target *)siop_cmd->cmd_c.siop_target; in siop_intr()
344 siop_lun = siop_target->siop_lun[lun]; in siop_intr()
351 siop_target = NULL; in siop_intr()
365 siop_target = NULL; in siop_intr()
648 siop_target = in siop_intr()
649 (struct siop_target *)sc->sc_c.targets[target]; in siop_intr()
650 if (siop_target == NULL) { in siop_intr()
[all …]
Dsiopvar.h83 struct siop_target { struct
Dsiopvar_common.h78 struct siop_common_target *siop_target; /* pointer to our target def */ member
Desiop.c990 esiop_cmd->cmd_c.siop_target); in esiop_intr()
998 esiop_cmd->cmd_c.siop_target); in esiop_intr()
1011 esiop_cmd->cmd_c.siop_target); in esiop_intr()
1019 esiop_cmd->cmd_c.siop_target); in esiop_intr()
1032 esiop_cmd->cmd_c.siop_target); in esiop_intr()
1040 esiop_cmd->cmd_c.siop_target); in esiop_intr()
1570 esiop_cmd->cmd_c.siop_target = sc->sc_c.targets[target]; in esiop_scsipi_request()