Searched refs:RTE_DISTRIB_GET_BUF (Results 1 – 3 of 3) sorted by relevance
53 & (RTE_DISTRIB_GET_BUF | RTE_DISTRIB_RETURN_BUF))) { in EAL_REGISTER_TAILQ()80 __atomic_store_n(retptr64, *retptr64 | RTE_DISTRIB_GET_BUF, in EAL_REGISTER_TAILQ()105 & (RTE_DISTRIB_GET_BUF | RTE_DISTRIB_RETURN_BUF)) in rte_distributor_poll_pkt()180 & (RTE_DISTRIB_GET_BUF | RTE_DISTRIB_RETURN_BUF))) { in rte_distributor_return_pkt()300 & RTE_DISTRIB_GET_BUF)) in handle_worker_shutdown()351 & (RTE_DISTRIB_GET_BUF | RTE_DISTRIB_RETURN_BUF)) { in handle_returns()407 & RTE_DISTRIB_GET_BUF)) { in release()418 RTE_DISTRIB_GET_BUF | RTE_DISTRIB_VALID_BUF; in release()423 buf->bufptr64[i] = RTE_DISTRIB_GET_BUF; in release()466 __ATOMIC_ACQUIRE) & RTE_DISTRIB_GET_BUF) { in rte_distributor_process()[all …]
33 | RTE_DISTRIB_GET_BUF; in EAL_REGISTER_TAILQ()48 & RTE_DISTRIB_GET_BUF) in rte_distributor_poll_pkt_single()171 if (data & RTE_DISTRIB_GET_BUF) { in process_returns()181 RTE_DISTRIB_GET_BUF, in process_returns()262 if ((data & RTE_DISTRIB_GET_BUF) && in rte_distributor_process_single()298 __ATOMIC_ACQUIRE) & RTE_DISTRIB_GET_BUF)) { in rte_distributor_process_single()
28 #define RTE_DISTRIB_GET_BUF (1) /**< worker requests a buffer, returns old */ macro