]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bnx2x: Created bnx2x_sp
authorVladislav Zolotarov <vladz@broadcom.com>
Tue, 14 Jun 2011 01:33:39 +0000 (01:33 +0000)
committerBob Picco <bob.picco@oracle.com>
Thu, 2 Feb 2012 23:03:27 +0000 (18:03 -0500)
commit73af73b783628dd4ff56c2e087ab0cacb6fbbae7
treef031d5ecb83a73337912dfecd5501844e11bba9a
parent92ce3a8b52e9c6ddee4e5844b1c84e271f508cbe
bnx2x: Created bnx2x_sp

Moved the HSI dependent slow path code to a separate file.
Currently it contains the implementation of MACs, Rx mode,
multicast addresses, indirection table, fast path queue and function
configuration code.

Signed-off-by: Vladislav Zolotarov <vladz@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@conan.davemloft.net>
(cherry picked from commit 042181f5aa8833a8918e1a91cfaf292146ffc62c)
drivers/net/bnx2x/Makefile
drivers/net/bnx2x/bnx2x.h
drivers/net/bnx2x/bnx2x_cmn.c
drivers/net/bnx2x/bnx2x_cmn.h
drivers/net/bnx2x/bnx2x_ethtool.c
drivers/net/bnx2x/bnx2x_main.c
drivers/net/bnx2x/bnx2x_sp.c [new file with mode: 0644]
drivers/net/bnx2x/bnx2x_sp.h [new file with mode: 0644]