diff options
Diffstat (limited to 'drivers/net/cxgb3/adapter.h')
-rw-r--r-- | drivers/net/cxgb3/adapter.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/net/cxgb3/adapter.h b/drivers/net/cxgb3/adapter.h index 4cd7f420766a..7300de5a1426 100644 --- a/drivers/net/cxgb3/adapter.h +++ b/drivers/net/cxgb3/adapter.h | |||
@@ -50,11 +50,6 @@ struct adapter; | |||
50 | struct sge_qset; | 50 | struct sge_qset; |
51 | struct port_info; | 51 | struct port_info; |
52 | 52 | ||
53 | enum { /* rx_offload flags */ | ||
54 | T3_RX_CSUM = 1 << 0, | ||
55 | T3_LRO = 1 << 1, | ||
56 | }; | ||
57 | |||
58 | enum mac_idx_types { | 53 | enum mac_idx_types { |
59 | LAN_MAC_IDX = 0, | 54 | LAN_MAC_IDX = 0, |
60 | SAN_MAC_IDX, | 55 | SAN_MAC_IDX, |
@@ -74,7 +69,6 @@ struct port_info { | |||
74 | struct vlan_group *vlan_grp; | 69 | struct vlan_group *vlan_grp; |
75 | struct sge_qset *qs; | 70 | struct sge_qset *qs; |
76 | u8 port_id; | 71 | u8 port_id; |
77 | u8 rx_offload; | ||
78 | u8 nqsets; | 72 | u8 nqsets; |
79 | u8 first_qset; | 73 | u8 first_qset; |
80 | struct cphy phy; | 74 | struct cphy phy; |
@@ -212,7 +206,6 @@ struct sge_qset { /* an SGE queue set */ | |||
212 | struct sge_fl fl[SGE_RXQ_PER_SET]; | 206 | struct sge_fl fl[SGE_RXQ_PER_SET]; |
213 | struct sge_txq txq[SGE_TXQ_PER_SET]; | 207 | struct sge_txq txq[SGE_TXQ_PER_SET]; |
214 | int nomem; | 208 | int nomem; |
215 | int lro_enabled; | ||
216 | void *lro_va; | 209 | void *lro_va; |
217 | struct net_device *netdev; | 210 | struct net_device *netdev; |
218 | struct netdev_queue *tx_q; /* associated netdev TX queue */ | 211 | struct netdev_queue *tx_q; /* associated netdev TX queue */ |
@@ -336,9 +329,6 @@ int t3_sge_alloc_qset(struct adapter *adapter, unsigned int id, int nports, | |||
336 | int irq_vec_idx, const struct qset_params *p, | 329 | int irq_vec_idx, const struct qset_params *p, |
337 | int ntxq, struct net_device *dev, | 330 | int ntxq, struct net_device *dev, |
338 | struct netdev_queue *netdevq); | 331 | struct netdev_queue *netdevq); |
339 | int t3_get_desc(const struct sge_qset *qs, unsigned int qnum, unsigned int idx, | ||
340 | unsigned char *data); | ||
341 | irqreturn_t t3_sge_intr_msix(int irq, void *cookie); | ||
342 | extern struct workqueue_struct *cxgb3_wq; | 332 | extern struct workqueue_struct *cxgb3_wq; |
343 | 333 | ||
344 | int t3_get_edc_fw(struct cphy *phy, int edc_idx, int size); | 334 | int t3_get_edc_fw(struct cphy *phy, int edc_idx, int size); |