Lines Matching refs:srcmem
445 dhd_dma_buf_t srcmem; member
3965 prot->dmaxfer.srcmem.va = NULL; in dhd_prot_init()
9817 dhd_dma_buf_free(dhd, &dmaxfer->srcmem);
9834 dmap->srcmem = &(dmaxfer->srcmem);
9852 dhd_dma_buf_free(dhdp, dmmap->srcmem);
9872 if (dhd_dma_buf_alloc(dhd, &dmaxfer->srcmem, len)) {
9877 dhd_dma_buf_free(dhd, &dmaxfer->srcmem);
9894 ((uint8*)dmaxfer->srcmem.va)[i] = j % 256;
9901 OSL_CACHE_FLUSH(dmaxfer->srcmem.va, dmaxfer->len);
9933 err = memcmp(prot->dmaxfer.srcmem.va,
9936 if (prot->dmaxfer.srcmem.va && prot->dmaxfer.dstmem.va) {
9947 prot->dmaxfer.srcmem.va, prot->dmaxfer.len);
9994 dhd_prhex("XFER SRC: ", prot->dmaxfer.srcmem.va,
10083 dmap->host_input_buf_addr.high = htol32(PHYSADDRHI(prot->dmaxfer.srcmem.pa));
10084 dmap->host_input_buf_addr.low = htol32(PHYSADDRLO(prot->dmaxfer.srcmem.pa));