Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_bypass.c261 mask = BYPASS_WDT_ENABLE_M; in ixgbe_bypass_wd_timeout_store()
269 mask |= BYPASS_WDT_ENABLE_M; in ixgbe_bypass_wd_timeout_store()
328 wdg = by_ctl & BYPASS_WDT_ENABLE_M; in ixgbe_bypass_wd_timeout_show()
H A Dixgbe_bypass_defines.h39 #define BYPASS_WDT_ENABLE_M 0x00004000 macro