]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
bnx2x: Using system page size for SGE
authorEilon Greenstein <eilong@broadcom.com>
Thu, 15 Jan 2009 05:24:17 +0000 (21:24 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Jan 2009 16:28:11 +0000 (08:28 -0800)
commit4f40f2cba244e04c0f385c5ce60498b513b335dd
treec48a543449fd7be219a9577cf20c44dc678f0cef
parent58f4c4cfce5c4715b79621f0a635925c55f855d5
bnx2x: Using system page size for SGE

When the page size is not 4KB, the FW must be programmed to work with
the right SGE boundaries and fragment list length.

To avoid confusion with the BCM_PAGE_SIZE which is set to 4KB for the
FW sake, another alias for the system page size was added to
explicitly indicate that it is meant for the SGE

Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bnx2x.h
drivers/net/bnx2x_main.c