Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_x540.c840 u32 rmask = IXGBE_GSSR_EEP_SM | IXGBE_GSSR_PHY0_SM | in ixgbe_acquire_swfw_sync_X540()
988 rmask = IXGBE_GSSR_EEP_SM | IXGBE_GSSR_PHY0_SM | in ixgbe_init_swfw_sync_X540()
H A Dixgbe_x550.c385 hw->phy.phy_semaphore_mask |= IXGBE_GSSR_PHY0_SM; in ixgbe_identify_phy_x550em()
498 hw->phy.phy_semaphore_mask = IXGBE_GSSR_PHY0_SM; in ixgbe_identify_phy_fw()
1133 u32 gssr = IXGBE_GSSR_PHY1_SM | IXGBE_GSSR_PHY0_SM; in ixgbe_write_iosf_sb_reg_x550()
1179 u32 gssr = IXGBE_GSSR_PHY1_SM | IXGBE_GSSR_PHY0_SM; in ixgbe_read_iosf_sb_reg_x550()
2237 hw->phy.phy_semaphore_mask |= IXGBE_GSSR_PHY0_SM; in ixgbe_init_phy_ops_X550em()
2247 hw->phy.phy_semaphore_mask |= IXGBE_GSSR_PHY0_SM; in ixgbe_init_phy_ops_X550em()
H A Dixgbe_82598.c1141 gssr = IXGBE_GSSR_PHY0_SM; in ixgbe_read_i2c_phy_82598()
H A Dixgbe_phy.c332 hw->phy.phy_semaphore_mask = IXGBE_GSSR_PHY0_SM; in ixgbe_identify_phy_generic()
H A Dixgbe_type.h2361 #define IXGBE_GSSR_PHY0_SM 0x0002 macro