Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/
Ddefines.h181 #define IXGBE_TXD_STAT_DD 0x00000001 /* Descriptor Done */ macro
247 #define IXGBE_ADVTXD_STAT_DD IXGBE_TXD_STAT_DD /* Descriptor Done */
Dixgbevf_main.c293 if (!(eop_desc->wb.status & cpu_to_le32(IXGBE_TXD_STAT_DD))) in ixgbevf_clean_tx_irq()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h2338 #define IXGBE_TXD_STAT_DD 0x00000001 /* Descriptor Done */ macro
2897 #define IXGBE_ADVTXD_STAT_DD IXGBE_TXD_STAT_DD /* Descriptor Done */
Dixgbe_ethtool.c1903 if (!(tx_desc->wb.status & cpu_to_le32(IXGBE_TXD_STAT_DD))) in ixgbe_clean_test_rings()
Dixgbe_main.c1135 if (!(eop_desc->wb.status & cpu_to_le32(IXGBE_TXD_STAT_DD))) in ixgbe_clean_tx_irq()