Home
last modified time | relevance | path

Searched refs:IXGBE_STATUS_LAN_ID_1 (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_82598.c1108 if (IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_LAN_ID_1) in ixgbe_read_i2c_phy_82598()
H A Dixgbe_common.c4849 (IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_LAN_ID_1)) { in ixgbe_get_thermal_sensor_data_generic()
4929 (IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_LAN_ID_1)) in ixgbe_init_thermal_sensor_thresh_generic()
H A Dixgbe_type.h2102 #define IXGBE_STATUS_LAN_ID_1 0x00000004 /* LAN ID 1 */ macro