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

/linux-master/drivers/scsi/
H A Da100u2w.c446 struct orc_extended_scb *escb; local
458 escb = host->escb_virt;
464 scb->escb = escb;
467 escb++;
598 struct orc_extended_scb *escb; local
605 escb = (struct orc_extended_scb *) NULL;
616 escb = host_scb->escb;
617 if (host_scb->status && escb
764 struct orc_extended_scb *escb; local
847 struct orc_extended_scb *escb; local
991 struct orc_extended_scb *escb; local
[all...]
H A Da100u2w.h169 struct orc_extended_scb *escb; /*38 Extended SCB Pointer */ member in struct:orc_scb
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c305 struct asd_ascb *escb; local
314 escb = asd_ascb_alloc_list(asd_ha, &escbs, gfp_flags);
315 if (!escb) {
322 for (i = 0; i < seq->num_escbs; i++, escb = list_entry(escb->list.next,
325 seq->escb_arr[i] = escb;
326 escb->scb->header.opcode = EMPTY_SCB;
344 struct empty_scb *escb = &ascb->scb->escb; local
348 escb
[all...]
H A Daic94xx_tmf.c267 struct asd_ascb *escb; local
276 escb = asd_tc_index_find(&asd_ha->seq,
280 if (!escb) {
281 ASD_DPRINTK("Uh-oh! No escb for this dl?!\n");
285 edb = asd_ha->seq.edb_arr[edb_id + escb->edb_index];
297 asd_invalidate_edb(escb, edb_id);
H A Daic94xx_task.c158 struct asd_ascb *escb; local
163 escb = asd_tc_index_find(&asd_ha->seq,
167 if (!escb) {
168 ASD_DPRINTK("Uh-oh! No escb for this dl?!\n");
173 edb = asd_ha->seq.edb_arr[edb_id + escb->edb_index];
194 asd_invalidate_edb(escb, edb_id);
H A Daic94xx_scb.c369 struct empty_scb *escb = &ascb->scb->escb; local
370 struct sg_el *eb = &escb->eb[edb_id];
375 escb->num_valid--;
377 if (escb->num_valid == 0) {
379 /* ASD_DPRINTK("reposting escb: vaddr: 0x%p, "
388 escb->num_valid = ASD_EDBS_PER_SCB;
390 escb->eb[i].flags = 0;
395 asd_printk("couldn't post escb, err:%d\n", i);
415 ASD_DPRINTK("escb
[all...]
H A Daic94xx_sas.h580 struct empty_scb escb; member in union:scb::__anon734

Completed in 154 milliseconds