Home
last modified time | relevance | path

Searched defs:head (Results 1 – 25 of 108) sorted by relevance

12345

/dpdk/lib/eal/windows/include/sys/
H A Dqueue.h106 #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 Ddlb2_osdep_list.h23 #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 Dfm10k_mbx.c339 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 Dsfc_dp.c32 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 Dvhost_crypto.c227 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 Deal_common_tailqs.c54 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 Drte_tailq.h49 struct rte_tailq_head *head; member
128 #define RTE_TAILQ_FOREACH_SAFE(var, head, field, tvar) \ argument
/dpdk/lib/eal/windows/include/
H A Drte_os.h34 #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 Drte_os.h23 #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 Dcnxk_cryptodev_ops.h51 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 Drte_ring_peek_elem_pvt.h117 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 Drte_ring_core.h69 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 Drte_ring_rts_elem_pvt.h206 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 Drte_ring_hts_elem_pvt.h191 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 Drte_ring_peek_zc.h98 __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 Drte_os.h23 #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 Dice_osdep.h342 #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 Dopdl_ring.c52 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 Dnitrox_qp.h29 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 Dll.h21 struct ll_entry *head; member
/dpdk/drivers/bus/dpaa/include/
H A Ddpaa_rbtree.h37 struct rb_node *head, *tail; member
/dpdk/drivers/net/mlx5/
H A Dmlx5_utils.h595 #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 Dhns3_cmd.c24 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 Dethdev_rx_priv.h51 ethdev_rx_node_elem_t *head; member
/dpdk/drivers/net/failsafe/
H A Dfailsafe_args.c201 uint8_t head) in fs_parse_device_param()
263 uint8_t head; in fs_parse_sub_devices() local

12345