Home
last modified time | relevance | path

Searched refs:E1000_RCTL_SZ_2048 (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c287 rctl |= E1000_RCTL_SZ_2048; in e1000g_rx_setup()
299 rctl |= E1000_RCTL_SZ_2048; in e1000g_rx_setup()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h206 #define E1000_RCTL_SZ_2048 0x00000000 /* Rx buffer size 2048 */ macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1246 #define E1000_RCTL_SZ_2048 0x00000000 /* rx buffer size 2048 */ macro
H A De1000.c3427 E1000_RCTL_SZ_2048 |
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c818 case (E1000_RCTL_SZ_2048): return (2048); in e82545_bufsz()