[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.02.1308201230150.2269@hadrien>
Date: Tue, 20 Aug 2013 12:35:20 +0200 (CEST)
From: Julia Lawall <julia.lawall@...6.fr>
To: netdev@...r.kernel.org
Subject: question about ethernet/tundra/tsi108_eth.c
The driver ethernet/tundra/tsi108_eth.c seems to be inconsistent about how
it shares buffers with the device. In the open function (tsi108_open), it
uses virt_to_phys. In the refill function (tsi108_refill_rx), it uses
dma_map_single. However, there doesn't seem to be any dma_unmap_single
anywhere.
I see that this is not a very actively maintained driver, but I am
interested in the general question of how this works.
thanks,
julia
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists