Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_bypass.c313 ixgbe_bypass_wd_timeout_show(struct rte_eth_dev *dev, u32 *wd_timeout) in ixgbe_bypass_wd_timeout_show() argument
330 *wd_timeout = RTE_PMD_IXGBE_BYPASS_TMT_OFF; in ixgbe_bypass_wd_timeout_show()
332 *wd_timeout = (by_ctl >> BYPASS_WDT_TIME_SHIFT) & in ixgbe_bypass_wd_timeout_show()
H A Dixgbe_bypass.h31 s32 ixgbe_bypass_wd_timeout_show(struct rte_eth_dev *dev, u32 *wd_timeout);
H A Drte_pmd_ixgbe.h564 int rte_pmd_ixgbe_bypass_wd_timeout_show(uint16_t port, uint32_t *wd_timeout);
H A Drte_pmd_ixgbe.c914 rte_pmd_ixgbe_bypass_wd_timeout_show(uint16_t port_id, uint32_t *wd_timeout) in rte_pmd_ixgbe_bypass_wd_timeout_show() argument
924 return ixgbe_bypass_wd_timeout_show(dev, wd_timeout); in rte_pmd_ixgbe_bypass_wd_timeout_show()