Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/virtio/network/
H A Dif_vtnetvar.h88 #define VTNET_RXQ_LOCK(_rxq) mtx_lock(&(_rxq)->vtnrx_mtx) macro
H A Dif_vtnet.c1757 VTNET_RXQ_LOCK(rxq); in vtnet_rxq_input()
1878 VTNET_RXQ_LOCK(rxq); in vtnet_rx_vq_intr()
1916 VTNET_RXQ_LOCK(rxq); in vtnet_rxq_tq_intr()
2806 VTNET_RXQ_LOCK(rxq); in vtnet_stop_rendezvous()
2950 VTNET_RXQ_LOCK(rxq); in vtnet_init_rx_queues()
/freebsd-12.1/sys/dev/netmap/
H A Dif_vtnet_netmap.h124 VTNET_RXQ_LOCK(rxq); in vtnet_netmap_reg()