Searched refs:srb (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14-stable/sys/dev/arcmsr/ |
| HD | 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-14-stable/sys/dev/aac/ |
| HD | 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-14-stable/sys/dev/hptiop/ |
| HD | hptiop.c | 122 struct hpt_iop_srb *srb, 125 struct hpt_iop_srb *srb, 128 struct hpt_iop_srb *srb, 139 static void hptiop_free_srb(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb); 325 struct hpt_iop_srb *srb; in hptiop_request_callback_itl() local 335 srb = hba->srb[index & ~(u_int32_t) in hptiop_request_callback_itl() 338 req = (struct hpt_iop_request_scsi_command *)srb; in hptiop_request_callback_itl() 344 srb = hba->srb[index & in hptiop_request_callback_itl() 346 req = (struct hpt_iop_request_scsi_command *)srb; in hptiop_request_callback_itl() 373 srb = (struct hpt_iop_srb *)(unsigned long)temp64; in hptiop_request_callback_itl() [all …]
|
| HD | 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-14-stable/sys/dev/aacraid/ |
| HD | 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-14-stable/sys/arm/freescale/imx/ |
| HD | imx_i2c.c | 244 int retry, srb; in wait_for_busbusy() local 248 srb = i2c_read_reg(sc, I2C_STATUS_REG) & I2CSR_MBB; in wait_for_busbusy() 249 if ((srb && wantbusy) || (!srb && !wantbusy)) in wait_for_busbusy()
|
| /freebsd-14-stable/contrib/one-true-awk/testdir/ |
| HD | test.data | 6 15713 srb
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| HD | RISCVInstrInfoXTHead.td | 377 def TH_SRB : THStoreIndexed<GPR, 0b00000, "th.srb">,
|