Searched refs:i40e_stat_lock (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_stats.c105 * of this data is protected by the i40e_stat_lock, which should be taken last,
116 ASSERT(MUTEX_HELD(&i40e->i40e_stat_lock));
147 ASSERT(MUTEX_HELD(&i40e->i40e_stat_lock));
182 mutex_enter(&i40e->i40e_stat_lock);
212 mutex_exit(&i40e->i40e_stat_lock);
313 mutex_enter(&i40e->i40e_stat_lock);
430 mutex_exit(&i40e->i40e_stat_lock);
679 mutex_destroy(&i40e->i40e_stat_lock);
685 mutex_init(&i40e->i40e_stat_lock, NULL, MUTEX_DRIVER, NULL);
687 mutex_destroy(&i40e->i40e_stat_lock);
[all...]
H A Di40e_sw.h853 kmutex_t i40e_stat_lock; member in struct:i40e

Completed in 54 milliseconds