Searched refs:IXGBE_RXD_STAT_DD (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbevf/
H A Ddefines.h93 #define IXGBE_RXD_STAT_DD 0x01 /* Descriptor Done */ macro
134 #define IXGBE_RXDADV_STAT_DD IXGBE_RXD_STAT_DD /* Done */
H A Dixgbevf_main.c516 while (staterr & IXGBE_RXD_STAT_DD) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_type.h1724 #define IXGBE_RXD_STAT_DD 0x01 /* Descriptor Done */ macro
1771 #define IXGBE_RXDADV_STAT_DD IXGBE_RXD_STAT_DD /* Done */
H A Dixgbe_main.c472 if (staterr & IXGBE_RXD_STAT_DD) {
1195 while (staterr & IXGBE_RXD_STAT_DD) {

Completed in 61 milliseconds