Home
last modified time | relevance | path

Searched refs:hwlen (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c758 size_t hwlen = nelem * hwsize + stat_size; in alloc_ring() local
759 void *hwring = dma_alloc_coherent(dev, hwlen, busaddrp, GFP_KERNEL); in alloc_ring()
773 dma_free_coherent(dev, hwlen, hwring, *busaddrp); in alloc_ring()
783 memset(hwring, 0, hwlen); in alloc_ring()