~ubuntu-branches/ubuntu/raring/ipxe/raring

« back to all changes in this revision

Viewing changes to src/drivers/net/forcedeth.h

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-11-14 15:47:31 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20121114154731-jhuy5d1h2jw75qe9
Tags: 1.0.0+git-4.d6b0b76-0ubuntu1
* New upstream snapshot:
  - d/p/iscsi*.patch: Dropped - included in snapshot.
  - Refreshed all other patches.
* d/p/enable-https.patch: Enable HTTPS support (LP: #1025239).

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 *
15
15
 *    You should have received a copy of the GNU General Public License
16
16
 *    along with this program; if not, write to the Free Software
17
 
 *    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
17
 *    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 
18
 *    02110-1301, USA.
18
19
 *
19
20
 * Portions of this code are taken from the Linux forcedeth driver that was
20
21
 * based on a cleanroom reimplementation which was based on reverse engineered
54
55
#define DESC_VER_3      3
55
56
 
56
57
#define RX_RING_SIZE            16
57
 
#define TX_RING_SIZE            16
 
58
#define TX_RING_SIZE            32
58
59
#define RXTX_RING_SIZE          ( ( RX_RING_SIZE ) + ( TX_RING_SIZE ) )
59
60
#define RX_RING_MIN             128
60
61
#define TX_RING_MIN             64