Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx_vec_common.h225 txd->wb.status = IXGBE_TXD_STAT_DD; in _ixgbe_reset_tx_queue_vec()
H A Dixgbe_rxtx.c585 if (!(status & rte_cpu_to_le_32(IXGBE_TXD_STAT_DD))) { in ixgbe_xmit_cleanup()
2465 txd->wb.status = rte_cpu_to_le_32(IXGBE_TXD_STAT_DD); in ixgbe_reset_tx_queue()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_type.h2678 #define IXGBE_TXD_STAT_DD 0x00000001 /* Descriptor Done */ macro
3361 #define IXGBE_ADVTXD_STAT_DD IXGBE_TXD_STAT_DD /* Descriptor Done */