aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/mv643xx_eth.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/mv643xx_eth.h')
-rw-r--r--drivers/net/mv643xx_eth.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/mv643xx_eth.h b/drivers/net/mv643xx_eth.h
index 8768e1ba45df..cade2705423c 100644
--- a/drivers/net/mv643xx_eth.h
+++ b/drivers/net/mv643xx_eth.h
@@ -321,8 +321,6 @@ struct mv643xx_mib_counters {
321 321
322struct mv643xx_private { 322struct mv643xx_private {
323 int port_num; /* User Ethernet port number */ 323 int port_num; /* User Ethernet port number */
324 u32 port_tx_queue_command; /* Port active Tx queues summary*/
325 u32 port_rx_queue_command; /* Port active Rx queues summary*/
326 324
327 u32 rx_sram_addr; /* Base address of rx sram area */ 325 u32 rx_sram_addr; /* Base address of rx sram area */
328 u32 rx_sram_size; /* Size of rx sram area */ 326 u32 rx_sram_size; /* Size of rx sram area */
@@ -411,8 +409,6 @@ static void eth_port_read_smi_reg(unsigned int eth_port_num,
411static void eth_clear_mib_counters(unsigned int eth_port_num); 409static void eth_clear_mib_counters(unsigned int eth_port_num);
412 410
413/* Port data flow control routines */ 411/* Port data flow control routines */
414static ETH_FUNC_RET_STATUS eth_tx_return_desc(struct mv643xx_private *mp,
415 struct pkt_info *p_pkt_info);
416static ETH_FUNC_RET_STATUS eth_port_receive(struct mv643xx_private *mp, 412static ETH_FUNC_RET_STATUS eth_port_receive(struct mv643xx_private *mp,
417 struct pkt_info *p_pkt_info); 413 struct pkt_info *p_pkt_info);
418static ETH_FUNC_RET_STATUS eth_rx_return_buff(struct mv643xx_private *mp, 414static ETH_FUNC_RET_STATUS eth_rx_return_buff(struct mv643xx_private *mp,