diff options
Diffstat (limited to 'drivers/net/ethernet/ti/netcp.h')
| -rw-r--r-- | drivers/net/ethernet/ti/netcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/ti/netcp.h b/drivers/net/ethernet/ti/netcp.h index bbacf5cccec2..bb1bb72121c0 100644 --- a/drivers/net/ethernet/ti/netcp.h +++ b/drivers/net/ethernet/ti/netcp.h | |||
| @@ -85,7 +85,6 @@ struct netcp_intf { | |||
| 85 | struct list_head rxhook_list_head; | 85 | struct list_head rxhook_list_head; |
| 86 | unsigned int rx_queue_id; | 86 | unsigned int rx_queue_id; |
| 87 | void *rx_fdq[KNAV_DMA_FDQ_PER_CHAN]; | 87 | void *rx_fdq[KNAV_DMA_FDQ_PER_CHAN]; |
| 88 | u32 rx_buffer_sizes[KNAV_DMA_FDQ_PER_CHAN]; | ||
| 89 | struct napi_struct rx_napi; | 88 | struct napi_struct rx_napi; |
| 90 | struct napi_struct tx_napi; | 89 | struct napi_struct tx_napi; |
| 91 | 90 | ||
| @@ -223,6 +222,7 @@ void *netcp_device_find_module(struct netcp_device *netcp_device, | |||
| 223 | 222 | ||
| 224 | /* SGMII functions */ | 223 | /* SGMII functions */ |
| 225 | int netcp_sgmii_reset(void __iomem *sgmii_ofs, int port); | 224 | int netcp_sgmii_reset(void __iomem *sgmii_ofs, int port); |
| 225 | bool netcp_sgmii_rtreset(void __iomem *sgmii_ofs, int port, bool set); | ||
| 226 | int netcp_sgmii_get_port_link(void __iomem *sgmii_ofs, int port); | 226 | int netcp_sgmii_get_port_link(void __iomem *sgmii_ofs, int port); |
| 227 | int netcp_sgmii_config(void __iomem *sgmii_ofs, int port, u32 interface); | 227 | int netcp_sgmii_config(void __iomem *sgmii_ofs, int port, u32 interface); |
| 228 | 228 | ||
