Home
last modified time | relevance | path

Searched refs:E1000_PBA_48K (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h513 #define E1000_PBA_48K 0x0030 /* 48KB */ macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1537 #define E1000_PBA_48K 0x0030 /* 48KB, default RX allocation */ macro
H A De1000.c3262 pba = E1000_PBA_48K;
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c1478 pba = E1000_PBA_48K; /* 48K for Rx, 16K for Tx */ in e1000g_init()