Home
last modified time | relevance | path

Searched refs:IXGBE_ADVTXD_STAT_DD (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx_vec_common.h87 if (!(status & IXGBE_ADVTXD_STAT_DD)) in ixgbe_tx_free_bufs()
H A Dixgbe_rxtx.c112 if (!(status & rte_cpu_to_le_32(IXGBE_ADVTXD_STAT_DD))) in ixgbe_tx_free_bufs()
3294 if (*status & rte_cpu_to_le_32(IXGBE_ADVTXD_STAT_DD)) in ixgbe_dev_tx_descriptor_status()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_type.h3361 #define IXGBE_ADVTXD_STAT_DD IXGBE_TXD_STAT_DD /* Descriptor Done */ macro