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

/freebsd-10.2-release/sys/dev/virtio/network/
H A Dif_vtnetvar.h118 #define VTNET_TXQ_LOCK(_txq) mtx_lock(&(_txq)->vtntx_mtx) macro
H A Dif_vtnet.c2273 VTNET_TXQ_LOCK(txq);
2384 VTNET_TXQ_LOCK(txq);
2421 VTNET_TXQ_LOCK(txq);
2494 VTNET_TXQ_LOCK(txq);
2518 VTNET_TXQ_LOCK(txq);
2538 VTNET_TXQ_LOCK(txq);
2555 VTNET_TXQ_LOCK(txq);
2796 VTNET_TXQ_LOCK(txq);

Completed in 59 milliseconds