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

/drivers/scsi/aic94xx/
H A Daic94xx_task.c173 struct asd_ascb *escb; local
178 escb = asd_tc_index_find(&asd_ha->seq,
182 if (!escb) {
183 ASD_DPRINTK("Uh-oh! No escb for this dl?!\n");
188 edb = asd_ha->seq.edb_arr[edb_id + escb->edb_index];
209 asd_invalidate_edb(escb, edb_id);
H A Daic94xx_scb.c385 struct empty_scb *escb = &ascb->scb->escb; local
386 struct sg_el *eb = &escb->eb[edb_id];
391 escb->num_valid--;
393 if (escb->num_valid == 0) {
395 /* ASD_DPRINTK("reposting escb: vaddr: 0x%p, "
404 escb->num_valid = ASD_EDBS_PER_SCB;
406 escb->eb[i].flags = 0;
411 asd_printk("couldn't post escb, err:%d\n", i);
431 ASD_DPRINTK("escb
[all...]
H A Daic94xx_tmf.c283 struct asd_ascb *escb; local
292 escb = asd_tc_index_find(&asd_ha->seq,
296 if (!escb) {
297 ASD_DPRINTK("Uh-oh! No escb for this dl?!\n");
301 edb = asd_ha->seq.edb_arr[edb_id + escb->edb_index];
313 asd_invalidate_edb(escb, edb_id);
H A Daic94xx_hwi.c320 struct asd_ascb *escb; local
329 escb = asd_ascb_alloc_list(asd_ha, &escbs, gfp_flags);
330 if (!escb) {
337 for (i = 0; i < seq->num_escbs; i++, escb = list_entry(escb->list.next,
340 seq->escb_arr[i] = escb;
341 escb->scb->header.opcode = EMPTY_SCB;
359 struct empty_scb *escb = &ascb->scb->escb; local
363 escb
[all...]
H A Daic94xx_sas.h635 struct empty_scb escb; member in union:scb::__anon4039
/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
994 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

Completed in 239 milliseconds