Home
last modified time | relevance | path

Searched refs:started (Results 1 – 25 of 112) sorted by relevance

12345

/dpdk/lib/bbdev/
H A Drte_bbdev.c321 if (dev->data->started) { in rte_bbdev_setup_queues()
409 if (dev->data->started) { in rte_bbdev_intr_enable()
448 if (dev->data->queues[queue_id].started || dev->data->started) { in rte_bbdev_queue_configure()
560 if (dev->data->started) { in rte_bbdev_start()
576 dev->data->queues[i].started = true; in rte_bbdev_start()
577 dev->data->started = true; in rte_bbdev_start()
591 if (!dev->data->started) { in rte_bbdev_stop()
598 dev->data->started = false; in rte_bbdev_stop()
614 if (dev->data->started) { in rte_bbdev_close()
798 dev_info->started = dev->data->started; in rte_bbdev_info_get()
[all …]
H A Drte_bbdev.h316 bool started; /**< Set if device is currently started */ member
341 bool started; member
368 bool started; /**< Queue state */ member
408 bool started; /**< Device run-time state */ member
/dpdk/lib/acl/
H A Dacl_run.h38 uint32_t started; member
163 flows->started++; in acl_start_next_trie()
180 flows->started = 0; in acl_set_flow()
216 flows->started--; in acl_match_check()
H A Dacl_run_neon.h182 while (flows.started > 0) { in search_neon_8()
243 while (flows.started > 0) { in search_neon_4()
H A Dacl_run_sse.h232 while (flows.started > 0) { in search_sse_8()
308 while (flows.started > 0) { in search_sse_4()
/dpdk/lib/rawdev/
H A Drte_rawdev.c106 if (dev->started) { in rte_rawdev_configure()
387 if (dev->started != 0) { in rte_rawdev_start()
401 dev->started = 1; in rte_rawdev_start()
415 if (dev->started == 0) { in rte_rawdev_stop()
427 dev->started = 0; in rte_rawdev_stop()
440 if (dev->started == 1) { in rte_rawdev_close()
509 rawdev->started = 0; in rte_rawdev_pmd_allocate()
H A Drte_rawdev.h301 uint8_t started : 1; member
/dpdk/drivers/net/axgbe/
H A Daxgbe_i2c.c293 if (!pdata->i2c.started) in axgbe_i2c_stop()
298 pdata->i2c.started = 0; in axgbe_i2c_stop()
306 if (pdata->i2c.started) in axgbe_i2c_start()
311 pdata->i2c.started = 1; in axgbe_i2c_start()
/dpdk/drivers/net/sfc/
H A Dsfc_repr_proxy.h71 bool started; member
124 bool started; member
H A Dsfc_repr_proxy.c143 mbox->port->started = true; in sfc_repr_proxy_mbox_handle()
146 mbox->port->started = false; in sfc_repr_proxy_mbox_handle()
310 if (!port->started) in sfc_repr_proxy_routine()
1032 if (rp->started) { in sfc_repr_proxy_do_start_port()
1041 port->started = true; in sfc_repr_proxy_do_start_port()
1062 if (rp->started) { in sfc_repr_proxy_do_stop_port()
1071 port->started = false; in sfc_repr_proxy_do_stop_port()
1173 rp->started = true; in sfc_repr_proxy_start()
1276 rp->started = false; in sfc_repr_proxy_stop()
1322 if (rp->started) { in sfc_repr_proxy_add_port()
[all …]
/dpdk/app/test-bbdev/
H A Dtest_bbdev.c187 TEST_ASSERT_SUCCESS(info.started, "Failed test for rte_bbdev_info_get: " in test_bbdev_configure_stop_device()
188 "started value: %u", info.started); in test_bbdev_configure_stop_device()
212 TEST_ASSERT_FAIL(info.started, "Failed test for rte_bbdev_info_get: " in test_bbdev_configure_stop_device()
213 "started value: %u", info.started); in test_bbdev_configure_stop_device()
237 TEST_ASSERT_SUCCESS(info.started, "Failed test for rte_bbdev_info_get: " in test_bbdev_configure_stop_device()
238 "started value: %u", info.started); in test_bbdev_configure_stop_device()
359 TEST_ASSERT(qinfo.started == 0, in test_bbdev_configure_stop_queue()
361 "invalid value for qinfo.started:%u", qinfo.started); in test_bbdev_configure_stop_queue()
378 TEST_ASSERT(qinfo.started == 1, in test_bbdev_configure_stop_queue()
380 "invalid value for qinfo.started:%u", qinfo.started); in test_bbdev_configure_stop_queue()
/dpdk/app/test/
H A Dtest_trace_perf.c19 volatile bool started; member
71 while (!data->ldata[workers].started) in wait_till_workers_are_ready()
103 ldata->started = 1; \
/dpdk/drivers/net/virtio/
H A Dvirtio_rxtx_packed.c35 if (unlikely(hw->started == 0 && tx_pkts != hw->inject_pkts)) in virtio_xmit_pkts_packed_vec()
90 if (unlikely(hw->started == 0)) in virtio_recv_pkts_packed_vec()
/dpdk/lib/eventdev/
H A Drte_event_timer_adapter.c64 int started; in default_port_conf_cb() local
76 started = dev->data->dev_started; in default_port_conf_cb()
77 if (started) in default_port_conf_cb()
85 if (started) in default_port_conf_cb()
111 if (started) in default_port_conf_cb()
274 if (adapter->data->started) { in rte_event_timer_adapter_start()
284 adapter->data->started = 1; in rte_event_timer_adapter_start()
297 if (adapter->data->started == 0) { in rte_event_timer_adapter_stop()
307 adapter->data->started = 0; in rte_event_timer_adapter_stop()
384 if (adapter->data->started == 1) { in rte_event_timer_adapter_free()
H A Devent_timer_adapter_pmd.h106 uint8_t started : 1; member
H A Drte_event_eth_tx_adapter.c264 int started; in txa_service_conf_cb() local
271 started = dev->data->dev_started; in txa_service_conf_cb()
272 if (started) in txa_service_conf_cb()
282 if (started) { in txa_service_conf_cb()
293 if (started) { in txa_service_conf_cb()
302 if (started) in txa_service_conf_cb()
/dpdk/drivers/net/virtio/virtio_user/
H A Dvirtio_user_dev.c207 dev->started = true; in virtio_user_start_device()
230 if (!dev->started) in virtio_user_stop_device()
249 dev->started = false; in virtio_user_stop_device()
462 if (dev->started == false) in virtio_user_mem_event_cb()
579 dev->started = 0; in virtio_user_dev_init()
942 hw->started = 0; in virtio_user_dev_reset_queues_packed()
962 hw->started = 1; in virtio_user_dev_reset_queues_packed()
1080 if (!dev->started) in virtio_user_dev_server_reconnect()
H A Dvirtio_user_dev.h59 bool started; member
/dpdk/examples/vhost_blk/
H A Dvhost_blk.c623 if (ctrlr->started) in new_device()
695 ctrlr->started = 1; in new_device()
721 if (!ctrlr->started) in destroy_device()
744 ctrlr->started = 0; in destroy_device()
870 if (ctrlr->started) in signal_handler()
H A Dvhost_blk.h70 uint8_t started; member
/dpdk/drivers/net/pfe/
H A Dpfe_hif.c373 if (!hif->started) { in pfe_hif_rx_process()
374 hif->started = 1; in pfe_hif_rx_process()
430 hif->started = 0; in pfe_hif_rx_process()
464 hif->started = 0; in pfe_hif_rx_process()
/dpdk/drivers/raw/ioat/
H A Drte_ioat_rawdev_fns.h40 uint64_t started; member
214 ioat->xstats.started = ioat->xstats.enqueued; in __ioat_perform_ops()
/dpdk/examples/pipeline/examples/
H A Dlearner.cli36 ; Once the application has started, the command to get the CLI prompt is: telnet 0.0.0.0 8086
/dpdk/drivers/net/ark/
H A Dark_global.h146 int started; member
/dpdk/lib/cmdline/
H A Dcmdline_rdline.c655 char c, started=0, div=100; in rdline_miniprintf() local
671 if (c || started) { in rdline_miniprintf()
673 started = 1; in rdline_miniprintf()

12345