Searched refs:trigger (Results 1 – 18 of 18) sorted by relevance
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_mbox.c | 111 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 D | roc_mbox_priv.h | 59 uint64_t trigger; /* Trigger mbox notification */ member
|
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_vf.c | 79 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 D | ecore_hsi_common.h | 1870 struct ustorm_trigger_vf_zone trigger /* interrupt triggering zone */; member
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | poll_mode_drv.rst | 329 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 D | multi_proc_support.rst | 222 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 D | build-sdk-meson.rst | 119 ``ninja`` is called to do the build itself, it will trigger the necessary
|
| H A D | env_abstraction_layer.rst | 434 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 D | rcu_lib.rst | 147 The writer thread can trigger the reader threads to report their quiescent
|
| H A D | rte_flow.rst | 1867 possible to define flow rules which trigger an undefined behavior causing
|
| /dpdk/drivers/net/tap/ |
| H A D | rte_eth_tap.c | 422 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 D | ena.rst | 94 the driver will trigger the device reset which should be handled by the
|
| H A D | ixgbe.rst | 121 trigger PF's mailbox interrupt generation. If unset, the application
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_17_08.rst | 75 Rx queues can be now be armed with an interrupt which will trigger on the
|
| H A D | release_18_05.rst | 449 ``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 D | testpmd_funcs.rst | 1527 * ``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 D | patches.rst | 35 If you are using the GitHub service, pushing to a branch will trigger GitHub
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | ecore_hsi.h | 5748 struct trigger_vf_zone trigger; member
|