Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_bypass.c120 cmd = BYPASS_PAGE_CTL0; in ixgbe_bypass_state_show()
143 ret_val = adapter->bps.ops.bypass_set(hw, BYPASS_PAGE_CTL0, in ixgbe_bypass_state_store()
149 ret_val = adapter->bps.ops.bypass_set(hw, BYPASS_PAGE_CTL0, in ixgbe_bypass_state_store()
171 cmd = BYPASS_PAGE_CTL0; in ixgbe_bypass_event_show()
240 ret_val = adapter->bps.ops.bypass_set(hw, BYPASS_PAGE_CTL0, in ixgbe_bypass_event_store()
272 ret_val = adapter->bps.ops.bypass_set(hw, BYPASS_PAGE_CTL0, in ixgbe_bypass_wd_timeout_store()
325 cmd = BYPASS_PAGE_CTL0; in ixgbe_bypass_wd_timeout_show()
H A Dixgbe_bypass_api.h155 case BYPASS_PAGE_CTL0: in ixgbe_bypass_valid_rd_generic()
220 if ((cmd & BYPASS_PAGE_M) == BYPASS_PAGE_CTL0) { in ixgbe_bypass_set_generic()
221 verify = BYPASS_PAGE_CTL0; in ixgbe_bypass_set_generic()
H A Dixgbe_bypass_defines.h13 #define BYPASS_PAGE_CTL0 0x00000000 macro