Searched refs:i40e_spinlock (Results 1 – 4 of 4) sorted by relevance
140 i40e_init_spinlock(struct i40e_spinlock *lock) in i40e_init_spinlock()147 i40e_acquire_spinlock(struct i40e_spinlock *lock) in i40e_acquire_spinlock()153 i40e_release_spinlock(struct i40e_spinlock *lock) in i40e_release_spinlock()159 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 */
523 void i40e_init_spinlock(struct i40e_spinlock *sp);524 void i40e_acquire_spinlock(struct i40e_spinlock *sp);525 void i40e_release_spinlock(struct i40e_spinlock *sp);526 void i40e_destroy_spinlock(struct i40e_spinlock *sp);
133 struct i40e_spinlock { struct