/dpdk/lib/eal/windows/include/sys/ |
H A D | queue.h | 105 #define QMD_TRACE_HEAD(head) do { \ argument 121 #define QMD_TRACE_HEAD(head) argument 158 #define SLIST_HEAD_INITIALIZER(head) \ argument 197 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) argument 199 #define SLIST_FIRST(head) ((head)->slh_first) argument 201 #define SLIST_FOREACH(var, head, field) \ argument 206 #define SLIST_FOREACH_FROM(var, head, field) \ argument 211 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ argument 216 #define SLIST_FOREACH_FROM_SAFE(var, head, field, tvar) \ argument 221 #define SLIST_FOREACH_PREVPTR(var, varp, head, field) \ argument [all …]
|
/dpdk/drivers/event/dlb2/pf/base/ |
H A D | dlb2_osdep_list.h | 23 #define TAILQ_FOREACH_ENTRY(ptr, head, name, iter) \ argument 31 #define TAILQ_FOREACH_ENTRY_SAFE(ptr, head, name, iter, tvar) \ argument 47 static inline void dlb2_list_init_head(struct dlb2_list_head *head) in dlb2_list_init_head() 58 dlb2_list_add(struct dlb2_list_head *head, struct dlb2_list_entry *entry) in dlb2_list_add() 68 static inline void dlb2_list_del(struct dlb2_list_head *head, in dlb2_list_del() 81 static inline int dlb2_list_empty(struct dlb2_list_head *head) in dlb2_list_empty() 92 struct dlb2_list_head *head) in dlb2_list_splice() 103 #define DLB2_LIST_HEAD(head, type, name) \ argument 115 #define DLB2_LIST_FOR_EACH(head, ptr, name, tmp_iter) \ argument 128 #define DLB2_LIST_FOR_EACH_SAFE(head, ptr, ptr_tmp, name, tmp_iter, saf_itr) \ argument
|
/dpdk/drivers/net/sfc/ |
H A D | sfc_dp.c | 34 sfc_dp_find_by_name(struct sfc_dp_list *head, enum sfc_dp_type type, in sfc_dp_find_by_name() 51 sfc_dp_find_by_caps(struct sfc_dp_list *head, enum sfc_dp_type type, in sfc_dp_find_by_caps() 69 sfc_dp_register(struct sfc_dp_list *head, struct sfc_dp *entry) in sfc_dp_register()
|
H A D | sfc_dp_tx.h | 200 sfc_dp_find_tx_by_name(struct sfc_dp_list *head, const char *name) in sfc_dp_find_tx_by_name() 208 sfc_dp_find_tx_by_caps(struct sfc_dp_list *head, unsigned int avail_caps) in sfc_dp_find_tx_by_caps()
|
/dpdk/lib/eal/common/ |
H A D | eal_common_tailqs.c | 54 const struct rte_tailq_entry_head *head = &tailq->tailq_head; in rte_dump_tailq() local 65 struct rte_tailq_head *head = NULL; in rte_eal_tailq_create() local
|
/dpdk/lib/vhost/ |
H A D | vhost_crypto.c | 227 struct vring_desc *head; member 475 find_write_desc(struct vhost_crypto_desc *head, struct vhost_crypto_desc *desc, in find_write_desc() 492 struct vhost_crypto_desc *head, in reach_inhdr() 512 move_desc(struct vhost_crypto_desc *head, in move_desc() 587 struct vhost_crypto_desc *head, struct vhost_crypto_desc **cur_desc, in copy_data() 675 struct vhost_crypto_writeback_data *wb_data, *head; in prepare_write_back_data() local 792 struct vhost_crypto_desc *head, in prepare_sym_cipher_op() 946 struct vhost_crypto_desc *head, in prepare_sym_chain_op() 1132 struct vring_desc *head, struct vhost_crypto_desc *descs, in vhost_crypto_process_one_req() 1606 struct vring_desc *head = &vq->desc[desc_idx]; in rte_vhost_crypto_fetch_requests() local [all …]
|
/dpdk/lib/eal/include/ |
H A D | rte_tailq.h | 48 struct rte_tailq_head *head; member 127 #define RTE_TAILQ_FOREACH_SAFE(var, head, field, tvar) \ argument
|
/dpdk/lib/eal/windows/include/ |
H A D | rte_os.h | 34 #define RTE_TAILQ_FIRST(head) ((head)->tqh_first) argument 38 RTE_TAILQ_FIRST(head) global() argument
|
/dpdk/lib/eal/linux/include/ |
H A D | rte_os.h | 23 RTE_TAILQ_FOREACH(var,head,field) global() argument 24 RTE_TAILQ_FIRST(head) global() argument
|
/dpdk/drivers/common/nitrox/ |
H A D | nitrox_qp.h | 45 uint32_t head; member 102 uint32_t head = qp->head % qp->count; in nitrox_qp_enqueue() local 116 uint32_t head = qp->head % qp->count; in nitrox_qp_enqueue_sr() local
|
/dpdk/lib/graph/ |
H A D | rte_graph_model_rtc.h | 22 uint32_t head = graph->head; in rte_graph_walk_rtc() local
|
H A D | rte_graph_model_mcore_dispatch.h | 93 uint32_t head = graph->head; in rte_graph_walk_mcore_dispatch() local
|
H A D | graph_ops.c | 111 uint16_t head = 0, tail = 0; in graph_bfs() local
|
/dpdk/lib/ring/ |
H A D | rte_ring_peek_elem_pvt.h | 117 uint32_t free, head, next; in __rte_ring_do_enqueue_start() local 151 uint32_t avail, head, next; in __rte_ring_do_dequeue_start() local
|
H A D | rte_ring_rts_elem_pvt.h | 207 uint32_t free, head; __rte_ring_do_rts_enqueue_elem() local 248 uint32_t entries, head; __rte_ring_do_rts_dequeue_elem() local [all...] |
H A D | rte_ring_hts_elem_pvt.h | 193 uint32_t free, head; __rte_ring_do_hts_enqueue_elem() local 234 uint32_t entries, head; __rte_ring_do_hts_dequeue_elem() local [all...] |
H A D | rte_ring_peek_zc.h | 98 __rte_ring_get_elem_addr(struct rte_ring *r, uint32_t head, in __rte_ring_get_elem_addr() argument 128 uint32_t free, head, next; in __rte_ring_do_enqueue_zc_elem_start() local 335 uint32_t avail, head, next; in __rte_ring_do_dequeue_zc_elem_start() local [all...] |
/dpdk/lib/eal/freebsd/include/ |
H A D | rte_os.h | 23 RTE_TAILQ_FOREACH(var,head,field) global() argument 24 RTE_TAILQ_FIRST(head) global() argument
|
/dpdk/drivers/net/bnxt/tf_core/ |
H A D | ll.h | 21 struct ll_entry *head; member
|
/dpdk/drivers/bus/dpaa/include/ |
H A D | dpaa_rbtree.h | 37 struct rb_node *head, *tail; member
|
/dpdk/lib/node/ |
H A D | ethdev_rx_priv.h | 52 ethdev_rx_node_elem_t *head; member
|
H A D | kernel_rx_priv.h | 39 kernel_rx_node_elem_t *head; /* Pointer to the head node element. */ member
|
/dpdk/drivers/net/thunderx/ |
H A D | nicvf_struct.h | 25 uint32_t head; member 38 uint32_t head; member 61 uint32_t head; member
|
/dpdk/lib/acl/ |
H A D | acl_bld.c | 948 build_trie(struct acl_build_context *context, struct rte_acl_build_rule *head, in build_trie() 1076 acl_calc_wildness(struct rte_acl_build_rule *head, in acl_calc_wildness() 1119 acl_rule_stats(struct rte_acl_build_rule *head, struct rte_acl_config *config) in acl_rule_stats() 1277 sort_rules(struct rte_acl_build_rule *head) in sort_rules() 1349 struct rte_acl_build_rule *head) in acl_build_tries() 1448 struct rte_acl_build_rule *br, *head; in acl_build_rules() local
|
/dpdk/drivers/net/cnxk/ |
H A D | cn9k_rx.h | 121 struct rte_mbuf *head; in nix_cqe_xtract_mseg() local 425 uint64_t reg, head, tail; in nix_rx_nb_pkts() local 487 uint32_t head = rxq->head; in cn9k_nix_recv_pkts() local 566 uint32_t head = rxq->head; in cn9k_nix_recv_pkts_vector() local
|