Searched refs:net_dma_client (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Ddev.c177 static struct dma_client *net_dma_client; variable in typeref:struct:dma_client
2392 if (net_dma_client) {
2395 list_for_each_entry_rcu(chan, &net_dma_client->channels, client_node)
3937 * This is called when the number of channels allocated to the net_dma_client
3938 * changes. The net_dma_client tries to have one DMA channel per CPU.
3955 list_for_each_entry(chan, &net_dma_client->channels, client_node) {
3970 * netdev_dma_event - event callback for the net_dma_client
3971 * @client: should always be net_dma_client
4000 net_dma_client = dma_async_client_register(netdev_dma_event);
4001 if (net_dma_client
[all...]

Completed in 54 milliseconds