Home
last modified time | relevance | path

Searched refs:IXGBE_GSSR_PHY1_SM (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x540.c618 IXGBE_GSSR_PHY1_SM | IXGBE_GSSR_MAC_CSR_SM | in ixgbe_acquire_swfw_sync_X540()
748 IXGBE_GSSR_PHY1_SM | IXGBE_GSSR_MAC_CSR_SM | in ixgbe_init_swfw_sync_X540()
Dixgbe_x550.c300 hw->phy.phy_semaphore_mask = IXGBE_GSSR_PHY1_SM; in ixgbe_identify_phy_x550em()
325 hw->phy.phy_semaphore_mask = IXGBE_GSSR_PHY1_SM; in ixgbe_identify_phy_x550em()
340 hw->phy.phy_semaphore_mask |= IXGBE_GSSR_PHY1_SM; in ixgbe_identify_phy_x550em()
532 hw->phy.phy_semaphore_mask = IXGBE_GSSR_PHY1_SM; in ixgbe_identify_phy_fw()
696 u32 gssr = IXGBE_GSSR_PHY1_SM | IXGBE_GSSR_PHY0_SM; in ixgbe_read_iosf_sb_reg_x550()
1393 u32 gssr = IXGBE_GSSR_PHY1_SM | IXGBE_GSSR_PHY0_SM; in ixgbe_write_iosf_sb_reg_x550()
Dixgbe_82598.c962 gssr = IXGBE_GSSR_PHY1_SM; in ixgbe_read_i2c_phy_82598()
Dixgbe_phy.c270 hw->phy.phy_semaphore_mask = IXGBE_GSSR_PHY1_SM; in ixgbe_identify_phy_generic()
Dixgbe_type.h1981 #define IXGBE_GSSR_PHY1_SM 0x0004 macro