i40e_spinlock
struct i40e_spinlock asq_spinlock; /* Send queue spinlock */
struct i40e_spinlock arq_spinlock; /* Receive queue spinlock */
void i40e_init_spinlock(struct i40e_spinlock *sp);
void i40e_acquire_spinlock(struct i40e_spinlock *sp);
void i40e_release_spinlock(struct i40e_spinlock *sp);
void i40e_destroy_spinlock(struct i40e_spinlock *sp);
i40e_init_spinlock(struct i40e_spinlock *lock)
i40e_acquire_spinlock(struct i40e_spinlock *lock)
i40e_release_spinlock(struct i40e_spinlock *lock)
i40e_destroy_spinlock(struct i40e_spinlock *lock)