Searched refs:ixgbe_bypass_rw_generic (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_common.h172 s32 ixgbe_bypass_rw_generic(struct ixgbe_hw *hw, u32 cmd, u32 *status);
H A Dixgbe_common.c4849 * ixgbe_bypass_rw_generic - Bit bang data into by_pass FW
4858 s32 ixgbe_bypass_rw_generic(struct ixgbe_hw *hw, u32 cmd, u32 *status) function
5037 if (ixgbe_bypass_rw_generic(hw, cmd, &by_ctl))
5042 if (ixgbe_bypass_rw_generic(hw, cmd, &by_ctl))
5052 if (ixgbe_bypass_rw_generic(hw, verify, &by_ctl))
5079 if (ixgbe_bypass_rw_generic(hw, cmd, &status))
5087 if (ixgbe_bypass_rw_generic(hw, cmd, &status))
H A Dixgbe_x540.c127 mac->ops.bypass_rw = ixgbe_bypass_rw_generic;
H A Dixgbe_82599.c398 mac->ops.bypass_rw = ixgbe_bypass_rw_generic;

Completed in 118 milliseconds