Home
last modified time | relevance | path

Searched defs:siop_target (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dsiopvar.h83 struct siop_target { struct
84 struct siop_common_target target_c;
85 struct siop_lun *siop_lun[8]; /* per-lun state */
86 u_int reseloff;
87 struct siop_lunsw *lunsw;
H A Dsiop.c297 struct siop_target *siop_target; in siop_intr() local
1193 struct siop_target *siop_target = in siop_handle_reset() local
1234 struct siop_target *siop_target; in siop_scsipi_request() local
1828 struct siop_target *siop_target; in siop_add_reselsw() local
1877 struct siop_target *siop_target = (struct siop_target *)_siop_target; in siop_update_scntl3() local
1894 struct siop_target *siop_target = in siop_add_dev() local
1987 struct siop_target *siop_target; in siop_del_dev() local
H A Dsiop_common.c338 struct siop_common_target *siop_target = siop_cmd->siop_target; in siop_wdtr_neg() local
418 struct siop_common_target *siop_target = siop_cmd->siop_target; in siop_ppr_neg() local
525 struct siop_common_target *siop_target = siop_cmd->siop_target; in siop_sdtr_neg() local
1026 struct siop_common_target *siop_target = sc->targets[target]; in siop_update_xfer_mode() local
H A Dsiopvar_common.h78 struct siop_common_target *siop_target; /* pointer to our target def */ member