Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/netfront/
H A Dnetfront.c247 #define XN_TX_LOCK(_q) mtx_lock(&(_q)->lock) macro
480 XN_TX_LOCK(&np->txq[i]); in netfront_suspend()
505 XN_TX_LOCK(&info->txq[i]); in netfront_resume()
707 XN_TX_LOCK(txq); in xn_txq_intr()
719 XN_TX_LOCK(txq); in xn_txq_tq_deferred()
2058 XN_TX_LOCK(txq); in xn_kick_rings()
2267 XN_TX_LOCK(txq); in xn_qflush()
2385 XN_TX_LOCK(&np->txq[i]); in netif_disconnect_backend()