| /dpdk/drivers/net/sfc/ |
| H A D | sfc_ef10_essb_rx.c | 255 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 D | sfc_ef10_rx.c | 257 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 D | e1000_phy.c | 4099 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 D | igc_phy.c | 4210 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 D | octeontx_mbox.c | 34 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 D | main.c | 889 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 D | main.h | 47 volatile uint8_t ready; member
|
| /dpdk/drivers/event/sw/ |
| H A D | sw_evdev_scheduler.c | 289 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 D | sw_evdev.h | 92 uint8_t ready; /**< Entry is ready to be reordered */ member
|
| /dpdk/doc/guides/platform/ |
| H A D | dpaa2.rst | 71 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 D | dpaa.rst | 103 DPAA based resources can be configured easily with the help of ready scripts
|
| H A D | octeontx.rst | 92 Once the target is ready for native compilation, the OCTEON TX platform
|
| /dpdk/doc/guides/vdpadevs/ |
| H A D | ifc.rst | 48 in VM gets ready. 59 vhost API. When QEMU vhost connection gets ready, the assigned VF will
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_trace_points.c | 68 lib.eal.thread.lcore.ready)
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | multi_process.rst | 68 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 D | l2_forward_job_stats.rst | 268 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 D | hello_world.rst | 52 Once the EAL is initialized, the application is ready to launch a function on an lcore.
|
| H A D | skeleton.rst | 82 Once the initialization is complete, the application is ready to launch a
|
| /dpdk/doc/guides/nics/ |
| H A D | axgbe.rst | 48 Now system is ready to run DPDK application.
|
| /dpdk/doc/guides/dmadevs/ |
| H A D | cnxk.rst | 50 Once configured, the device can then be made ready for use
|
| H A D | ioat.rst | 86 Once configured, the device can then be made ready for use by calling the
|
| /dpdk/drivers/baseband/la12xx/ |
| H A D | bbdev_la12xx.c | 320 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 D | vhost_user.c | 515 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 D | vulnerability.rst | 175 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 D | mlx5.rst | 20 as ConnectX-6 is FIPS 140-2 level-2 ready.
|