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

/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_x550.c132 * ixgbe_read_pe - Read register from port expander
139 static s32 ixgbe_read_pe(struct ixgbe_hw *hw, u8 reg, u8 *value) function
184 status = ixgbe_read_pe(hw, IXGBE_PE_OUTPUT, &reg);
192 status = ixgbe_read_pe(hw, IXGBE_PE_CONFIG, &reg);
200 status = ixgbe_read_pe(hw, IXGBE_PE_OUTPUT, &reg);
210 status = ixgbe_read_pe(hw, IXGBE_PE_OUTPUT, &reg);

Completed in 108 milliseconds