aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3/common.h
diff options
context:
space:
mode:
authorDivy Le Ray <divy@chelsio.com>2009-05-29 12:52:49 +0000
committerDavid S. Miller <davem@davemloft.net>2009-05-29 15:55:05 -0700
commitf22a563b0a4c2a84b6ff8831306532b64c9c1747 (patch)
tree20f3d9ed44676c6a1cdfe6fab68fdb35dae76e22 /drivers/net/cxgb3/common.h
parentcxgb3: Add Aeluros 2020 phy support (diff)
downloadlinux-dev-f22a563b0a4c2a84b6ff8831306532b64c9c1747.tar.xz
linux-dev-f22a563b0a4c2a84b6ff8831306532b64c9c1747.zip
cxgb3: add support for the Aquantia 10G-BT phy
Add support for the Aquantia AQ1002 10G-BaseT phy. Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/cxgb3/common.h')
-rw-r--r--drivers/net/cxgb3/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/cxgb3/common.h b/drivers/net/cxgb3/common.h
index 301221ac10eb..d21b705501a9 100644
--- a/drivers/net/cxgb3/common.h
+++ b/drivers/net/cxgb3/common.h
@@ -808,4 +808,6 @@ int t3_qt2045_phy_prep(struct cphy *phy, struct adapter *adapter, int phy_addr,
const struct mdio_ops *mdio_ops);
int t3_xaui_direct_phy_prep(struct cphy *phy, struct adapter *adapter,
int phy_addr, const struct mdio_ops *mdio_ops);
+int t3_aq100x_phy_prep(struct cphy *phy, struct adapter *adapter,
+ int phy_addr, const struct mdio_ops *mdio_ops);
#endif /* __CHELSIO_COMMON_H */