Searched refs:i40e_spinlock (Results 1 – 4 of 4) sorted by relevance
176 i40e_init_spinlock(struct i40e_spinlock *lock) in i40e_init_spinlock()182 i40e_acquire_spinlock(struct i40e_spinlock *lock) in i40e_acquire_spinlock()188 i40e_release_spinlock(struct i40e_spinlock *lock) in i40e_release_spinlock()194 i40e_destroy_spinlock(struct i40e_spinlock *lock) in i40e_destroy_spinlock()
115 struct i40e_spinlock { struct
109 struct i40e_spinlock asq_spinlock; /* Send queue spinlock */110 struct i40e_spinlock arq_spinlock; /* Receive queue spinlock */
469 void i40e_init_spinlock(struct i40e_spinlock *sp);470 void i40e_acquire_spinlock(struct i40e_spinlock *sp);471 void i40e_release_spinlock(struct i40e_spinlock *sp);472 void i40e_destroy_spinlock(struct i40e_spinlock *sp);