HomeSort by: relevance | last modified time | path
    Searched defs:ixgbe_read_pe (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_x550.c 142 * ixgbe_read_pe - Read register from port expander
149 static s32 ixgbe_read_pe(struct ixgbe_hw *hw, u8 reg, u8 *value) function in typeref:typename:s32
194 status = ixgbe_read_pe(hw, IXGBE_PE_OUTPUT, &reg);
202 status = ixgbe_read_pe(hw, IXGBE_PE_CONFIG, &reg);
210 status = ixgbe_read_pe(hw, IXGBE_PE_OUTPUT, &reg);
220 status = ixgbe_read_pe(hw, IXGBE_PE_OUTPUT, &reg);

Completed in 20 milliseconds