HomeSort by: relevance | last modified time | path
    Searched defs:srb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/hyperv/
hvs.c 460 struct hvs_srb *srb = &io->cmd_srb; local in function:hvs_scsipi_request
510 srb->srb_initiator = chan->chan_id;
511 srb->srb_bus = sc->sc_bus;
512 srb->srb_target = periph->periph_target - 1;
513 srb->srb_lun = periph->periph_lun;
514 srb->srb_cdblen = xs->cmdlen;
515 memcpy(srb->srb_data, xs->cmd, xs->cmdlen);
524 srb->srb_direction = SRB_DATA_READ;
529 srb->srb_direction = SRB_DATA_WRITE;
534 srb->srb_direction = SRB_DATA_NONE
779 struct hvs_srb *srb; local in function:hvs_scsi_cmd_done
    [all...]
  /src/sys/dev/pci/
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...]

Completed in 12 milliseconds