Home
last modified time | relevance | path

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

/dpdk/app/test-pmd/
H A Dcmdline.c5652 uint32_t bypass_event = RTE_PMD_IXGBE_BYPASS_EVENT_NONE; in cmd_set_bypass_event_parsed() local
5656 bypass_event = RTE_PMD_IXGBE_BYPASS_EVENT_TIMEOUT; in cmd_set_bypass_event_parsed()
5658 bypass_event = RTE_PMD_IXGBE_BYPASS_EVENT_OS_ON; in cmd_set_bypass_event_parsed()
5660 bypass_event = RTE_PMD_IXGBE_BYPASS_EVENT_OS_OFF; in cmd_set_bypass_event_parsed()
5662 bypass_event = RTE_PMD_IXGBE_BYPASS_EVENT_POWER_ON; in cmd_set_bypass_event_parsed()
5664 bypass_event = RTE_PMD_IXGBE_BYPASS_EVENT_POWER_OFF; in cmd_set_bypass_event_parsed()
5666 bypass_event = RTE_PMD_IXGBE_BYPASS_EVENT_NONE; in cmd_set_bypass_event_parsed()
5676 if (bypass_event == RTE_PMD_IXGBE_BYPASS_EVENT_TIMEOUT) { in cmd_set_bypass_event_parsed()
5691 rc = rte_pmd_ixgbe_bypass_event_store(port_id, bypass_event, in cmd_set_bypass_event_parsed()