commit | b8447abc4c8fb2abaa268f8e193c43e0bec2ef11 | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Mon Mar 30 01:53:39 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 30 11:50:20 2020 -0700 |
tree | f4c66316ca83a33f0a24254184f98a6b46bd9d09 | |
parent | 033c6f3b783721d9f6da2831df0b25e009ee44fe [diff] |
r8169: factor out rtl8169_tx_map Factor out mapping the tx skb to a new function rtl8169_tx_map(). This allows to remove redundancies, and rtl8169_get_txd_opts1() has only one user left, so it can be inlined. As a result rtl8169_xmit_frags() is significantly simplified, and in rtl8169_start_xmit() the code is simplified and better readable. No functional change intended. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>