Searched defs:sed (Results 1 - 2 of 2) sorted by relevance

/drivers/dma/ioat/
H A Ddma_v2.h139 struct ioat_sed_ent *sed; member in struct:ioat_ring_ent
H A Ddma_v3.c254 struct ioat_sed_ent *sed; local
257 sed = kmem_cache_alloc(ioat3_sed_cache, flags);
258 if (!sed)
261 sed->hw_pool = hw_pool;
262 sed->hw = dma_pool_alloc(device->sed_hw_pool[hw_pool],
263 flags, &sed->dma);
264 if (!sed->hw) {
265 kmem_cache_free(ioat3_sed_cache, sed);
269 return sed;
272 static void ioat3_free_sed(struct ioatdma_device *device, struct ioat_sed_ent *sed) argument
[all...]

Completed in 78 milliseconds