Searched refs:srb (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/arcmsr/ |
H A D | arcmsr.c | 154 static void arcmsr_free_srb(struct CommandControlBlock *srb); 174 static void arcmsr_srb_complete(struct CommandControlBlock *srb, int stand_flag); 176 static void arcmsr_report_sense_info(struct CommandControlBlock *srb); 177 static void arcmsr_build_srb(struct CommandControlBlock *srb, bus_dma_segment_t *dm_segs, u_int32_t… 629 static void arcmsr_report_sense_info(struct CommandControlBlock *srb) in arcmsr_report_sense_info() argument 631 union ccb *pccb = srb->pccb; in arcmsr_report_sense_info() 637 memcpy(&pccb->csio.sense_data, srb->arcmsr_cdb.SenseData, in arcmsr_report_sense_info() 736 static void arcmsr_srb_complete(struct CommandControlBlock *srb, int stand_flag) in arcmsr_srb_complete() argument 738 struct AdapterControlBlock *acb = srb->acb; in arcmsr_srb_complete() 739 union ccb *pccb = srb->pccb; in arcmsr_srb_complete() [all …]
|
/freebsd/sys/dev/aac/ |
H A D | aac_cam.c | 257 struct aac_srb *srb; in aac_cam_action() local 400 srb = (struct aac_srb *)&fib->data[0]; in aac_cam_action() 405 srb->flags = AAC_SRB_FLAGS_DATA_IN; in aac_cam_action() 409 srb->flags = AAC_SRB_FLAGS_DATA_OUT; in aac_cam_action() 413 srb->flags = AAC_SRB_FLAGS_NO_DATA_XFER; in aac_cam_action() 416 srb->flags = AAC_SRB_FLAGS_UNSPECIFIED_DIRECTION; in aac_cam_action() 426 srb->function = AAC_SRB_FUNC_EXECUTE_SCSI; in aac_cam_action() 432 srb->cdb_len = csio->cdb_len; in aac_cam_action() 434 bcopy(csio->cdb_io.cdb_ptr, (u_int8_t *)&srb->cdb[0], in aac_cam_action() 435 srb->cdb_len); in aac_cam_action() [all …]
|
/freebsd/sys/dev/hptiop/ |
H A D | hptiop.c | 121 struct hpt_iop_srb *srb, 124 struct hpt_iop_srb *srb, 127 struct hpt_iop_srb *srb, 138 static void hptiop_free_srb(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb); 324 struct hpt_iop_srb *srb; in hptiop_request_callback_itl() local 334 srb = hba->srb[index & ~(u_int32_t) in hptiop_request_callback_itl() 337 req = (struct hpt_iop_request_scsi_command *)srb; in hptiop_request_callback_itl() 343 srb = hba->srb[index & in hptiop_request_callback_itl() 345 req = (struct hpt_iop_request_scsi_command *)srb; in hptiop_request_callback_itl() 372 srb = (struct hpt_iop_srb *)(unsigned long)temp64; in hptiop_request_callback_itl() [all …]
|
H A D | hptiop.h | 423 struct hpt_iop_srb* srb[HPT_SRB_MAX_QUEUE_SIZE]; member 449 …void (*post_req)(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb, bus_dma_segment_t *segs, int ns…
|
/freebsd/sys/dev/aacraid/ |
H A D | aacraid_cam.c | 846 struct aac_srb *srb; in aac_passthrough_command() local 887 srb = (struct aac_srb *)&fib->data[0]; in aac_passthrough_command() 888 srb->function = AAC_SRB_FUNC_EXECUTE_SCSI; in aac_passthrough_command() 890 srb->flags = AAC_SRB_FLAGS_UNSPECIFIED_DIRECTION; in aac_passthrough_command() 892 srb->flags = AAC_SRB_FLAGS_DATA_IN; in aac_passthrough_command() 894 srb->flags = AAC_SRB_FLAGS_DATA_OUT; in aac_passthrough_command() 896 srb->flags = AAC_SRB_FLAGS_NO_DATA_XFER; in aac_passthrough_command() 902 srb->cdb_len = ccb->csio.cdb_len; in aac_passthrough_command() 904 bcopy(ccb->csio.cdb_io.cdb_ptr, (u_int8_t *)&srb->cdb[0], in aac_passthrough_command() 905 srb->cdb_len); in aac_passthrough_command() [all …]
|
/freebsd/sys/arm/freescale/imx/ |
H A D | imx_i2c.c | 243 int retry, srb; in wait_for_busbusy() local 247 srb = i2c_read_reg(sc, I2C_STATUS_REG) & I2CSR_MBB; in wait_for_busbusy() 248 if ((srb && wantbusy) || (!srb && !wantbusy)) in wait_for_busbusy()
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | test.data | 6 15713 srb
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoXTHead.td | 377 def TH_SRB : THStoreIndexed<GPR, 0b00000, "th.srb">,
|