Searched refs:BYPASS_PAGE_CTL0 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/dev/ixgbe/ |
| D | if_bypass.c | 166 BYPASS_PAGE_CTL0, &state); in ixgbe_bp_set_state() 186 if ((error = hw->mac.ops.bypass_set(hw, BYPASS_PAGE_CTL0, in ixgbe_bp_set_state() 190 error = hw->mac.ops.bypass_set(hw, BYPASS_PAGE_CTL0, in ixgbe_bp_set_state() 227 error = hw->mac.ops.bypass_rw(hw, BYPASS_PAGE_CTL0, &timeout); in ixgbe_bp_timeout() 250 error = hw->mac.ops.bypass_set(hw, BYPASS_PAGE_CTL0, in ixgbe_bp_timeout() 269 error = hw->mac.ops.bypass_rw(hw, BYPASS_PAGE_CTL0, &main_on); in ixgbe_bp_main_on() 292 error = hw->mac.ops.bypass_set(hw, BYPASS_PAGE_CTL0, in ixgbe_bp_main_on() 311 error = hw->mac.ops.bypass_rw(hw, BYPASS_PAGE_CTL0, &main_off); in ixgbe_bp_main_off() 334 error = hw->mac.ops.bypass_set(hw, BYPASS_PAGE_CTL0, in ixgbe_bp_main_off() 353 error = hw->mac.ops.bypass_rw(hw, BYPASS_PAGE_CTL0, &aux_on); in ixgbe_bp_aux_on() [all …]
|
| D | ixgbe_common.c | 5156 case BYPASS_PAGE_CTL0: in ixgbe_bypass_valid_rd_generic() 5221 if ((cmd & BYPASS_PAGE_M) == BYPASS_PAGE_CTL0) { in ixgbe_bypass_set_generic() 5222 verify = BYPASS_PAGE_CTL0; in ixgbe_bypass_set_generic()
|
| D | ixgbe_type.h | 4281 #define BYPASS_PAGE_CTL0 0x00000000 macro
|