Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_rx.c370 !(status_error & E1000_RXD_STAT_EOP)) { in igb_rx()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c502 if (current_desc->status & E1000_RXD_STAT_EOP) { in e1000g_receive()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h116 #define E1000_RXD_STAT_EOP 0x02 /* End of Packet */ macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h374 #define E1000_RXD_STAT_EOP 0x02 /* End of Packet */ macro
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c928 E1000_RXD_STAT_EOP | E1000_RXD_STAT_DD; in e82545_rx_callback()