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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Da100u2w.c446 struct orc_extended_scb *escb; local
458 escb = host->escb_virt;
464 scb->escb = escb;
467 escb++;
596 struct orc_extended_scb *escb; local
603 escb = (struct orc_extended_scb *) NULL;
612 escb = host_scb->escb;
613 if (host_scb->status && escb
760 struct orc_extended_scb *escb; local
843 struct orc_extended_scb *escb; local
988 struct orc_extended_scb *escb; local
[all...]
H A Da100u2w.h164 struct orc_extended_scb *escb; /*38 Extended SCB Pointer */ member in struct:orc_scb
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic94xx/
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_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_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];
310 asd_invalidate_edb(escb, edb_id);
H A Daic94xx_scb.c384 struct empty_scb *escb = &ascb->scb->escb; local
385 struct sg_el *eb = &escb->eb[edb_id];
390 escb->num_valid--;
392 if (escb->num_valid == 0) {
394 /* ASD_DPRINTK("reposting escb: vaddr: 0x%p, "
403 escb->num_valid = ASD_EDBS_PER_SCB;
405 escb->eb[i].flags = 0;
410 asd_printk("couldn't post escb, err:%d\n", i);
430 ASD_DPRINTK("escb
[all...]
H A Daic94xx_sas.h635 struct empty_scb escb; member in union:scb::__anon14234

Completed in 178 milliseconds