trm.c | 270 struct trm_srb *sc_srb; /* SRB array */ 283 int sc_state; /* SRB State */ 518 struct trm_srb *srb; local in function:trm_init 528 * allocate the space for all SCSI control blocks (SRB) for DMA memory 546 aprint_error(": unable to create SRB DMA maps, " 552 aprint_error(": unable to load SRB DMA maps, " 578 * initialize and link all device's SRB queues of this adapter 585 DPRINTF(("all SRB size=%zx\n", sizeof(struct trm_srb) * TRM_MAX_SRB)); 587 for (i = 0, srb = sc->sc_srb; i < TRM_MAX_SRB; i++) { 588 srb->sgentry = sc->sc_sglist + TRM_MAX_SG_ENTRIES * i 688 struct trm_srb *srb; local in function:trm_scsipi_request 883 struct trm_srb *srb; local in function:trm_sched 1094 struct trm_srb *srb = (struct trm_srb *)arg; local in function:trm_timeout 1248 struct trm_srb *srb; local in function:trm_msgout_phase1 1322 struct trm_srb *srb; local in function:trm_command_phase1 1348 struct trm_srb *srb; local in function:trm_dataout_phase0 1461 struct trm_srb *srb; local in function:trm_datain_phase0 1546 struct trm_srb *srb; local in function:trm_dataio_xfer 1628 struct trm_srb *srb; local in function:trm_status_phase0 1684 struct trm_srb *srb; local in function:trm_msgin_phase0 2004 struct trm_srb *srb; local in function:trm_disconnect [all...] |