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, ®); 202 status = ixgbe_read_pe(hw, IXGBE_PE_CONFIG, ®); 210 status = ixgbe_read_pe(hw, IXGBE_PE_OUTPUT, ®); 220 status = ixgbe_read_pe(hw, IXGBE_PE_OUTPUT, ®);
|