Home
last modified time | relevance | path

Searched refs:IXGBE_ADVTXD_DCMD_RS (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx_vec_neon.c491 uint64_t rs = IXGBE_ADVTXD_DCMD_RS | DCMD_DTYP_FLAGS; in ixgbe_xmit_fixed_burst_vec()
536 rte_cpu_to_le_32(IXGBE_ADVTXD_DCMD_RS); in ixgbe_xmit_fixed_burst_vec()
H A Dixgbe_rxtx_vec_sse.c664 uint64_t rs = IXGBE_ADVTXD_DCMD_RS|DCMD_DTYP_FLAGS; in ixgbe_xmit_fixed_burst_vec()
710 rte_cpu_to_le_32(IXGBE_ADVTXD_DCMD_RS); in ixgbe_xmit_fixed_burst_vec()
H A Dixgbe_rxtx.c278 rte_cpu_to_le_32(IXGBE_ADVTXD_DCMD_RS); in tx_xmit_pkts()
297 rte_cpu_to_le_32(IXGBE_ADVTXD_DCMD_RS); in tx_xmit_pkts()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_type.h3356 #define IXGBE_ADVTXD_DCMD_RS IXGBE_TXD_CMD_RS /* Report Status */ macro