]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
sfc: Reduce the size of struct efx_tx_buffer
authorBen Hutchings <bhutchings@solarflare.com>
Mon, 1 Sep 2008 11:46:43 +0000 (12:46 +0100)
committerJeff Garzik <jgarzik@redhat.com>
Wed, 3 Sep 2008 13:53:44 +0000 (09:53 -0400)
commitcc12dac2e512c2b6185ed91899e09e9910630315
tree4f44217788642343ad4dc0d17001ce8259bb39d8
parentecbd95c17c221913cc3c5776051b2fa8b3b97316
sfc: Reduce the size of struct efx_tx_buffer

Remove unmap_addr since it can be calculated from dma_addr, len and
unmap_len.  This saves 4-16 bytes.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/sfc/net_driver.h
drivers/net/sfc/tx.c