Lines Matching defs:edb
224 struct asd_dma_tok *edb = ascb->ha->seq.edb_arr[edb_el];
231 memcpy(phy->sas_phy.frame_rcvd, edb->vaddr, size);
371 struct asd_dma_tok *edb = seq->edb_arr[ascb->edb_index + edb_id];
373 memset(edb->vaddr, 0, ASD_EDB_SIZE);
404 int edb = (dl->opcode & DL_PHY_MASK) - 1; /* [0xc1,0xc7] -> [0,6] */
410 if (edb > 6 || edb < 0) {
411 ASD_DPRINTK("edb is 0x%x! dl->opcode is 0x%x\n",
412 edb, dl->opcode);
549 asd_bytes_dmaed_tasklet(ascb, dl, edb, phy_id);
577 ASD_DPRINTK("edb is 0x%x! dl->opcode is 0x%x\n",
578 edb, dl->opcode);
594 asd_invalidate_edb(ascb, edb);