Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c5492 uint32_t bypass_event = RTE_PMD_IXGBE_BYPASS_EVENT_NONE; in cmd_set_bypass_event_parsed() local
5496 bypass_event = RTE_PMD_IXGBE_BYPASS_EVENT_TIMEOUT; in cmd_set_bypass_event_parsed()
5498 bypass_event = RTE_PMD_IXGBE_BYPASS_EVENT_OS_ON; in cmd_set_bypass_event_parsed()
5500 bypass_event = RTE_PMD_IXGBE_BYPASS_EVENT_OS_OFF; in cmd_set_bypass_event_parsed()
5502 bypass_event = RTE_PMD_IXGBE_BYPASS_EVENT_POWER_ON; in cmd_set_bypass_event_parsed()
5504 bypass_event = RTE_PMD_IXGBE_BYPASS_EVENT_POWER_OFF; in cmd_set_bypass_event_parsed()
5506 bypass_event = RTE_PMD_IXGBE_BYPASS_EVENT_NONE; in cmd_set_bypass_event_parsed()
5516 if (bypass_event == RTE_PMD_IXGBE_BYPASS_EVENT_TIMEOUT) { in cmd_set_bypass_event_parsed()
5531 rc = rte_pmd_ixgbe_bypass_event_store(port_id, bypass_event, in cmd_set_bypass_event_parsed()