diff options
author | Divy Le Ray <divy@chelsio.com> | 2008-10-08 20:38:29 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-10-08 20:38:29 -0400 |
commit | 044979827eda13675abab99879ebe3ea535d59fa (patch) | |
tree | bc4917540c36679c56cd1d3e70d26242233a555c /drivers/net/cxgb3/adapter.h | |
parent | 78e4689e908adc8334272756c32c9218d1967408 (diff) |
cxgb3: simplify port type struct and usage
Second step in overall phy layer reorganization.
Clean up the port_type_info structure.
Support coextistence of clause 22 and clause 45 MDIO devices.
Select the type of MDIO transaction on a per transaction basis.
Signed-off-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/cxgb3/adapter.h')
-rw-r--r-- | drivers/net/cxgb3/adapter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/cxgb3/adapter.h b/drivers/net/cxgb3/adapter.h index 02dd69b90abe..455ef529cd62 100644 --- a/drivers/net/cxgb3/adapter.h +++ b/drivers/net/cxgb3/adapter.h | |||
@@ -54,7 +54,6 @@ struct port_info { | |||
54 | struct adapter *adapter; | 54 | struct adapter *adapter; |
55 | struct vlan_group *vlan_grp; | 55 | struct vlan_group *vlan_grp; |
56 | struct sge_qset *qs; | 56 | struct sge_qset *qs; |
57 | const struct port_type_info *port_type; | ||
58 | u8 port_id; | 57 | u8 port_id; |
59 | u8 rx_csum_offload; | 58 | u8 rx_csum_offload; |
60 | u8 nqsets; | 59 | u8 nqsets; |
@@ -282,6 +281,7 @@ int t3_offload_tx(struct t3cdev *tdev, struct sk_buff *skb); | |||
282 | void t3_os_ext_intr_handler(struct adapter *adapter); | 281 | void t3_os_ext_intr_handler(struct adapter *adapter); |
283 | void t3_os_link_changed(struct adapter *adapter, int port_id, int link_status, | 282 | void t3_os_link_changed(struct adapter *adapter, int port_id, int link_status, |
284 | int speed, int duplex, int fc); | 283 | int speed, int duplex, int fc); |
284 | void t3_os_phymod_changed(struct adapter *adap, int port_id); | ||
285 | 285 | ||
286 | void t3_sge_start(struct adapter *adap); | 286 | void t3_sge_start(struct adapter *adap); |
287 | void t3_sge_stop(struct adapter *adap); | 287 | void t3_sge_stop(struct adapter *adap); |