Home
last modified time | relevance | path

Searched refs:trigger (Results 1 – 18 of 18) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_mbox.c111 mbox->trigger = RVU_AF_AFPF_MBOX0; in mbox_init()
116 mbox->trigger = RVU_PF_PFAF_MBOX1; in mbox_init()
121 mbox->trigger = RVU_PF_VFX_PFVF_MBOX0; in mbox_init()
126 mbox->trigger = RVU_VF_VFPF_MBOX1; in mbox_init()
231 (mbox->trigger | in mbox_msg_send()
365 if (mbox->trigger == RVU_PF_VFX_PFVF_MBOX1 || in mbox_wait_for_rsp_tmo()
366 mbox->trigger == RVU_PF_VFX_PFVF_MBOX0) { in mbox_wait_for_rsp_tmo()
H A Droc_mbox_priv.h59 uint64_t trigger; /* Trigger mbox notification */ member
/dpdk/drivers/net/qede/base/
H A Decore_vf.c79 struct ustorm_trigger_vf_zone trigger; in ecore_send_msg2pf() local
90 OSAL_MEMSET(&trigger, 0, sizeof(struct ustorm_trigger_vf_zone)); in ecore_send_msg2pf()
91 trigger.vf_pf_msg_valid = 1; in ecore_send_msg2pf()
101 *((u32 *)&trigger), &zone_data->trigger); in ecore_send_msg2pf()
116 REG_WR(p_hwfn, (osal_uintptr_t)&zone_data->trigger, in ecore_send_msg2pf()
117 *((u32 *)&trigger)); in ecore_send_msg2pf()
H A Decore_hsi_common.h1870 struct ustorm_trigger_vf_zone trigger /* interrupt triggering zone */; member
/dpdk/doc/guides/prog_guide/
H A Dpoll_mode_drv.rst329 in ``rte_eth_[rt]x_queue_setup()``. It must be per-queue type, otherwise trigger an error log.
597 to trigger a port reset. Normally, a DPDK application would invokes this
600 It is the duty of the PMD to trigger RTE_ETH_EVENT_INTR_RESET events and
602 events. When a PMD needs to trigger a reset, it can trigger an
609 this event and also trigger an interrupt to VFs. Then in the interrupt
614 call the registered callback function. The callback function can trigger
623 The PMD itself should not call rte_eth_dev_reset(). The PMD can trigger
H A Dmulti_proc_support.rst222 Both messages and requests will trigger a named callback on the receiver side.
287 this, it may not be possible for DPDK to trigger another interrupt-based
302 message to be delivered and for the callback to be trigger.
352 registered, it is expected that IPC should be safe to trigger it, even if the
H A Dbuild-sdk-meson.rst119 ``ninja`` is called to do the build itself, it will trigger the necessary
H A Denv_abstraction_layer.rst434 which can trigger the generation of a core file, readable by gdb.
495 ``rte_eth_dev_close()`` can trigger it to unregister its own Device Removal Event
1043 Any successful allocation event will trigger a callback, for which user
1081 Any successful deallocation event will trigger a callback, for which user
H A Drcu_lib.rst147 The writer thread can trigger the reader threads to report their quiescent
H A Drte_flow.rst1867 possible to define flow rules which trigger an undefined behavior causing
/dpdk/drivers/net/tap/
H A Drte_eth_tap.c422 uint32_t trigger = tap_trigger; in pmd_rx_burst() local
424 if (trigger == rxq->trigger_seen) in pmd_rx_burst()
504 if (trigger && num_rx < nb_pkts) in pmd_rx_burst()
505 rxq->trigger_seen = trigger; in pmd_rx_burst()
/dpdk/doc/guides/nics/
H A Dena.rst94 the driver will trigger the device reset which should be handled by the
H A Dixgbe.rst121 trigger PF's mailbox interrupt generation. If unset, the application
/dpdk/doc/guides/rel_notes/
H A Drelease_17_08.rst75 Rx queues can be now be armed with an interrupt which will trigger on the
H A Drelease_18_05.rst449 ``rte_eth_[rt]x_queue_setup()`` must be per-queue type, or otherwise trigger an error log.
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst1527 * ``high_water`` (integer): High threshold value to trigger XOFF.
1529 * ``low_water`` (integer): Low threshold value to trigger XON.
5647 **Input trigger.**
5651 **Output trigger.**
5653 Describes conditions that trigger transfer to following network header
5681 Flex pattern describe parts of network header that will trigger flex flow item hit in a flow rule.
/dpdk/doc/guides/contributing/
H A Dpatches.rst35 If you are using the GitHub service, pushing to a branch will trigger GitHub
/dpdk/drivers/net/bnx2x/
H A Decore_hsi.h5748 struct trigger_vf_zone trigger; member