ixgbe_lock
struct ixgbe_lock lock; /* admin command interface lock */
ixgbe_init_lock(struct ixgbe_hw *hw, struct ixgbe_lock *lock)
ixgbe_destroy_lock(struct ixgbe_lock *lock)
ixgbe_acquire_lock(struct ixgbe_lock *lock)
ixgbe_release_lock(struct ixgbe_lock *lock)
extern void ixgbe_init_lock(struct ixgbe_hw *, struct ixgbe_lock *);
extern void ixgbe_acquire_lock(struct ixgbe_lock *);
extern void ixgbe_release_lock(struct ixgbe_lock *);
extern void ixgbe_destroy_lock(struct ixgbe_lock *);