Home
last modified time | relevance | path

Searched refs:STAILQ_ENTRY (Results 1 – 14 of 14) sorted by relevance

/dpdk/lib/graph/
H A Dgraph_private.h49 STAILQ_ENTRY(node) next; /**< Next node in the list. */
67 STAILQ_ENTRY(graph_node) next; /**< Next graph node in the list. */
79 STAILQ_ENTRY(graph) next;
/dpdk/lib/eal/common/
H A Deal_trace.h32 STAILQ_ENTRY(trace_point) next;
49 STAILQ_ENTRY(trace_arg) next;
/dpdk/drivers/net/thunderx/base/
H A Dnicvf_bsvf.h16 STAILQ_ENTRY(svf_entry) next; /**< Next element's pointer */
/dpdk/lib/eal/linux/include/
H A Drte_os.h27 #define RTE_STAILQ_ENTRY(type) STAILQ_ENTRY(type)
/dpdk/lib/eal/freebsd/include/
H A Drte_os.h27 #define RTE_STAILQ_ENTRY(type) STAILQ_ENTRY(type)
/dpdk/drivers/net/bnxt/
H A Dbnxt_vnic.h18 STAILQ_ENTRY(bnxt_vnic_info) next;
H A Dbnxt_filter.h34 STAILQ_ENTRY(bnxt_filter_info) next;
H A Dbnxt.h312 STAILQ_ENTRY(rte_flow) next;
/dpdk/app/test-eventdev/
H A Devt_test.h81 STAILQ_ENTRY(evt_test_entry) next;
/dpdk/drivers/bus/vmbus/
H A Dprivate.h68 STAILQ_ENTRY(vmbus_channel) next;
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dbnxt_ulp.h112 STAILQ_ENTRY(bnxt_ulp_session_state) next;
/dpdk/drivers/net/liquidio/
H A Dlio_struct.h18 STAILQ_ENTRY(lio_stailq_node) entries;
/dpdk/drivers/common/cnxk/
H A Droc_bphy_irq.c24 STAILQ_ENTRY(roc_bphy_irq_stack) entries;
/dpdk/lib/eal/windows/include/sys/
H A Dqueue.h296 #define STAILQ_ENTRY(type) \ macro