Home
last modified time | relevance | path

Searched refs:hn_txlist_spin (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hnvar.h118 struct mtx hn_txlist_spin; member
H A Dif_hn.c2743 mtx_lock_spin(&txr->hn_txlist_spin); in hn_txdesc_put()
2749 mtx_unlock_spin(&txr->hn_txlist_spin); in hn_txdesc_put()
2766 mtx_lock_spin(&txr->hn_txlist_spin); in hn_txdesc_get()
2774 mtx_unlock_spin(&txr->hn_txlist_spin); in hn_txdesc_get()
2829 mtx_lock_spin(&txr->hn_txlist_spin); in hn_tx_ring_pending()
2832 mtx_unlock_spin(&txr->hn_txlist_spin); in hn_tx_ring_pending()
5178 mtx_init(&txr->hn_txlist_spin, "hn txlist", NULL, MTX_SPIN); in hn_tx_ring_create()
5435 mtx_destroy(&txr->hn_txlist_spin); in hn_tx_ring_destroy()