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

/drivers/scsi/aic94xx/
H A Daic94xx_task.c174 struct asd_dma_tok *edb; local
188 edb = asd_ha->seq.edb_arr[edb_id + escb->edb_index];
189 r = edb->vaddr;
H A Daic94xx_scb.c241 struct asd_dma_tok *edb = ascb->ha->seq.edb_arr[edb_el]; local
249 memcpy(phy->sas_phy.frame_rcvd, edb->vaddr, size);
387 struct asd_dma_tok *edb = seq->edb_arr[ascb->edb_index + edb_id]; local
389 memset(edb->vaddr, 0, ASD_EDB_SIZE);
420 int edb = (dl->opcode & DL_PHY_MASK) - 1; /* [0xc1,0xc7] -> [0,6] */ local
426 if (edb > 6 || edb < 0) {
427 ASD_DPRINTK("edb is 0x%x! dl->opcode is 0x%x\n",
428 edb, dl->opcode);
565 asd_bytes_dmaed_tasklet(ascb, dl, edb, phy_i
[all...]
H A Daic94xx_tmf.c287 struct asd_dma_tok *edb; local
304 edb = asd_ha->seq.edb_arr[edb_id + escb->edb_index];
305 ascb->tag = *(__be16 *)(edb->vaddr+4);
306 fh = edb->vaddr + 16;
307 ru = edb->vaddr + 16 + sizeof(*fh);
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 73 milliseconds