aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.h
diff options
context:
space:
mode:
authorMatt Carlson <mcarlson@broadcom.com>2009-08-28 13:58:46 +0000
committerDavid S. Miller <davem@davemloft.net>2009-08-29 15:42:43 -0700
commit287be12e1774d842bff21ea0c1809c2387d7b310 (patch)
treeedeb3e887cc9e7e3d0f5197a262a6acf2e86ce9a /drivers/net/tg3.h
parenttg3: Move the JUMBO_CAPABLE and SUPPORT_MSI flags (diff)
downloadlinux-dev-287be12e1774d842bff21ea0c1809c2387d7b310.tar.xz
linux-dev-287be12e1774d842bff21ea0c1809c2387d7b310.zip
tg3: Clarify rx buffer relationships
This patch attempts to document the various rx buffer sizes used by the driver and how they relate to each other. Signed-off-by: Matt Carlson <mcarlson@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/tg3.h')
-rw-r--r--drivers/net/tg3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tg3.h b/drivers/net/tg3.h
index 5efae2c51388..d029b4b9b929 100644
--- a/drivers/net/tg3.h
+++ b/drivers/net/tg3.h
@@ -2571,7 +2571,7 @@ struct tg3 {
struct tg3_rx_buffer_desc *rx_rcb;
dma_addr_t rx_rcb_mapping;
- u32 rx_pkt_buf_sz;
+ u32 rx_pkt_map_sz;
/* begin "everything else" cacheline(s) section */
struct net_device_stats net_stats;