OSDN Git Service

sfc: move common tx code
authorAlex Maftei (amaftei) <amaftei@solarflare.com>
Wed, 8 Jan 2020 16:14:00 +0000 (16:14 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Jan 2020 21:28:03 +0000 (13:28 -0800)
commit17d3b21c7ba82cd88855a798b931bb3ac1388cba
tree3e146ba607277dc4921b5f77225085c7fd1c2ae6
parent1751cc365f58ea69714be1c8ba718236354cd719
sfc: move common tx code

Once again, a tiny bit of refactoring was required to stitch the code
together (i.e. adding headers). The moved code deals with managing tx
queues and mappings.

Signed-off-by: Alexandru-Mihai Maftei <amaftei@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sfc/Makefile
drivers/net/ethernet/sfc/tx.c
drivers/net/ethernet/sfc/tx_common.c [new file with mode: 0644]