Searched defs:ixgbe_get_swfw_sync_semaphore (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x540.c49 static s32 ixgbe_get_swfw_sync_semaphore(struct ixgbe_hw *hw);
774 if (ixgbe_get_swfw_sync_semaphore(hw))
806 if (ixgbe_get_swfw_sync_semaphore(hw))
853 ixgbe_get_swfw_sync_semaphore(hw);
864 * ixgbe_get_swfw_sync_semaphore - Get hardware semaphore
869 static s32 ixgbe_get_swfw_sync_semaphore(struct ixgbe_hw *hw) function
876 DEBUGFUNC("ixgbe_get_swfw_sync_semaphore");

Completed in 46 milliseconds