Lines Matching refs:sc_actsrb
265 struct trm_srb *sc_actsrb; member
573 sc->sc_actsrb = NULL; in trm_init()
779 if (sc->sc_actsrb == NULL) in trm_scsipi_request()
949 sc->sc_actsrb = srb; in trm_sched()
956 sc->sc_actsrb = srb; in trm_sched()
1085 sc->sc_actsrb = NULL; in trm_reset()
1254 srb = sc->sc_actsrb; in trm_msgout_phase1()
1324 srb = sc->sc_actsrb; in trm_command_phase1()
1358 srb = sc->sc_actsrb; in trm_dataout_phase0()
1469 srb = sc->sc_actsrb; in trm_datain_phase0()
1550 srb = sc->sc_actsrb; in trm_dataio_xfer()
1630 srb = sc->sc_actsrb; in trm_status_phase0()
1716 srb = sc->sc_actsrb; in trm_msgin_phase0()
1798 if (sc->sc_msgcnt == 2 && sc->sc_actsrb == NULL) { in trm_msgin_phase0()
1809 sc->sc_actsrb = srb; in trm_msgin_phase0()
1827 srb = sc->sc_actsrb; in trm_msgin_phase0()
2009 srb = sc->sc_actsrb; in trm_disconnect()
2060 sc->sc_actsrb = NULL; in trm_disconnect()
2093 if (sc->sc_actsrb != NULL) { in trm_reselect()
2096 target = sc->sc_actsrb->xs->xs_periph->periph_target; in trm_reselect()
2112 sc->sc_actsrb = li->untagged; in trm_reselect()
2123 sc->sc_actsrb == NULL) { in trm_reselect()
2263 if (srb == sc->sc_actsrb) { in trm_done()
2264 sc->sc_actsrb = NULL; in trm_done()
2326 if (srb == sc->sc_actsrb) in trm_request_sense()
2330 if (sc->sc_actsrb == NULL) in trm_request_sense()
2401 sc->sc_actsrb = NULL; in trm_scsi_reset_detect()