Home
last modified time | relevance | path

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

/src/sys/dev/ixgbe/
H A Dif_bypass.c306 static int main_off = 0; in ixgbe_bp_main_off() local
309 error = hw->mac.ops.bypass_rw(hw, BYPASS_PAGE_CTL0, &main_off); in ixgbe_bp_main_off()
313 main_off = (main_off >> BYPASS_MAIN_OFF_SHIFT) & 0x3; in ixgbe_bp_main_off()
315 error = sysctl_handle_int(oidp, &main_off, 0, req); in ixgbe_bp_main_off()
320 switch (main_off) { in ixgbe_bp_main_off()
333 BYPASS_MAIN_OFF_M, main_off << BYPASS_MAIN_OFF_SHIFT); in ixgbe_bp_main_off()