Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_bypass_api.h215 cmd = (by_ctl & ~event) | BYPASS_WE | action; in ixgbe_bypass_set_generic()
251 cmd = BYPASS_PAGE_CTL2 | BYPASS_WE; in ixgbe_bypass_rd_eep_generic()
260 cmd &= ~BYPASS_WE; in ixgbe_bypass_rd_eep_generic()
H A Dixgbe_bypass.c290 cmd = BYPASS_PAGE_CTL2 | BYPASS_WE; in ixgbe_bypass_ver_show()
301 cmd &= ~BYPASS_WE; in ixgbe_bypass_ver_show()
359 cmd = BYPASS_PAGE_CTL1 | BYPASS_WE | BYPASS_CTL1_WDT_PET; in ixgbe_bypass_wd_reset()
H A Dixgbe_bypass_defines.h17 #define BYPASS_WE 0x20000000 macro