commit | 5d5d001504b4a415a008f7ac1adb9fbec1637811 | [log] [tgz] |
---|---|---|
author | Michael Chan <mchan@broadcom.com> | Wed Dec 12 11:17:43 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:57:29 2008 -0800 |
tree | c73dd0b4231e29c8586dd75a807901716f7df7e1 | |
parent | 85833c6269016d009ada17b04ac288e2ab9c37ea [diff] |
[BNX2]: Restructure RX ring init. code. Factor out the common functions that will be used to initialize the normal RX rings and the page rings. Change the copybreak constant RX_COPY_THRESH to 128. This same constant will be used for the max. size of the linear SKB when pages are used. Copybreak will be turned off when pages are used. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>