Searched refs:srb (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/dev/arcmsr/
H A Darcmsr.c47 ** of srb resource
48 ** 1.20.00.13 08/18/2006 Erich Chen remove pending srb and report busy
157 static void arcmsr_free_srb(struct CommandControlBlock *srb);
177 static void arcmsr_srb_complete(struct CommandControlBlock *srb, int stand_flag);
179 static void arcmsr_report_sense_info(struct CommandControlBlock *srb);
180 static void arcmsr_build_srb(struct CommandControlBlock *srb, bus_dma_segment_t *dm_segs, u_int32_t nseg);
654 static void arcmsr_report_sense_info(struct CommandControlBlock *srb) argument
656 union ccb *pccb = srb->pccb;
662 memcpy(&pccb->csio.sense_data, srb->arcmsr_cdb.SenseData,
743 static void arcmsr_srb_complete(struct CommandControlBlock *srb, in argument
778 arcmsr_report_srb_state(struct AdapterControlBlock *acb, struct CommandControlBlock *srb, u_int16_t error) argument
831 struct CommandControlBlock *srb; local
864 struct CommandControlBlock *srb = (struct CommandControlBlock *)arg; local
949 struct CommandControlBlock *srb; local
984 arcmsr_build_srb(struct CommandControlBlock *srb, bus_dma_segment_t *dm_segs, u_int32_t nseg) argument
1071 arcmsr_post_srb(struct AdapterControlBlock *acb, struct CommandControlBlock *srb) argument
1629 struct CommandControlBlock *srb; local
2411 arcmsr_free_srb(struct CommandControlBlock *srb) argument
2430 struct CommandControlBlock *srb = NULL; local
2652 struct CommandControlBlock *srb = (struct CommandControlBlock *)arg; local
2734 struct CommandControlBlock *srb; local
2853 struct CommandControlBlock *srb; local
3184 struct CommandControlBlock *srb; local
3239 struct CommandControlBlock *srb; local
3297 struct CommandControlBlock *srb; local
3348 struct CommandControlBlock *srb; local
[all...]
/freebsd-11.0-release/sys/dev/aac/
H A Daac_cam.c260 struct aac_srb *srb; local
403 srb = (struct aac_srb *)&fib->data[0];
408 srb->flags = AAC_SRB_FLAGS_DATA_IN;
412 srb->flags = AAC_SRB_FLAGS_DATA_OUT;
416 srb->flags = AAC_SRB_FLAGS_NO_DATA_XFER;
419 srb->flags = AAC_SRB_FLAGS_UNSPECIFIED_DIRECTION;
429 srb->function = AAC_SRB_FUNC_EXECUTE_SCSI;
435 srb->cdb_len = csio->cdb_len;
437 bcopy(csio->cdb_io.cdb_ptr, (u_int8_t *)&srb->cdb[0],
438 srb
[all...]
/freebsd-11.0-release/sys/dev/hptiop/
H A Dhptiop.c124 struct hpt_iop_srb *srb,
127 struct hpt_iop_srb *srb,
130 struct hpt_iop_srb *srb,
141 static void hptiop_free_srb(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb);
332 struct hpt_iop_srb *srb; local
342 srb = hba->srb[index & ~(u_int32_t)
345 req = (struct hpt_iop_request_scsi_command *)srb;
351 srb = hba->srb[inde
534 struct hpt_iop_srb *srb; local
629 struct hpt_iop_srb *srb; local
2274 struct hpt_iop_srb * srb; local
2285 hptiop_free_srb(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb) argument
2294 struct hpt_iop_srb * srb; local
2388 hptiop_post_req_itl(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb, bus_dma_segment_t *segs, int nsegs) argument
2513 hptiop_post_req_mv(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb, bus_dma_segment_t *segs, int nsegs) argument
2567 hptiop_post_req_mvfrey(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb, bus_dma_segment_t *segs, int nsegs) argument
2642 struct hpt_iop_srb *srb = (struct hpt_iop_srb *)arg; local
2711 struct hpt_iop_srb *srb, *tmp_srb; local
2825 struct hpt_iop_srb *srb = hba->srb[i]; local
[all...]
H A Dhptiop.h423 struct hpt_iop_srb* srb[HPT_SRB_MAX_QUEUE_SIZE]; member in struct:hpt_iop_hba
449 void (*post_req)(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb, bus_dma_segment_t *segs, int nsegs);
/freebsd-11.0-release/sys/dev/aacraid/
H A Daacraid_cam.c859 struct aac_srb *srb; local
900 srb = (struct aac_srb *)&fib->data[0];
901 srb->function = AAC_SRB_FUNC_EXECUTE_SCSI;
903 srb->flags = AAC_SRB_FLAGS_UNSPECIFIED_DIRECTION;
905 srb->flags = AAC_SRB_FLAGS_DATA_IN;
907 srb->flags = AAC_SRB_FLAGS_DATA_OUT;
909 srb->flags = AAC_SRB_FLAGS_NO_DATA_XFER;
915 srb->cdb_len = ccb->csio.cdb_len;
917 bcopy(ccb->csio.cdb_io.cdb_ptr, (u_int8_t *)&srb->cdb[0],
918 srb
[all...]
/freebsd-11.0-release/sys/arm/freescale/imx/
H A Dimx_i2c.c213 int retry, srb; local
217 srb = i2c_read_reg(sc, I2C_STATUS_REG) & I2CSR_MBB;
218 if ((srb && wantbusy) || (!srb && !wantbusy))

Completed in 74 milliseconds