Searched refs:i40e_spinlock (Results 1 – 4 of 4) sorted by relevance
139 i40e_init_spinlock(struct i40e_spinlock *lock) in i40e_init_spinlock()146 i40e_acquire_spinlock(struct i40e_spinlock *lock) in i40e_acquire_spinlock()152 i40e_release_spinlock(struct i40e_spinlock *lock) in i40e_release_spinlock()158 i40e_destroy_spinlock(struct i40e_spinlock *lock) in i40e_destroy_spinlock()
109 struct i40e_spinlock asq_spinlock; /* Send queue spinlock */110 struct i40e_spinlock arq_spinlock; /* Receive queue spinlock */
548 void i40e_init_spinlock(struct i40e_spinlock *sp);549 void i40e_acquire_spinlock(struct i40e_spinlock *sp);550 void i40e_release_spinlock(struct i40e_spinlock *sp);551 void i40e_destroy_spinlock(struct i40e_spinlock *sp);
133 struct i40e_spinlock { struct