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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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_tmf.c221 struct asd_ascb *escb; local
230 escb = asd_tc_index_find(&asd_ha->seq,
234 if (!escb) {
235 ASD_DPRINTK("Uh-oh! No escb for this dl?!\n");
239 edb = asd_ha->seq.edb_arr[edb_id + escb->edb_index];
248 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_task.c166 struct asd_ascb *escb; local
171 escb = asd_tc_index_find(&asd_ha->seq,
175 if (!escb) {
176 ASD_DPRINTK("Uh-oh! No escb for this dl?!\n");
181 edb = asd_ha->seq.edb_arr[edb_id + escb->edb_index];
218 asd_invalidate_edb(escb, edb_id);
H A Daic94xx_sas.h635 struct empty_scb escb; member in union:scb::__anon6452

Completed in 81 milliseconds