Home
last modified time | relevance | path

Searched refs:ready (Results 1 – 25 of 45) sorted by relevance

12

/dpdk/drivers/net/sfc/
H A Dsfc_ef10_essb_rx.c255 unsigned int ready; in sfc_ef10_essb_rx_process_ev() local
257 ready = (EFX_QWORD_FIELD(rx_ev, ESF_DZ_RX_DSC_PTR_LBITS) - in sfc_ef10_essb_rx_process_ev()
261 rxq->bufs_ptr += ready; in sfc_ef10_essb_rx_process_ev()
262 rxq->bufs_pending += ready; in sfc_ef10_essb_rx_process_ev()
264 SFC_ASSERT(ready > 0); in sfc_ef10_essb_rx_process_ev()
275 if (ready < rxq->left_in_pending) { in sfc_ef10_essb_rx_process_ev()
276 todo_bufs = ready; in sfc_ef10_essb_rx_process_ev()
277 ready = 0; in sfc_ef10_essb_rx_process_ev()
281 ready -= todo_bufs; in sfc_ef10_essb_rx_process_ev()
306 } while (ready > 0); in sfc_ef10_essb_rx_process_ev()
H A Dsfc_ef10_rx.c257 unsigned int ready; in sfc_ef10_rx_process_event() local
264 ready = (EFX_QWORD_FIELD(rx_ev, ESF_DZ_RX_DSC_PTR_LBITS) - pending) & in sfc_ef10_rx_process_event()
267 if (ready == 0) { in sfc_ef10_rx_process_event()
274 rxq->pending = pending + ready; in sfc_ef10_rx_process_event()
291 SFC_ASSERT(ready == 1); in sfc_ef10_rx_process_event()
344 if (ready == 1) in sfc_ef10_rx_process_event()
360 SFC_ASSERT(ready == 1); in sfc_ef10_rx_process_event()
539 unsigned int ready; in sfc_ef10_rx_qdesc_npending() local
546 ready = (EFX_QWORD_FIELD(rx_ev, ESF_DZ_RX_DSC_PTR_LBITS) - in sfc_ef10_rx_qdesc_npending()
549 pending += ready; in sfc_ef10_rx_qdesc_npending()
/dpdk/drivers/net/e1000/base/
H A De1000_phy.c4099 bool ready; in e1000_read_phy_reg_mphy() local
4105 if (!ready) in e1000_read_phy_reg_mphy()
4113 if (!ready) in e1000_read_phy_reg_mphy()
4121 if (!ready) in e1000_read_phy_reg_mphy()
4132 if (!ready) in e1000_read_phy_reg_mphy()
4139 if (!ready) in e1000_read_phy_reg_mphy()
4162 bool ready; in e1000_write_phy_reg_mphy() local
4168 if (!ready) in e1000_write_phy_reg_mphy()
4184 if (!ready) in e1000_write_phy_reg_mphy()
4198 if (!ready) in e1000_write_phy_reg_mphy()
[all …]
/dpdk/drivers/net/igc/base/
H A Digc_phy.c4210 bool ready; in igc_read_phy_reg_mphy() local
4216 if (!ready) in igc_read_phy_reg_mphy()
4232 if (!ready) in igc_read_phy_reg_mphy()
4243 if (!ready) in igc_read_phy_reg_mphy()
4250 if (!ready) in igc_read_phy_reg_mphy()
4272 bool ready; in igc_write_phy_reg_mphy() local
4278 if (!ready) in igc_write_phy_reg_mphy()
4294 if (!ready) in igc_write_phy_reg_mphy()
4308 if (!ready) in igc_write_phy_reg_mphy()
4315 if (!ready) in igc_write_phy_reg_mphy()
[all …]
/dpdk/drivers/common/octeontx/
H A Docteontx_mbox.c34 uint8_t ready; member
318 if (m->ready) in octeontx_mbox_init()
339 m->ready = 1; in octeontx_mbox_init()
/dpdk/examples/vhost/
H A Dmain.c889 if (vdev->ready == DEVICE_RX && in find_vhost_dev()
941 vdev->ready = DEVICE_RX; in link_vmdq()
957 if (vdev->ready == DEVICE_RX) { in unlink_vmdq()
977 vdev->ready = DEVICE_MAC_LEARNING; in unlink_vmdq()
1405 if (unlikely(vdev->ready == DEVICE_MAC_LEARNING) && count) { in drain_virtio_tx()
1466 vdev->ready = DEVICE_SAFE_REMOVE; in switch_worker()
1470 if (likely(vdev->ready == DEVICE_RX)) in switch_worker()
1502 while(vdev->ready != DEVICE_SAFE_REMOVE) { in destroy_device()
1599 vdev->ready = DEVICE_MAC_LEARNING; in new_device()
H A Dmain.h47 volatile uint8_t ready; member
/dpdk/drivers/event/sw/
H A Dsw_evdev_scheduler.c289 if (!entry->ready) in sw_schedule_reorder()
321 entry->ready = (j != entry->num_fragments); in sw_schedule_reorder()
325 if (!entry->ready) { in sw_schedule_reorder()
409 tmp_rob_ptr->ready = eop * needs_reorder; in __pull_port_lb()
H A Dsw_evdev.h92 uint8_t ready; /**< Entry is ready to be reordered */ member
/dpdk/doc/guides/platform/
H A Ddpaa2.rst71 DPAA2 based resources can be configured easily with the help of ready scripts
101 DPAA2 based resources can be configured easily with the help of ready scripts
H A Ddpaa.rst103 DPAA based resources can be configured easily with the help of ready scripts
H A Docteontx.rst92 Once the target is ready for native compilation, the OCTEON TX platform
/dpdk/doc/guides/vdpadevs/
H A Difc.rst48 in VM gets ready.
59 vhost API. When QEMU vhost connection gets ready, the assigned VF will
/dpdk/lib/eal/common/
H A Deal_common_trace_points.c68 lib.eal.thread.lcore.ready)
/dpdk/doc/guides/sample_app_ug/
H A Dmulti_process.rst68 EAL: Main core 0 is ready (tid=54e41820)
69 EAL: Core 1 is ready (tid=53b32700)
94 EAL: Main core 10 is ready (tid=b5f89820) EAL: Main core 8 is ready (tid=864a3820)
95 EAL: Core 11 is ready (tid=84ffe700) EAL: Core 9 is ready (tid=85995700)
H A Dl2_forward_job_stats.rst268 Second inner while loop do the whole jobs management. When any job is ready, the use rte_timer_mana…
270 …ish() is called to mark loop end - no other jobs are ready to execute. By this time stats are read…
273 …le job (idle stats counter). Its only purpose is monitoring if any job is ready or stats job read …
H A Dhello_world.rst52 Once the EAL is initialized, the application is ready to launch a function on an lcore.
H A Dskeleton.rst82 Once the initialization is complete, the application is ready to launch a
/dpdk/doc/guides/nics/
H A Daxgbe.rst48 Now system is ready to run DPDK application.
/dpdk/doc/guides/dmadevs/
H A Dcnxk.rst50 Once configured, the device can then be made ready for use
H A Dioat.rst86 Once configured, the device can then be made ready for use by calling the
/dpdk/drivers/baseband/la12xx/
H A Dbbdev_la12xx.c320 int ready = 0; in la12xx_start() local
331 while (!ready) in la12xx_start()
332 ready = CHK_HIF_MOD_RDY(hif_start, HIF_MOD_READY_IPC_APP); in la12xx_start()
/dpdk/lib/vhost/
H A Dvhost_user.c515 if (vq->ready) in numa_realloc()
1760 if (vq->ready) { in vhost_user_set_vring_call()
1761 vq->ready = false; in vhost_user_set_vring_call()
2034 if (vq->ready) { in vhost_user_set_vring_kick()
2035 vq->ready = false; in vhost_user_set_vring_kick()
3041 if (cur_ready != (vq && vq->ready)) { in vhost_user_msg_handler()
3042 vq->ready = cur_ready; in vhost_user_msg_handler()
/dpdk/doc/guides/contributing/
H A Dvulnerability.rst175 Backports to the identified affected versions are done once the fix is ready.
181 When the fix is ready, the security advisory and patches are sent
/dpdk/doc/guides/cryptodevs/
H A Dmlx5.rst20 as ConnectX-6 is FIPS 140-2 level-2 ready.

12