Searched refs:IXGBE_STATUS (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_common.h | 182 #define IXGBE_WRITE_FLUSH(a) ixgbe_read_reg((a), IXGBE_STATUS)
|
D | ixgbe_ethtool.c | 642 regs_buff[1] = IXGBE_READ_REG(hw, IXGBE_STATUS); in ixgbe_get_regs() 1595 before = ixgbe_read_reg(&adapter->hw, IXGBE_STATUS); in ixgbe_reg_test() 1596 value = (ixgbe_read_reg(&adapter->hw, IXGBE_STATUS) & toggle); in ixgbe_reg_test() 1597 ixgbe_write_reg(&adapter->hw, IXGBE_STATUS, toggle); in ixgbe_reg_test() 1598 after = ixgbe_read_reg(&adapter->hw, IXGBE_STATUS) & toggle; in ixgbe_reg_test() 1606 ixgbe_write_reg(&adapter->hw, IXGBE_STATUS, before); in ixgbe_reg_test()
|
D | ixgbe_common.c | 686 reg = IXGBE_READ_REG(hw, IXGBE_STATUS); in ixgbe_set_lan_id_multi_port_pcie() 2537 if (!(IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_GIO) || in ixgbe_disable_pcie_primary() 2544 if (!(IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_GIO)) in ixgbe_disable_pcie_primary() 3914 if ((IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_LAN_ID_1)) in ixgbe_get_thermal_sensor_data_generic() 3974 if ((IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_LAN_ID_1)) in ixgbe_init_thermal_sensor_thresh_generic()
|
D | ixgbe_82598.c | 961 if (IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_LAN_ID_1) in ixgbe_read_i2c_phy_82598()
|
D | ixgbe_type.h | 87 #define IXGBE_STATUS 0x00008 macro
|
D | ixgbe_main.c | 307 value = readl(reg_addr + IXGBE_STATUS); in ixgbe_check_remove() 436 {IXGBE_STATUS, "STATUS"},
|