Searched refs:i40e_spinlock (Results 1 – 4 of 4) sorted by relevance
137 i40e_init_spinlock(struct i40e_spinlock *lock) in i40e_init_spinlock()144 i40e_acquire_spinlock(struct i40e_spinlock *lock) in i40e_acquire_spinlock()150 i40e_release_spinlock(struct i40e_spinlock *lock) in i40e_release_spinlock()156 i40e_destroy_spinlock(struct i40e_spinlock *lock) in i40e_destroy_spinlock()
108 struct i40e_spinlock asq_spinlock; /* Send queue spinlock */109 struct i40e_spinlock arq_spinlock; /* Receive queue spinlock */
547 void i40e_init_spinlock(struct i40e_spinlock *sp);548 void i40e_acquire_spinlock(struct i40e_spinlock *sp);549 void i40e_release_spinlock(struct i40e_spinlock *sp);550 void i40e_destroy_spinlock(struct i40e_spinlock *sp);
132 struct i40e_spinlock { struct