linux_dsm_epyc7002/drivers/net/ethernet/renesas
Sergei Shtylyov 8e03a5e75c sh_eth: merge sh_eth_free_dma_buffer() into sh_eth_ring_free()
While the ring allocation is done by a single function, sh_eth_ring_init(),
the ring deallocation was split into two functions (almost always called
one after the other) for no good reason. Merge  sh_eth_free_dma_buffer()
into sh_eth_ring_free() which allows us  to save space not only on the
direct calls  of the former function but also on the sh_eth_ring_init()'s
simplified error path...

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-11-04 20:59:07 -05:00
..
Kconfig drivers/net: remove all references to obsolete Ethernet-HOWTO 2015-06-23 06:50:35 -07:00
Makefile Renesas Ethernet AVB PTP clock driver 2015-06-11 00:24:12 -07:00
ravb_main.c ravb: use pdev rather than ndev for error messages 2015-11-02 16:32:37 -05:00
ravb_ptp.c renesas: missing unlock on error path 2015-06-25 02:13:02 -07:00
ravb.h ravb: Add support for r8a7795 SoC 2015-10-03 05:05:21 -07:00
sh_eth.c sh_eth: merge sh_eth_free_dma_buffer() into sh_eth_ring_free() 2015-11-04 20:59:07 -05:00
sh_eth.h sh_eth: fix typo in RX descriptor bit name 2015-11-02 23:01:06 -05:00