linux-kernel-test/drivers/net/bnx2x
Yaniv Rosner b7737c9be9 bnx2x: Split PHY functions
Move the code into PHY oriented functions, and for that a new structure
is defines for each PHY which contain PHY properties and its own
functions. This also enables to encapsulate all PHY specific operations
into the PHY functions. During initialization, the PHYs will be probed
by the "bnx2x_phy_probe" function to detect which PHYs exist on-board,
and configure them accordingly. Note that the ext_phy_reset
implementation was incorporated in the ext_phy_init since it is actually
part of the PHY initialization procedure.

Signed-off-by: Yaniv Rosner <yanivr@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-09-07 13:13:36 -07:00
..
bnx2x_cmn.c drivers/net: avoid some skb->ip_summed initializations 2010-09-02 19:06:22 -07:00
bnx2x_cmn.h bnx2x: Load firmware in open() instead of probe() 2010-08-16 21:06:18 -07:00
bnx2x_dump.h
bnx2x_ethtool.c bnx2x: Split PHY functions 2010-09-07 13:13:36 -07:00
bnx2x_fw_defs.h
bnx2x_fw_file_hdr.h
bnx2x_hsi.h bnx2x: Unify PHY attributes 2010-09-07 13:11:53 -07:00
bnx2x_init_ops.h
bnx2x_init.h
bnx2x_link.c bnx2x: Split PHY functions 2010-09-07 13:13:36 -07:00
bnx2x_link.h bnx2x: Split PHY functions 2010-09-07 13:13:36 -07:00
bnx2x_main.c bnx2x: Split PHY functions 2010-09-07 13:13:36 -07:00
bnx2x_reg.h bnx2x: Unify PHY attributes 2010-09-07 13:11:53 -07:00
bnx2x_stats.c bnx2x: small fix in stats handling 2010-08-25 16:29:21 -07:00
bnx2x_stats.h
bnx2x.h bnx2x: Update version to 1.52.53-5 2010-09-01 10:44:35 -07:00
Makefile