Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c5041 cmd = (by_ctl & ~event) | BYPASS_WE | action; in ixgbe_bypass_set_generic()
5077 cmd = BYPASS_PAGE_CTL2 | BYPASS_WE; in ixgbe_bypass_rd_eep_generic()
5086 cmd &= ~BYPASS_WE; in ixgbe_bypass_rd_eep_generic()
H A Dixgbe_type.h4227 #define BYPASS_WE 0x20000000 macro