| /dpdk/drivers/net/sfc/ |
| H A D | sfc_ef10_rx.c | 65 unsigned int pending; member 256 unsigned int pending = rxq->pending; in sfc_ef10_rx_process_event() local 274 rxq->pending = pending + ready; in sfc_ef10_rx_process_event() 283 } while (pending != rxq->pending); in sfc_ef10_rx_process_event() 284 rxq->completed = pending; in sfc_ef10_rx_process_event() 315 rxq->completed = pending; in sfc_ef10_rx_process_event() 357 rxq->completed = pending; in sfc_ef10_rx_process_event() 368 while (pending != rxq->pending) { in sfc_ef10_rx_process_event() 538 unsigned int pending = rxq->pending; in sfc_ef10_rx_qdesc_npending() local 547 pending) & in sfc_ef10_rx_qdesc_npending() [all …]
|
| H A D | sfc_ef10_tx.c | 145 unsigned int pending = completed; in sfc_ef10_tx_reap() local 147 pending += sfc_ef10_tx_process_events(txq); in sfc_ef10_tx_reap() 149 if (pending != completed) { in sfc_ef10_tx_reap() 174 } while (++completed != pending); in sfc_ef10_tx_reap() 751 unsigned int pending = completed; in sfc_ef10_simple_tx_reap() local 753 pending += sfc_ef10_tx_process_events(txq); in sfc_ef10_simple_tx_reap() 755 if (pending != completed) { in sfc_ef10_simple_tx_reap() 771 } while (++completed != pending); in sfc_ef10_simple_tx_reap()
|
| H A D | sfc_tx.h | 74 unsigned int pending; member
|
| H A D | sfc_rx.h | 78 unsigned int pending; member
|
| H A D | sfc_ev.c | 100 pending_id = rxq->pending & rxq->ptr_mask; in sfc_ev_efx_rx() 145 rxq->pending += delta; in sfc_ev_efx_rx() 249 id = txq->pending & txq->ptr_mask; in sfc_ev_tx() 253 txq->pending += delta; in sfc_ev_tx()
|
| /dpdk/lib/rcu/ |
| H A D | rte_rcu_qsbr.c | 418 unsigned int *freed, unsigned int *pending, in rte_rcu_qsbr_dq_reclaim() argument 462 if (pending != NULL) in rte_rcu_qsbr_dq_reclaim() 463 *pending = rte_ring_count(dq->r); in rte_rcu_qsbr_dq_reclaim() 472 unsigned int pending; in rte_rcu_qsbr_dq_delete() local 482 rte_rcu_qsbr_dq_reclaim(dq, ~0, NULL, &pending, NULL); in rte_rcu_qsbr_dq_delete() 483 if (pending != 0) { in rte_rcu_qsbr_dq_delete()
|
| /dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev_hw_access.c | 686 uint32_t pending, retries = 5; in otx_cpt_stop_device() local 690 pending = otx_cpt_read_vq_doorbell(cptvf); in otx_cpt_stop_device() 691 while (pending) { in otx_cpt_stop_device() 693 cptvf->dev_name, pending); in otx_cpt_stop_device() 695 pending = otx_cpt_read_vq_doorbell(cptvf); in otx_cpt_stop_device() 701 if (!retries && pending) { in otx_cpt_stop_device() 703 cptvf->dev_name, pending); in otx_cpt_stop_device()
|
| /dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_rxtx.c | 646 pending = 1; in dump_err_pkts() 658 pending = 0; in dump_err_pkts() 681 } while (pending); in dump_err_pkts() 781 pending = 1; in dpaa2_dev_prefetch_rx() 794 pending = 0; in dpaa2_dev_prefetch_rx() 995 pending = 1; in dpaa2_dev_rx() 1007 pending = 0; in dpaa2_dev_rx() 1119 pending = 1; in dpaa2_dev_tx_conf() 1131 pending = 0; in dpaa2_dev_tx_conf() 1955 pending = 1; in dpaa2_dev_loopback_rx() [all …]
|
| /dpdk/lib/mbuf/ |
| H A D | rte_mbuf.c | 462 struct rte_mbuf ** const pending, unsigned int * const nb_pending, in __rte_pktmbuf_free_seg_via_array() argument 468 (*nb_pending > 0 && m->pool != pending[0]->pool)) { in __rte_pktmbuf_free_seg_via_array() 469 rte_mempool_put_bulk(pending[0]->pool, in __rte_pktmbuf_free_seg_via_array() 470 (void **)pending, *nb_pending); in __rte_pktmbuf_free_seg_via_array() 474 pending[(*nb_pending)++] = m; in __rte_pktmbuf_free_seg_via_array() 487 struct rte_mbuf *m, *m_next, *pending[RTE_PKTMBUF_FREE_PENDING_SZ]; in rte_pktmbuf_free_bulk() local 500 pending, &nb_pending, in rte_pktmbuf_free_bulk() 507 rte_mempool_put_bulk(pending[0]->pool, (void **)pending, nb_pending); in rte_pktmbuf_free_bulk()
|
| /dpdk/lib/timer/ |
| H A D | rte_timer.c | 509 __TIMER_STAT_ADD(priv_timer, pending, -1); in __rte_timer_reset() 524 __TIMER_STAT_ADD(priv_timer, pending, 1); in __rte_timer_reset() 607 __TIMER_STAT_ADD(priv_timer, pending, -1); in __rte_timer_stop() 743 __TIMER_STAT_ADD(priv_timer, pending, -1); in __rte_timer_manage() 764 __TIMER_STAT_ADD(priv_timer, pending, 1); in __rte_timer_manage() 929 __TIMER_STAT_ADD(data->priv_timer, pending, -1); in rte_timer_alt_manage() 952 __TIMER_STAT_ADD(data->priv_timer, pending, 1); in rte_timer_alt_manage() 1052 sum.pending += priv_timer[lcore_id].stats.pending; in __rte_timer_dump_stats() 1058 fprintf(f, " pending = %"PRIu64"\n", sum.pending); in __rte_timer_dump_stats()
|
| H A D | rte_timer.h | 84 uint64_t pending; /**< Number of pending/running timers. */ member
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_dcf.c | 95 cmd->pending = 1; in ice_dcf_vc_cmd_set() 141 if (cmd->v_op == v_op && cmd->pending) { in ice_dcf_aq_cmd_handle() 151 cmd->pending = 0; in ice_dcf_aq_cmd_handle() 163 uint16_t pending = 1; in ice_dcf_handle_virtchnl_msg() local 169 while (pending && !hw->resetting) { in ice_dcf_handle_virtchnl_msg() 170 ret = iavf_clean_arq_element(&hw->avf, &info, &pending); in ice_dcf_handle_virtchnl_msg() 451 if (!cmd->pending) in ice_dcf_execute_virtchnl_cmd() 512 if (!desc_cmd.pending && !buff_cmd.pending) in ice_dcf_send_aq_cmd() 783 args.pending = 0; in ice_dcf_configure_rss_key() 815 args.pending = 0; in ice_dcf_configure_rss_lut()
|
| H A D | ice_dcf.h | 37 volatile int pending; member
|
| /dpdk/drivers/dma/skeleton/ |
| H A D | skeleton_dmadev.c | 167 struct rte_ring *pending; in vchan_setup() local 182 pending = rte_ring_create("dma_skeleton_desc_pending", nb_desc, in vchan_setup() 188 if (empty == NULL || pending == NULL || running == NULL || in vchan_setup() 192 rte_ring_free(pending); in vchan_setup() 208 hw->desc_pending = pending; in vchan_setup()
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.c | 3630 uint32_t *pending = &o->pending; in ecore_queue_state_change() local 3683 ECORE_SET_BIT(bit, &obj->pending); in ecore_queue_set_pending() 4416 o->pending = 0; in ecore_queue_chk_transition() 4423 if (o->pending) { in ecore_queue_chk_transition() 4425 o->pending); in ecore_queue_chk_transition() 4669 if (o->pending) in ecore_func_get_state() 4775 o->pending = 0; in ecore_func_chk_transition() 4782 if (o->pending) in ecore_func_chk_transition() 5314 uint32_t *pending = &o->pending; in ecore_func_state_change() local 5340 ECORE_SET_BIT(cmd, pending); in ecore_func_state_change() [all …]
|
| H A D | ecore_sp.h | 99 #define ECORE_RET_PENDING(pending_bit, pending) \ argument 100 (ECORE_TEST_BIT(pending_bit, pending) ? ECORE_PENDING : ECORE_SUCCESS) 1490 uint32_t pending; member 1758 uint32_t pending; member
|
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_spq.c | 521 OSAL_LIST_INIT(&p_spq->pending); in ecore_spq_setup() 680 p_ent->queue = &p_spq->pending; in ecore_spq_get_entry() 760 OSAL_LIST_PUSH_TAIL(&p_ent->list, &p_spq->pending); in ecore_spq_add_entry() 764 OSAL_LIST_PUSH_HEAD(&p_ent->list, &p_spq->pending); in ecore_spq_add_entry() 849 &p_spq->pending, SPQ_HIGH_PRI_RESERVE_DEFAULT); in ecore_spq_pend_post()
|
| H A D | ecore_spq.h | 107 osal_list_t pending; member
|
| /dpdk/drivers/raw/dpaa2_qdma/ |
| H A D | dpaa2_qdma.c | 590 uint8_t status, pending; in dpdmai_dev_dequeue_multijob_prefetch() local 675 pending = 1; in dpdmai_dev_dequeue_multijob_prefetch() 688 pending = 0; in dpdmai_dev_dequeue_multijob_prefetch() 703 } while (pending); in dpdmai_dev_dequeue_multijob_prefetch() 744 uint8_t status, pending; in dpdmai_dev_dequeue_multijob_no_prefetch() local 806 pending = 1; in dpdmai_dev_dequeue_multijob_no_prefetch() 817 pending = 0; in dpdmai_dev_dequeue_multijob_no_prefetch() 835 } while (pending); in dpdmai_dev_dequeue_multijob_no_prefetch()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | timer_lib.rst | 30 with all pending timers for a core being maintained in order of timer expiry in a skiplist data str… 38 which is a union of a timer state (stopped, pending, running, config) and an owner (lcore id).
|
| /dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_filter.c | 162 if (f->pending) in writable_filter() 449 f->pending = 1; in cxgbe_del_hash_filter() 705 f->pending = 1; in cxgbe_set_hash_filter() 772 f->pending = 1; in del_filter_wr() 881 f->pending = 1; in set_filter_wr() 1188 f->pending = 0; /* asynchronous setup completed */ in cxgbe_hash_filter_rpl() 1273 f->pending = 0; /* asynchronous setup completed */ in cxgbe_filter_rpl()
|
| H A D | cxgbe_filter.h | 184 u32 pending:1; /* filter action is pending FW reply */ member
|
| /dpdk/drivers/dma/dpaa/ |
| H A D | dpaa_qdma.c | 320 queue_temp->pending = 0; in fsl_qdma_alloc_queue_resources() 624 fsl_queue->pending++; in fsl_qdma_enqueue_desc() 755 while (fsl_queue->pending) { in dpaa_qdma_submit() 759 fsl_queue->pending--; in dpaa_qdma_submit()
|
| H A D | dpaa_qdma.h | 169 u32 pending; member
|
| /dpdk/drivers/bus/vmbus/ |
| H A D | rte_vmbus_reg.h | 31 uint32_t pending; member
|