aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/mv643xx_eth.h
diff options
context:
space:
mode:
authorDale Farnsworth <dale@farnsworth.org>2006-03-03 12:02:51 -0500
committerJeff Garzik <jeff@garzik.org>2006-03-03 12:12:36 -0500
commitff561eef9fb37c7180085e08418acfc009a9ada7 (patch)
tree97010ae360fdb25238698ad811c22f6d901e1fde /drivers/net/mv643xx_eth.h
parentc8aaea25e0b069e9572caa74f984e109899c1765 (diff)
[PATCH] mv643xx_eth: Refactor/clean up tx queue handling
Signed-off-by: Dale Farnsworth <dale@farnsworth.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
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,