Lines Matching refs:srcmem
380 dhd_dma_buf_t srcmem; member
3251 prot->dmaxfer.srcmem.va = NULL;
7273 dhd_dma_buf_free(dhd, &dmaxfer->srcmem);
7290 dmap->srcmem = &(dmaxfer->srcmem);
7309 dhd_dma_buf_free(dhdp, dmmap->srcmem);
7332 if (dhd_dma_buf_alloc(dhd, &dmaxfer->srcmem, len)) {
7337 dhd_dma_buf_free(dhd, &dmaxfer->srcmem);
7354 ((uint8*)dmaxfer->srcmem.va)[i] = j % 256;
7361 OSL_CACHE_FLUSH(dmaxfer->srcmem.va, dmaxfer->len);
7383 if (prot->dmaxfer.srcmem.va && prot->dmaxfer.dstmem.va) {
7384 if (memcmp(prot->dmaxfer.srcmem.va,
7395 prot->dmaxfer.srcmem.va, prot->dmaxfer.len);
7426 dhd_prhex("XFER SRC: ", prot->dmaxfer.srcmem.va,
7505 dmap->host_input_buf_addr.high = htol32(PHYSADDRHI(prot->dmaxfer.srcmem.pa));
7506 dmap->host_input_buf_addr.low = htol32(PHYSADDRLO(prot->dmaxfer.srcmem.pa));