Searched refs:swfw_mask (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sys/dev/ixgbe/ |
| HD | ixgbe_phy.c | 116 u32 swfw_mask = hw->phy.phy_semaphore_mask; in ixgbe_read_i2c_combined_generic_int() local 131 if (lock && hw->mac.ops.acquire_swfw_sync(hw, swfw_mask)) in ixgbe_read_i2c_combined_generic_int() 165 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in ixgbe_read_i2c_combined_generic_int() 172 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in ixgbe_read_i2c_combined_generic_int() 227 u32 swfw_mask = hw->phy.phy_semaphore_mask; in ixgbe_write_i2c_combined_generic_int() local 239 if (lock && hw->mac.ops.acquire_swfw_sync(hw, swfw_mask)) in ixgbe_write_i2c_combined_generic_int() 262 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in ixgbe_write_i2c_combined_generic_int() 268 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in ixgbe_write_i2c_combined_generic_int() 2063 u32 swfw_mask = hw->phy.phy_semaphore_mask; in ixgbe_read_i2c_byte_generic_int() local 2075 if (lock && hw->mac.ops.acquire_swfw_sync(hw, swfw_mask)) in ixgbe_read_i2c_byte_generic_int() [all …]
|
| HD | ixgbe_x550.c | 238 u32 swfw_mask = hw->phy.phy_semaphore_mask; in ixgbe_check_cs4227() local 243 status = hw->mac.ops.acquire_swfw_sync(hw, swfw_mask); in ixgbe_check_cs4227() 263 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in ixgbe_check_cs4227() 269 status = hw->mac.ops.acquire_swfw_sync(hw, swfw_mask); in ixgbe_check_cs4227() 290 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in ixgbe_check_cs4227() 292 status = hw->mac.ops.acquire_swfw_sync(hw, swfw_mask); in ixgbe_check_cs4227() 304 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in ixgbe_check_cs4227()
|
| /NextBSD/sys/dev/e1000/ |
| HD | e1000_82575.c | 3140 u16 swfw_mask = 0; in e1000_read_i2c_byte_generic() local 3146 swfw_mask = E1000_SWFW_PHY0_SM; in e1000_read_i2c_byte_generic() 3149 if (hw->mac.ops.acquire_swfw_sync(hw, swfw_mask) in e1000_read_i2c_byte_generic() 3197 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in e1000_read_i2c_byte_generic() 3208 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in e1000_read_i2c_byte_generic() 3231 u16 swfw_mask = 0; in e1000_write_i2c_byte_generic() local 3235 swfw_mask = E1000_SWFW_PHY0_SM; in e1000_write_i2c_byte_generic() 3237 if (hw->mac.ops.acquire_swfw_sync(hw, swfw_mask) != E1000_SUCCESS) { in e1000_write_i2c_byte_generic() 3281 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in e1000_write_i2c_byte_generic()
|