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

/freebsd-12-stable/sys/dev/aac/
H A Daac_cam.c262 struct aac_srb *srb; local
405 srb = (struct aac_srb *)&fib->data[0];
410 srb->flags = AAC_SRB_FLAGS_DATA_IN;
414 srb->flags = AAC_SRB_FLAGS_DATA_OUT;
418 srb->flags = AAC_SRB_FLAGS_NO_DATA_XFER;
421 srb->flags = AAC_SRB_FLAGS_UNSPECIFIED_DIRECTION;
431 srb->function = AAC_SRB_FUNC_EXECUTE_SCSI;
437 srb->cdb_len = csio->cdb_len;
439 bcopy(csio->cdb_io.cdb_ptr, (u_int8_t *)&srb->cdb[0],
440 srb
[all...]
/freebsd-12-stable/sys/dev/arcmsr/
H A Darcmsr.c49 ** of srb resource
50 ** 1.20.00.13 08/18/2006 Erich Chen remove pending srb and report busy
151 static void arcmsr_free_srb(struct CommandControlBlock *srb);
171 static void arcmsr_srb_complete(struct CommandControlBlock *srb, int stand_flag);
173 static void arcmsr_report_sense_info(struct CommandControlBlock *srb);
174 static void arcmsr_build_srb(struct CommandControlBlock *srb, bus_dma_segment_t *dm_segs, u_int32_t nseg);
648 static void arcmsr_report_sense_info(struct CommandControlBlock *srb) argument
650 union ccb *pccb = srb->pccb;
656 memcpy(&pccb->csio.sense_data, srb->arcmsr_cdb.SenseData,
755 static void arcmsr_srb_complete(struct CommandControlBlock *srb, in argument
790 arcmsr_report_srb_state(struct AdapterControlBlock *acb, struct CommandControlBlock *srb, u_int16_t error) argument
843 struct CommandControlBlock *srb; local
882 struct CommandControlBlock *srb = (struct CommandControlBlock *)arg; local
971 struct CommandControlBlock *srb; local
1006 arcmsr_build_srb(struct CommandControlBlock *srb, bus_dma_segment_t *dm_segs, u_int32_t nseg) argument
1093 arcmsr_post_srb(struct AdapterControlBlock *acb, struct CommandControlBlock *srb) argument
1727 struct CommandControlBlock *srb; local
2708 arcmsr_free_srb(struct CommandControlBlock *srb) argument
2727 struct CommandControlBlock *srb = NULL; local
2949 struct CommandControlBlock *srb = (struct CommandControlBlock *)arg; local
3031 struct CommandControlBlock *srb; local
3150 struct CommandControlBlock *srb; local
3444 struct CommandControlBlock *srb; local
3499 struct CommandControlBlock *srb; local
3557 struct CommandControlBlock *srb; local
3608 struct CommandControlBlock *srb; local
3663 struct CommandControlBlock *srb; local
5077 struct CommandControlBlock *srb; local
[all...]
/freebsd-12-stable/sys/dev/hptiop/
H A Dhptiop.c126 struct hpt_iop_srb *srb,
129 struct hpt_iop_srb *srb,
132 struct hpt_iop_srb *srb,
143 static void hptiop_free_srb(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb);
334 struct hpt_iop_srb *srb; local
344 srb = hba->srb[index & ~(u_int32_t)
347 req = (struct hpt_iop_request_scsi_command *)srb;
353 srb = hba->srb[inde
536 struct hpt_iop_srb *srb; local
631 struct hpt_iop_srb *srb; local
2276 struct hpt_iop_srb * srb; local
2287 hptiop_free_srb(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb) argument
2296 struct hpt_iop_srb * srb; local
2390 hptiop_post_req_itl(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb, bus_dma_segment_t *segs, int nsegs) argument
2515 hptiop_post_req_mv(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb, bus_dma_segment_t *segs, int nsegs) argument
2569 hptiop_post_req_mvfrey(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb, bus_dma_segment_t *segs, int nsegs) argument
2644 struct hpt_iop_srb *srb = (struct hpt_iop_srb *)arg; local
2713 struct hpt_iop_srb *srb, *tmp_srb; local
2827 struct hpt_iop_srb *srb = hba->srb[i]; local
[all...]
H A Dhptiop.h425 struct hpt_iop_srb* srb[HPT_SRB_MAX_QUEUE_SIZE]; member in struct:hpt_iop_hba
451 void (*post_req)(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb, bus_dma_segment_t *segs, int nsegs);
/freebsd-12-stable/sys/dev/aacraid/
H A Daacraid_cam.c861 struct aac_srb *srb; local
902 srb = (struct aac_srb *)&fib->data[0];
903 srb->function = AAC_SRB_FUNC_EXECUTE_SCSI;
905 srb->flags = AAC_SRB_FLAGS_UNSPECIFIED_DIRECTION;
907 srb->flags = AAC_SRB_FLAGS_DATA_IN;
909 srb->flags = AAC_SRB_FLAGS_DATA_OUT;
911 srb->flags = AAC_SRB_FLAGS_NO_DATA_XFER;
917 srb->cdb_len = ccb->csio.cdb_len;
919 bcopy(ccb->csio.cdb_io.cdb_ptr, (u_int8_t *)&srb->cdb[0],
920 srb
[all...]
/freebsd-12-stable/sys/arm/freescale/imx/
H A Dimx_i2c.c235 int retry, srb; local
239 srb = i2c_read_reg(sc, I2C_STATUS_REG) & I2CSR_MBB;
240 if ((srb && wantbusy) || (!srb && !wantbusy))

Completed in 131 milliseconds