Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 102) sorted by relevance

12345

/dpdk/drivers/common/sfc_efx/base/
H A Defx_sram.c19 uint32_t stop = start + n; in efx_sram_buf_tbl_set() local
43 if (stop >= EFX_BUF_TBL_SIZE) { in efx_sram_buf_tbl_set()
50 for (id = start; id != stop; id++) { in efx_sram_buf_tbl_set()
65 EFSYS_PROBE2(buf, uint32_t, start, uint32_t, stop - 1); in efx_sram_buf_tbl_set()
73 EFSYS_ASSERT3U(id, ==, stop); in efx_sram_buf_tbl_set()
120 id = stop; in efx_sram_buf_tbl_set()
144 uint32_t stop = start + n; in efx_sram_buf_tbl_clear() local
164 EFSYS_ASSERT3U(stop, <, EFX_BUF_TBL_SIZE); in efx_sram_buf_tbl_clear()
166 EFSYS_PROBE2(buf, uint32_t, start, uint32_t, stop - 1); in efx_sram_buf_tbl_clear()
169 FRF_AZ_BUF_CLR_CMD, 1, FRF_AZ_BUF_CLR_END_ID, stop - 1, in efx_sram_buf_tbl_clear()
/dpdk/app/test/
H A Dtest_seqlock.c25 RTE_ATOMIC(uint8_t) stop;
82 while (rte_atomic_load_explicit(&r->stop, rte_memory_order_relaxed) == 0 && in reader_run()
118 rte_atomic_store_explicit(&reader->stop, 1, rte_memory_order_relaxed); in reader_stop()
167 reader->stop = 0; in test_seqlock()
H A Dtest_pmd_perf.c286 static volatile uint64_t stop; variable
321 stop = 1; in signal_handler()
346 while (likely(!stop)) { in measure_rxtx()
383 while (likely(!stop)) { in measure_rxonly()
422 while (likely(!stop)) { in measure_txonly()
765 stop = 0; in test_pmd_perf()
/dpdk/examples/ntb/
H A Dcommands.list8 stop # stop packet forwarding
/dpdk/lib/eventdev/
H A Deventdev_trace_points.c35 lib.eventdev.stop)
75 lib.eventdev.rx.adapter.stop)
94 lib.eventdev.tx.adapter.stop)
107 lib.eventdev.timer.stop)
138 lib.eventdev.crypto.stop)
168 lib.eventdev.stop.flush.callback.register)
294 lib.eventdev.tx.adapter.queue.stop)
H A Devent_timer_adapter_pmd.h64 rte_event_timer_adapter_stop_t stop; /**< Stop adapter */
68 rte_event_timer_adapter_stop_t stop; /**< Stop adapter */ global() member
/dpdk/doc/guides/prog_guide/img/
H A Ddir_24_8_alg.svg7 <stop offset="0" stop-color="#e8ebf4" stop-opacity="1" id="stop4"/>
8 <stop offset=".24" stop-color="#f4f5f9" stop-opacity="1" id="stop6"/>
9 <stop offset=".54" stop-color="#feffff" stop-opacity="1" id="stop8"/>
/dpdk/drivers/net/sfc/
H A Dsfc_ev.c84 unsigned int stop; in sfc_ev_efx_rx() local
99 stop = (id + 1) & rxq->ptr_mask; in sfc_ev_efx_rx()
101 delta = (stop >= pending_id) ? (stop - pending_id) : in sfc_ev_efx_rx()
102 (rxq->ptr_mask + 1 - pending_id + stop); in sfc_ev_efx_rx()
136 for (i = pending_id; i != stop; i = (i + 1) & rxq->ptr_mask) { in sfc_ev_efx_rx()
236 unsigned int stop; in sfc_ev_tx() local
248 stop = (id + 1) & txq->ptr_mask; in sfc_ev_tx()
251 delta = (stop >= id) ? (stop - id) : (txq->ptr_mask + 1 - id + stop); in sfc_ev_tx()
/dpdk/lib/pdcp/
H A Dpdcp_cnt.h18 void pdcp_cnt_bitmap_range_clear(struct pdcp_cnt_bitmap bitmap, uint32_t start, uint32_t stop);
H A Dpdcp_cnt.c48 pdcp_cnt_bitmap_range_clear(struct pdcp_cnt_bitmap bitmap, uint32_t start, uint32_t stop) in pdcp_cnt_bitmap_range_clear() argument
52 for (i = start; i < stop; i++) in pdcp_cnt_bitmap_range_clear()
/dpdk/doc/guides/nics/features/
H A Dark.ini8 Queue start/stop = Y key
H A Dnfb.ini9 Queue start/stop = Y key
H A Denetc.ini13 Queue start/stop = Y key
H A Dmana.ini11 Queue start/stop = Y key
H A Dnetvsc.ini10 Queue start/stop = Y key
H A Dvmxnet3.ini10 Queue start/stop = Y key
H A Dfm10k_vf.ini11 Queue start/stop = Y key
H A Dcxgbevf.ini9 Queue start/stop = Y key
H A Didpf.ini12 Queue start/stop = Y key
H A Dvirtio.ini11 Queue start/stop = Y key
H A Dfailsafe.ini11 Queue start/stop = Y key
H A Dthunderx.ini11 Queue start/stop = Y key
H A Docteontx.ini12 Queue start/stop = P key
/dpdk/examples/bond/
H A Dcommands.list6 stop # stops listening
/dpdk/lib/dmadev/
H A Drte_dmadev_trace_points.c19 lib.dmadev.stop)

12345