Home
last modified time | relevance | path

Searched refs:escb (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/scsi/
Da100u2w.c446 struct orc_extended_scb *escb; in setup_SCBs() local
458 escb = host->escb_virt; in setup_SCBs()
464 scb->escb = escb; in setup_SCBs()
467 escb++; in setup_SCBs()
598 struct orc_extended_scb *escb; in orc_device_reset() local
605 escb = (struct orc_extended_scb *) NULL; in orc_device_reset()
616 escb = host_scb->escb; in orc_device_reset()
617 if (host_scb->status && escb->srb == cmd) in orc_device_reset()
648 escb->srb = NULL; in orc_device_reset()
649 escb->srb = cmd; in orc_device_reset()
[all …]
Da100u2w.h169 struct orc_extended_scb *escb; /*38 Extended SCB Pointer */ member
/Linux-v5.10/drivers/scsi/aic94xx/
Daic94xx_hwi.c307 struct asd_ascb *escb; in asd_alloc_escbs() local
316 escb = asd_ascb_alloc_list(asd_ha, &escbs, gfp_flags); in asd_alloc_escbs()
317 if (!escb) { in asd_alloc_escbs()
324 for (i = 0; i < seq->num_escbs; i++, escb = list_entry(escb->list.next, in asd_alloc_escbs()
327 seq->escb_arr[i] = escb; in asd_alloc_escbs()
328 escb->scb->header.opcode = EMPTY_SCB; in asd_alloc_escbs()
346 struct empty_scb *escb = &ascb->scb->escb; in asd_assign_edbs2escbs() local
350 escb->num_valid = ASD_EDBS_PER_SCB; in asd_assign_edbs2escbs()
353 struct sg_el *eb = &escb->eb[k]; in asd_assign_edbs2escbs()
Daic94xx_scb.c367 struct empty_scb *escb = &ascb->scb->escb; in asd_invalidate_edb() local
368 struct sg_el *eb = &escb->eb[edb_id]; in asd_invalidate_edb()
373 escb->num_valid--; in asd_invalidate_edb()
375 if (escb->num_valid == 0) { in asd_invalidate_edb()
386 escb->num_valid = ASD_EDBS_PER_SCB; in asd_invalidate_edb()
388 escb->eb[i].flags = 0; in asd_invalidate_edb()
Daic94xx_tmf.c267 struct asd_ascb *escb; in asd_get_tmf_resp_tasklet() local
276 escb = asd_tc_index_find(&asd_ha->seq, in asd_get_tmf_resp_tasklet()
280 if (!escb) { in asd_get_tmf_resp_tasklet()
285 edb = asd_ha->seq.edb_arr[edb_id + escb->edb_index]; in asd_get_tmf_resp_tasklet()
297 asd_invalidate_edb(escb, edb_id); in asd_get_tmf_resp_tasklet()
Daic94xx_task.c155 struct asd_ascb *escb; in asd_get_response_tasklet() local
160 escb = asd_tc_index_find(&asd_ha->seq, in asd_get_response_tasklet()
164 if (!escb) { in asd_get_response_tasklet()
170 edb = asd_ha->seq.edb_arr[edb_id + escb->edb_index]; in asd_get_response_tasklet()
191 asd_invalidate_edb(escb, edb_id); in asd_get_response_tasklet()
Daic94xx_sas.h580 struct empty_scb escb; member