| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_sram.c | 19 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 D | test_seqlock.c | 25 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 D | test_pmd_perf.c | 286 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 D | commands.list | 8 stop # stop packet forwarding
|
| /dpdk/lib/eventdev/ |
| H A D | eventdev_trace_points.c | 35 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 D | event_timer_adapter_pmd.h | 64 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 D | dir_24_8_alg.svg | 7 <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 D | sfc_ev.c | 84 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 D | pdcp_cnt.h | 18 void pdcp_cnt_bitmap_range_clear(struct pdcp_cnt_bitmap bitmap, uint32_t start, uint32_t stop);
|
| H A D | pdcp_cnt.c | 48 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 D | ark.ini | 8 Queue start/stop = Y key
|
| H A D | nfb.ini | 9 Queue start/stop = Y key
|
| H A D | enetc.ini | 13 Queue start/stop = Y key
|
| H A D | mana.ini | 11 Queue start/stop = Y key
|
| H A D | netvsc.ini | 10 Queue start/stop = Y key
|
| H A D | vmxnet3.ini | 10 Queue start/stop = Y key
|
| H A D | fm10k_vf.ini | 11 Queue start/stop = Y key
|
| H A D | cxgbevf.ini | 9 Queue start/stop = Y key
|
| H A D | idpf.ini | 12 Queue start/stop = Y key
|
| H A D | virtio.ini | 11 Queue start/stop = Y key
|
| H A D | failsafe.ini | 11 Queue start/stop = Y key
|
| H A D | thunderx.ini | 11 Queue start/stop = Y key
|
| H A D | octeontx.ini | 12 Queue start/stop = P key
|
| /dpdk/examples/bond/ |
| H A D | commands.list | 6 stop # stops listening
|
| /dpdk/lib/dmadev/ |
| H A D | rte_dmadev_trace_points.c | 19 lib.dmadev.stop)
|