Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_bypass_api.h151 if ((in_reg & BYPASS_PAGE_M) != (out_reg & BYPASS_PAGE_M)) in ixgbe_bypass_valid_rd_generic()
154 switch (in_reg & BYPASS_PAGE_M) { in ixgbe_bypass_valid_rd_generic()
220 if ((cmd & BYPASS_PAGE_M) == BYPASS_PAGE_CTL0) { in ixgbe_bypass_set_generic()
H A Dixgbe_bypass_defines.h16 #define BYPASS_PAGE_M 0xc0000000 macro