Home
last modified time | relevance | path

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

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