| /dpdk/lib/eal/windows/include/sys/ |
| H A D | queue.h | 106 #define QMD_TRACE_HEAD(head) do { \ argument 122 #define QMD_TRACE_HEAD(head) argument 159 #define SLIST_HEAD_INITIALIZER(head) \ argument 227 #define SLIST_INIT(head) do { \ argument 341 #define STAILQ_INIT(head) do { \ argument 424 #define LIST_HEAD_INITIALIZER(head) \ argument 480 #define QMD_LIST_CHECK_HEAD(head, field) argument 526 #define LIST_INIT(head) do { \ argument 669 #define QMD_TAILQ_CHECK_HEAD(head, field) argument 730 #define TAILQ_INIT(head) do { \ 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/fm10k/base/ |
| H A D | fm10k_mbx.c | 339 u32 *head = fifo->buffer; in fm10k_mbx_write_copy() local 389 struct fm10k_mbx_info *mbx, u16 head) in fm10k_mbx_pull_head() 435 u16 end, len, head; in fm10k_mbx_read_copy() local 966 u16 type, rsvd0, head, tail, size; in fm10k_mbx_validate_msg_hdr() local 1075 u16 len, head, ack; in fm10k_mbx_reset_work() local 1169 u16 size, head; in fm10k_mbx_process_connect() local 1215 u16 head, tail; in fm10k_mbx_process_data() local 1260 u16 head; in fm10k_mbx_process_disconnect() local 1312 u16 head; in fm10k_mbx_process_error() local 1810 u16 tail, head, ver; in fm10k_sm_mbx_validate_fifo_hdr() local [all …]
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_dp.c | 32 sfc_dp_find_by_name(struct sfc_dp_list *head, enum sfc_dp_type type, in sfc_dp_find_by_name() 49 sfc_dp_find_by_caps(struct sfc_dp_list *head, enum sfc_dp_type type, in sfc_dp_find_by_caps() 67 sfc_dp_register(struct sfc_dp_list *head, struct sfc_dp *entry) in sfc_dp_register()
|
| /dpdk/lib/vhost/ |
| H A D | vhost_crypto.c | 227 struct vring_desc *head; member 490 find_write_desc(struct vhost_crypto_desc *head, struct vhost_crypto_desc *desc, in find_write_desc() 507 struct vhost_crypto_desc *head, in reach_inhdr() 526 move_desc(struct vhost_crypto_desc *head, in move_desc() 570 struct vhost_crypto_desc *head, in copy_data() 722 struct vhost_crypto_writeback_data *wb_data, *head; in prepare_write_back_data() local 839 struct vhost_crypto_desc *head, in prepare_sym_cipher_op() 991 struct vhost_crypto_desc *head, in prepare_sym_chain_op() 1173 struct vring_desc *head, struct vhost_crypto_desc *descs, in vhost_crypto_process_one_req() 1648 struct vring_desc *head = &vq->desc[desc_idx]; in rte_vhost_crypto_fetch_requests() local [all …]
|
| /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/eal/include/ |
| H A D | rte_tailq.h | 49 struct rte_tailq_head *head; member 128 #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_FOREACH(var, head, field) \ argument 38 #define RTE_TAILQ_FIRST(head) ((head)->tqh_first) argument
|
| /dpdk/lib/eal/linux/include/ |
| H A D | rte_os.h | 23 #define RTE_TAILQ_FOREACH(var, head, field) TAILQ_FOREACH(var, head, field) argument 24 #define RTE_TAILQ_FIRST(head) TAILQ_FIRST(head) argument
|
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cnxk_cryptodev_ops.h | 51 uint64_t head; member 159 pending_queue_infl_cnt(uint64_t head, uint64_t tail, const uint64_t mask) in pending_queue_infl_cnt() 169 pending_queue_free_cnt(uint64_t head, uint64_t tail, const uint64_t mask) in pending_queue_free_cnt()
|
| /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_core.h | 69 volatile uint32_t head; /**< prod/consumer head. */ member 93 volatile union __rte_ring_rts_poscnt head; member 100 uint32_t head; /**< head position */ member
|
| H A D | rte_ring_rts_elem_pvt.h | 206 uint32_t free, head; in __rte_ring_do_rts_enqueue_elem() local 247 uint32_t entries, head; in __rte_ring_do_rts_dequeue_elem() local
|
| H A D | rte_ring_hts_elem_pvt.h | 191 uint32_t free, head; in __rte_ring_do_hts_enqueue_elem() local 232 uint32_t entries, head; in __rte_ring_do_hts_dequeue_elem() local
|
| 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() 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
|
| /dpdk/lib/eal/freebsd/include/ |
| H A D | rte_os.h | 23 #define RTE_TAILQ_FOREACH(var, head, field) TAILQ_FOREACH(var, head, field) argument 24 #define RTE_TAILQ_FIRST(head) TAILQ_FIRST(head) argument
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_osdep.h | 342 #define LIST_FIRST_ENTRY(head, type, field) (type *)((head)->lh_first) argument 350 struct ice_list_head *head) in list_add_tail() 363 #define LIST_ADD_TAIL(entry, head) list_add_tail(entry, head) argument 364 #define LIST_FOR_EACH_ENTRY(pos, head, type, member) \ argument 374 #define LIST_FOR_EACH_ENTRY_SAFE(pos, tmp, head, type, member) \ argument 389 #define LIST_REPLACE_INIT(list_head, head) do { \ argument 400 #define HLIST_FOR_EACH_ENTRY(pos, head, type, member) \ argument
|
| /dpdk/drivers/event/opdl/ |
| H A D | opdl_ring.c | 52 uint32_t head; /* Head sequence number (for multi thread operation) */ member 72 uint32_t head; member 90 uint32_t head; /* Current head for single-thread operation */ member 293 uint32_t head = s->head; in opdl_ring_input_singlethread() local 324 claim_mgr_add(struct claim_manager *mgr, uint32_t tail, uint32_t head) in claim_mgr_add() 342 claim_mgr_read(struct claim_manager *mgr, uint32_t *tail, uint32_t *head) in claim_mgr_read() 374 uint32_t head; in opdl_stage_disclaim_multithread_n() local 651 uint32_t head = s->head; in opdl_ring_copy_from_burst() local 671 uint32_t head = s->head; in opdl_ring_copy_to_burst() local
|
| /dpdk/drivers/crypto/nitrox/ |
| H A D | nitrox_qp.h | 29 uint32_t head; member 82 uint32_t head = qp->head % qp->count; in nitrox_qp_enqueue() local
|
| /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/drivers/net/mlx5/ |
| H A D | mlx5_utils.h | 595 #define ILIST_INSERT(pool, head, idx, elem, field) \ argument 609 #define ILIST_REMOVE(pool, head, idx, elem, field) \ argument 630 #define ILIST_FOREACH(pool, head, idx, elem, field) \ argument 642 #define SILIST_INSERT(head, idx, elem, field) \ argument 649 #define SILIST_FOREACH(pool, head, idx, elem, field) \ argument
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_cmd.c | 24 is_valid_csq_clean_head(struct hns3_cmq_ring *ring, int head) in is_valid_csq_clean_head() 191 uint32_t head; in hns3_cmd_csq_clean() local 217 uint32_t head = hns3_read_dev(hw, HNS3_CMDQ_TX_HEAD_REG); in hns3_cmd_csq_done() local
|
| /dpdk/lib/node/ |
| H A D | ethdev_rx_priv.h | 51 ethdev_rx_node_elem_t *head; member
|
| /dpdk/drivers/net/failsafe/ |
| H A D | failsafe_args.c | 201 uint8_t head) in fs_parse_device_param() 263 uint8_t head; in fs_parse_sub_devices() local
|