Searched defs:siop_target (Results 1 – 4 of 4) sorted by relevance
83 struct siop_target { struct84 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;
297 struct siop_target *siop_target; in siop_intr() local1193 struct siop_target *siop_target = in siop_handle_reset() local1234 struct siop_target *siop_target; in siop_scsipi_request() local1828 struct siop_target *siop_target; in siop_add_reselsw() local1877 struct siop_target *siop_target = (struct siop_target *)_siop_target; in siop_update_scntl3() local1894 struct siop_target *siop_target = in siop_add_dev() local1987 struct siop_target *siop_target; in siop_del_dev() local
338 struct siop_common_target *siop_target = siop_cmd->siop_target; in siop_wdtr_neg() local418 struct siop_common_target *siop_target = siop_cmd->siop_target; in siop_ppr_neg() local525 struct siop_common_target *siop_target = siop_cmd->siop_target; in siop_sdtr_neg() local1026 struct siop_common_target *siop_target = sc->targets[target]; in siop_update_xfer_mode() local
78 struct siop_common_target *siop_target; /* pointer to our target def */ member