/src/sys/dev/pci/ixgbe/ |
ixgbe_82598.c | 1138 u16 gssr; local in function:ixgbe_read_i2c_phy_82598 1144 gssr = IXGBE_GSSR_PHY1_SM; 1146 gssr = IXGBE_GSSR_PHY0_SM; 1148 if (hw->mac.ops.acquire_swfw_sync(hw, gssr) != IXGBE_SUCCESS) 1192 hw->mac.ops.release_swfw_sync(hw, gssr);
|
ixgbe_82598.c | 1138 u16 gssr; local in function:ixgbe_read_i2c_phy_82598 1144 gssr = IXGBE_GSSR_PHY1_SM; 1146 gssr = IXGBE_GSSR_PHY0_SM; 1148 if (hw->mac.ops.acquire_swfw_sync(hw, gssr) != IXGBE_SUCCESS) 1192 hw->mac.ops.release_swfw_sync(hw, gssr);
|
ixgbe_phy.c | 671 u32 gssr = hw->phy.phy_semaphore_mask; local in function:ixgbe_read_phy_reg_generic 675 if (hw->mac.ops.acquire_swfw_sync(hw, gssr)) 680 hw->mac.ops.release_swfw_sync(hw, gssr); 771 u32 gssr = hw->phy.phy_semaphore_mask; local in function:ixgbe_write_phy_reg_generic 775 if (hw->mac.ops.acquire_swfw_sync(hw, gssr) == IXGBE_SUCCESS) { 778 hw->mac.ops.release_swfw_sync(hw, gssr);
|
ixgbe_phy.c | 671 u32 gssr = hw->phy.phy_semaphore_mask; local in function:ixgbe_read_phy_reg_generic 675 if (hw->mac.ops.acquire_swfw_sync(hw, gssr)) 680 hw->mac.ops.release_swfw_sync(hw, gssr); 771 u32 gssr = hw->phy.phy_semaphore_mask; local in function:ixgbe_write_phy_reg_generic 775 if (hw->mac.ops.acquire_swfw_sync(hw, gssr) == IXGBE_SUCCESS) { 778 hw->mac.ops.release_swfw_sync(hw, gssr);
|
ixgbe_x550.c | 1311 u32 gssr = IXGBE_GSSR_PHY1_SM | IXGBE_GSSR_PHY0_SM; local in function:ixgbe_write_iosf_sb_reg_x550 1315 ret = ixgbe_acquire_swfw_semaphore(hw, gssr); 1343 ixgbe_release_swfw_semaphore(hw, gssr); 1357 u32 gssr = IXGBE_GSSR_PHY1_SM | IXGBE_GSSR_PHY0_SM; local in function:ixgbe_read_iosf_sb_reg_x550 1361 ret = ixgbe_acquire_swfw_semaphore(hw, gssr); 1389 ixgbe_release_swfw_semaphore(hw, gssr);
|
ixgbe_x550.c | 1311 u32 gssr = IXGBE_GSSR_PHY1_SM | IXGBE_GSSR_PHY0_SM; local in function:ixgbe_write_iosf_sb_reg_x550 1315 ret = ixgbe_acquire_swfw_semaphore(hw, gssr); 1343 ixgbe_release_swfw_semaphore(hw, gssr); 1357 u32 gssr = IXGBE_GSSR_PHY1_SM | IXGBE_GSSR_PHY0_SM; local in function:ixgbe_read_iosf_sb_reg_x550 1361 ret = ixgbe_acquire_swfw_semaphore(hw, gssr); 1389 ixgbe_release_swfw_semaphore(hw, gssr);
|
ixgbe_common.c | 3309 * Acquires the SWFW semaphore through the GSSR register for the specified 3314 u32 gssr = 0; local in function:ixgbe_acquire_swfw_sync 3330 gssr = IXGBE_READ_REG(hw, IXGBE_GSSR); 3331 if (!(gssr & (fwmask | swmask))) { 3332 gssr |= swmask; 3333 IXGBE_WRITE_REG(hw, IXGBE_GSSR, gssr); 3344 if (gssr & (fwmask | swmask)) 3345 ixgbe_release_swfw_sync(hw, gssr & (fwmask | swmask)); 3356 * Releases the SWFW semaphore through the GSSR register for the specified 3361 u32 gssr; local in function:ixgbe_release_swfw_sync [all...] |
ixgbe_common.c | 3309 * Acquires the SWFW semaphore through the GSSR register for the specified 3314 u32 gssr = 0; local in function:ixgbe_acquire_swfw_sync 3330 gssr = IXGBE_READ_REG(hw, IXGBE_GSSR); 3331 if (!(gssr & (fwmask | swmask))) { 3332 gssr |= swmask; 3333 IXGBE_WRITE_REG(hw, IXGBE_GSSR, gssr); 3344 if (gssr & (fwmask | swmask)) 3345 ixgbe_release_swfw_sync(hw, gssr & (fwmask | swmask)); 3356 * Releases the SWFW semaphore through the GSSR register for the specified 3361 u32 gssr; local in function:ixgbe_release_swfw_sync [all...] |