Searched refs:RTE_DISTRIB_GET_BUF (Results 1 – 3 of 3) sorted by relevance
55 & (RTE_DISTRIB_GET_BUF | RTE_DISTRIB_RETURN_BUF))) { in EAL_REGISTER_TAILQ()82 __atomic_store_n(retptr64, *retptr64 | RTE_DISTRIB_GET_BUF, in EAL_REGISTER_TAILQ()107 & (RTE_DISTRIB_GET_BUF | RTE_DISTRIB_RETURN_BUF)) in rte_distributor_poll_pkt()182 & (RTE_DISTRIB_GET_BUF | RTE_DISTRIB_RETURN_BUF))) { in rte_distributor_return_pkt()302 & RTE_DISTRIB_GET_BUF)) in handle_worker_shutdown()353 & (RTE_DISTRIB_GET_BUF | RTE_DISTRIB_RETURN_BUF)) { in handle_returns()409 & RTE_DISTRIB_GET_BUF)) { in release()420 RTE_DISTRIB_GET_BUF | RTE_DISTRIB_VALID_BUF; in release()425 buf->bufptr64[i] = RTE_DISTRIB_GET_BUF; in release()468 __ATOMIC_ACQUIRE) & RTE_DISTRIB_GET_BUF) { in rte_distributor_process()[all …]
35 | RTE_DISTRIB_GET_BUF; in EAL_REGISTER_TAILQ()51 & RTE_DISTRIB_GET_BUF) in rte_distributor_poll_pkt_single()175 if (data & RTE_DISTRIB_GET_BUF) { in process_returns()185 RTE_DISTRIB_GET_BUF, in process_returns()267 if ((data & RTE_DISTRIB_GET_BUF) && in rte_distributor_process_single()303 __ATOMIC_ACQUIRE) & RTE_DISTRIB_GET_BUF)) { in rte_distributor_process_single()
32 #define RTE_DISTRIB_GET_BUF (1) /**< worker requests a buffer, returns old */ macro