Searched refs:dma_descr (Results 1 – 2 of 2) sorted by relevance
55 dma_descr_data *dma_descr; member333 …cdesc->dma_descr = (dma_descr_data*)(((unsigned long int)cdesc + offsetof(struct cryptocop_dma_des… in alloc_cdesc()338 cdesc->dma_descr->out_eop = 0; in alloc_cdesc()339 cdesc->dma_descr->in_eop = 0; in alloc_cdesc()340 cdesc->dma_descr->intr = 0; in alloc_cdesc()341 cdesc->dma_descr->eol = 0; in alloc_cdesc()342 cdesc->dma_descr->wait = 0; in alloc_cdesc()343 cdesc->dma_descr->buf = NULL; in alloc_cdesc()344 cdesc->dma_descr->after = NULL; in alloc_cdesc()346 …esc: return 0x%p, cdesc->dma_descr=0x%p, from_pool=%d\n", cdesc, cdesc->dma_descr, cdesc->from_poo… in alloc_cdesc()[all …]
773 struct qlcnic_pex_dma_descriptor *dma_descr; in qlcnic_read_memory_pexdma() local795 dma_descr = kzalloc(sizeof(struct qlcnic_pex_dma_descriptor), in qlcnic_read_memory_pexdma()797 if (!dma_descr) { in qlcnic_read_memory_pexdma()812 dma_descr->dma_desc_cmd = (temp << 16) & 0xffff0000; in qlcnic_read_memory_pexdma()813 dma_descr->dma_bus_addr_low = LSD(dma_phys_addr); in qlcnic_read_memory_pexdma()814 dma_descr->dma_bus_addr_high = MSD(dma_phys_addr); in qlcnic_read_memory_pexdma()815 dma_descr->src_addr_high = 0; in qlcnic_read_memory_pexdma()824 dma_descr->src_addr_low = mem->addr + read_size; in qlcnic_read_memory_pexdma()825 dma_descr->read_data_size = size; in qlcnic_read_memory_pexdma()830 (u32 *)dma_descr, temp); in qlcnic_read_memory_pexdma()[all …]