Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/arcmsr/
H A Darcmsr.c829 if((srb->acb != acb) || (srb->srb_state != ARCMSR_SRB_START)) { in arcmsr_drain_donequeue()
855 acb = srb->acb; in arcmsr_srb_timeout()
954 , (uintmax_t)srb->pccb->ccb_h.target_lun, srb); in arcmsr_iop_reset()
2595 srb = NULL; in arcmsr_get_freesrb()
2598 return(srb); in arcmsr_get_freesrb()
2875 callout_init_lk(&srb->ccb_callout, &srb->acb->isr_lock); in arcmsr_execute_srb()
3368 , (uintmax_t)srb->pccb->ccb_h.target_lun, srb); in arcmsr_polling_hba_srbdone()
3427 , (uintmax_t)srb->pccb->ccb_h.target_lun, srb); in arcmsr_polling_hbb_srbdone()
3479 , acb->pci_unit, srb->pccb->ccb_h.target_id, (uintmax_t)srb->pccb->ccb_h.target_lun, srb); in arcmsr_polling_hbc_srbdone()
3535 , acb->pci_unit, srb->pccb->ccb_h.target_id, (uintmax_t)srb->pccb->ccb_h.target_lun, srb); in arcmsr_polling_hbd_srbdone()
[all …]
/dragonfly/sys/dev/raid/aac/
H A Daac_cam.c273 struct aac_srb *srb; in aac_cam_action() local
443 srb->cdb_len = csio->cdb_len; in aac_cam_action()
446 srb->cdb_len); in aac_cam_action()
449 srb->cdb_len); in aac_cam_action()
458 srb->data_len = csio->dxfer_len; in aac_cam_action()
462 srb->sg_map.SgCount = 1; in aac_cam_action()
474 cm->cm_sgtable = &srb->sg_map; in aac_cam_action()
481 srb->sg_map.SgCount = 0; in aac_cam_action()
483 srb->data_len = 0; in aac_cam_action()
503 srb->lun = ccb->ccb_h.target_lun; in aac_cam_action()
[all …]
/dragonfly/sys/dev/raid/hptiop/
H A Dhptiop.c339 srb = hba->srb[index & ~(u_int32_t) in hptiop_request_callback_itl()
348 srb = hba->srb[index & in hptiop_request_callback_itl()
532 srb = hba->srb[context >> MVIOP_REQUEST_NUMBER_START_BIT]; in hptiop_request_callback_mv()
634 srb = hba->srb[(_tag >> 4) & 0xff]; in hptiop_request_callback_mvfrey()
2259 return srb; in hptiop_get_srb()
2268 hba->srb_list = srb; in hptiop_free_srb()
2296 srb->ccb = ccb; in hptiop_action()
2305 srb->dma_map, in hptiop_action()
2309 srb, 0); in hptiop_action()
2829 struct hpt_iop_srb *srb = hba->srb[i]; in hptiop_release_resource() local
[all …]
H A Dhptiop.h421 struct hpt_iop_srb* srb[HPT_SRB_MAX_QUEUE_SIZE]; member
447 …void (*post_req)(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb, bus_dma_segment_t *segs, int ns…
/dragonfly/sys/dev/disk/amd/
H A Damd.c270 if (srb == NULL) in amdrunwaiting()
287 ccb = srb->pccb; in amdexecutesrb()
311 srb->pSGlist = &srb->SGsegment[0]; in amdexecutesrb()
312 sg = srb->pSGlist; in amdexecutesrb()
329 srb->SGIndex = 0; in amdexecutesrb()
332 srb->MsgCnt = 0; in amdexecutesrb()
333 srb->SRBStatus = 0; in amdexecutesrb()
334 srb->SRBFlag = 0; in amdexecutesrb()
335 srb->SRBState = 0; in amdexecutesrb()
753 for (srb = TAILQ_FIRST(queue); srb != NULL; srb = next_srb) { in amdcompletematch()
[all …]
/dragonfly/sys/dev/disk/trm/
H A Dtrm.c473 trmtimeout, srb); in trm_ExecuteSRB()