Lines Matching defs:edb
222 struct asd_dma_tok *edb = ascb->ha->seq.edb_arr[edb_el];
229 memcpy(phy->sas_phy.frame_rcvd, edb->vaddr, size);
367 struct asd_dma_tok *edb = seq->edb_arr[ascb->edb_index + edb_id];
369 memset(edb->vaddr, 0, ASD_EDB_SIZE);
400 int edb = (dl->opcode & DL_PHY_MASK) - 1; /* [0xc1,0xc7] -> [0,6] */
406 if (edb > 6 || edb < 0) {
407 ASD_DPRINTK("edb is 0x%x! dl->opcode is 0x%x\n",
408 edb, dl->opcode);
545 asd_bytes_dmaed_tasklet(ascb, dl, edb, phy_id);
573 ASD_DPRINTK("edb is 0x%x! dl->opcode is 0x%x\n",
574 edb, dl->opcode);
590 asd_invalidate_edb(ascb, edb);