HomeSort by: relevance | last modified time | path
    Searched refs:ixgbe_write_analog_reg8_82598 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_82598.h 49 s32 ixgbe_write_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 val);
ixgbe_82598.c 147 mac->ops.write_analog_reg8 = ixgbe_write_analog_reg8_82598;
1101 * ixgbe_write_analog_reg8_82598 - Writes 8 bit Atlas analog register
1108 s32 ixgbe_write_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 val) function in typeref:typename:s32
1112 DEBUGFUNC("ixgbe_write_analog_reg8_82598");

Completed in 12 milliseconds