Searched refs:ixgbe_acquire_swfw_sync (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_common.h72 s32 ixgbe_acquire_swfw_sync(struct ixgbe_hw *hw, u16 mask);
H A Dixgbe_phy.c171 if (ixgbe_acquire_swfw_sync(hw, gssr) != 0)
269 if (ixgbe_acquire_swfw_sync(hw, gssr) != 0)
H A Dixgbe_common.c674 if (ixgbe_acquire_swfw_sync(hw, IXGBE_GSSR_EEP_SM) != 0)
2131 * ixgbe_acquire_swfw_sync - Acquire SWFW semaphore
2138 s32 ixgbe_acquire_swfw_sync(struct ixgbe_hw *hw, u16 mask) function
H A Dixgbe_82599.c110 ret_val = ixgbe_acquire_swfw_sync(hw, IXGBE_GSSR_MAC_CSR_SM);

Completed in 124 milliseconds