Searched refs:E1000_RXD_STAT_EOP (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igbvf/
H A Ddefines.h40 #define E1000_RXD_STAT_EOP 0x02 /* End of Packet */ macro
H A Dnetdev.c317 if (!(staterr & E1000_RXD_STAT_EOP)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A De1000_defines.h80 #define E1000_RXD_STAT_EOP 0x02 /* End of Packet */ macro
H A Digb_main.c5601 if (!(staterr & E1000_RXD_STAT_EOP)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Ddefines.h93 #define E1000_RXD_STAT_EOP 0x02 /* End of Packet */ macro
H A Dnetdev.c817 if (unlikely(!(status & E1000_RXD_STAT_EOP)))
825 if (status & E1000_RXD_STAT_EOP)
1113 if (!(staterr & E1000_RXD_STAT_EOP))
1120 if (staterr & E1000_RXD_STAT_EOP)
1315 if (unlikely((status & E1000_RXD_STAT_EOP) &&
1328 if (!(status & E1000_RXD_STAT_EOP)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_main.c3633 if (unlikely((status & E1000_RXD_STAT_EOP) &&
3658 if (!(status & E1000_RXD_STAT_EOP)) {
3845 if (unlikely(!(status & E1000_RXD_STAT_EOP)))
3853 if (status & E1000_RXD_STAT_EOP)
H A De1000_hw.h588 #define E1000_RXD_STAT_EOP 0x02 /* End of Packet */ macro

Completed in 124 milliseconds