Searched refs:edb (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx_scb.c240 struct asd_dma_tok *edb = ascb->ha->seq.edb_arr[edb_el]; local
248 memcpy(phy->sas_phy.frame_rcvd, edb->vaddr, size);
386 struct asd_dma_tok *edb = seq->edb_arr[ascb->edb_index + edb_id]; local
388 memset(edb->vaddr, 0, ASD_EDB_SIZE);
419 int edb = (dl->opcode & DL_PHY_MASK) - 1; /* [0xc1,0xc7] -> [0,6] */ local
425 if (edb > 6 || edb < 0) {
426 ASD_DPRINTK("edb is 0x%x! dl->opcode is 0x%x\n",
427 edb, dl->opcode);
558 asd_bytes_dmaed_tasklet(ascb, dl, edb, phy_i
[all...]
H A Daic94xx_tmf.c222 struct asd_dma_tok *edb; local
239 edb = asd_ha->seq.edb_arr[edb_id + escb->edb_index];
240 ascb->tag = *(__be16 *)(edb->vaddr+4);
241 fh = edb->vaddr + 16;
242 ru = edb->vaddr + 16 + sizeof(*fh);
H A Daic94xx_task.c167 struct asd_dma_tok *edb; local
181 edb = asd_ha->seq.edb_arr[edb_id + escb->edb_index];
182 r = edb->vaddr;
H A Daic94xx_hwi.c367 struct asd_dma_tok *edb = seq->edb_arr[z++]; local
370 eb->bus_addr = cpu_to_le64(((u64) edb->dma_handle));
371 eb->size = cpu_to_le32(((u32) edb->size));
388 /* Allocate two empty data buffers (edb) per sequencer. */

Completed in 48 milliseconds