iavf_spinlock
struct iavf_spinlock asq_spinlock; /* Send queue spinlock */
struct iavf_spinlock arq_spinlock; /* Receive queue spinlock */
iavf_init_spinlock(struct iavf_spinlock *lock)
iavf_acquire_spinlock(struct iavf_spinlock *lock)
iavf_release_spinlock(struct iavf_spinlock *lock)
iavf_destroy_spinlock(struct iavf_spinlock *lock)
void iavf_init_spinlock(struct iavf_spinlock *sp);
void iavf_acquire_spinlock(struct iavf_spinlock *sp);
void iavf_release_spinlock(struct iavf_spinlock *sp);
void iavf_destroy_spinlock(struct iavf_spinlock *sp);