commit | 9c328b05443a09bd62e4fcae284aeebbd13ca30e | [log] [tgz] |
---|---|---|
author | Thomas Bogendoerfer <tbogendoerfer@suse.de> | Fri Aug 30 11:25:30 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 30 13:54:35 2019 -0700 |
tree | 3bb0feba0237984e18434bb1d1605f9a25117344 | |
parent | 489467e52486d483550ac3e3ed33dceb93b1e4a9 [diff] |
net: sgi: ioc3-eth: separate tx and rx ring handling After allocation of descriptor memory is now done once in probe handling of tx ring is completely done by ioc3_clean_tx_ring. So we remove the remaining tx ring actions out of ioc3_alloc_rings and ioc3_free_rings and rename it to ioc3_[alloc|free]_rx_bufs to better describe what they are doing. Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@suse.de> Signed-off-by: David S. Miller <davem@davemloft.net>