Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Ddefines.h101 #define IXGBE_RXD_STAT_DD 0x01 /* Descriptor Done */ macro
142 #define IXGBE_RXDADV_STAT_DD IXGBE_RXD_STAT_DD /* Done */
Dixgbevf_main.c931 if (!ixgbevf_test_staterr(rx_desc, IXGBE_RXD_STAT_DD)) in ixgbevf_clean_rx_irq()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h2132 #define IXGBE_RXD_STAT_DD 0x01 /* Descriptor Done */ macro
2181 #define IXGBE_RXDADV_STAT_DD IXGBE_RXD_STAT_DD /* Done */
Dixgbe_ethtool.c1844 while (ixgbe_test_staterr(rx_desc, IXGBE_RXD_STAT_DD)) { in ixgbe_clean_test_rings()
Dixgbe_main.c772 if (staterr & IXGBE_RXD_STAT_DD) { in ixgbe_dump()