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