Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/ixgbe/ | |
ixgbe_phy.c | 125 u8 low_bits; local in function:ixgbe_read_i2c_combined_generic_int 157 if (ixgbe_in_i2c_byte_ack(hw, &low_bits)) 167 *val = (high_bits << 8) | low_bits; |
ixgbe_phy.c | 125 u8 low_bits; local in function:ixgbe_read_i2c_combined_generic_int 157 if (ixgbe_in_i2c_byte_ack(hw, &low_bits)) 167 *val = (high_bits << 8) | low_bits; |