Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e100/
De100_main.c1668 if (!(bdp->dma_able = in e100_alloc_space()
1677 bdp->selftest = (self_test_t *) (bdp->dma_able + off); in e100_alloc_space()
1682 bdp->stats_counters = (max_counters_t *) (bdp->dma_able + off); in e100_alloc_space()
1769 if (bdp->dma_able) { in e100_dealloc_space()
1771 bdp->dma_able, bdp->dma_able_phys); in e100_dealloc_space()
1777 bdp->dma_able = 0; in e100_dealloc_space()
De100.h881 void *dma_able; /* dma allocated structs */ member