Home
last modified time | relevance | path

Searched refs:ixgbe_lock (Results 1 – 3 of 3) sorted by relevance

/src/sys/dev/ixgbe/
H A Dixgbe_osdep.c119 ixgbe_init_lock(struct ixgbe_lock *lock) in ixgbe_init_lock()
126 ixgbe_acquire_lock(struct ixgbe_lock *lock) in ixgbe_acquire_lock()
132 ixgbe_release_lock(struct ixgbe_lock *lock) in ixgbe_release_lock()
138 ixgbe_destroy_lock(struct ixgbe_lock *lock) in ixgbe_destroy_lock()
H A Dixgbe_osdep.h201 struct ixgbe_lock struct
233 void ixgbe_init_lock(struct ixgbe_lock *);
234 void ixgbe_destroy_lock(struct ixgbe_lock *);
235 void ixgbe_acquire_lock(struct ixgbe_lock *);
236 void ixgbe_release_lock(struct ixgbe_lock *);
H A Dixgbe_type_e610.h2213 struct ixgbe_lock lock; /* admin command interface lock */