Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/virtio/network/
HDif_vtnetvar.h94 #define VTNET_RXQ_LOCK(_rxq) mtx_lock(&(_rxq)->vtnrx_mtx) macro
HDif_vtnet.c2207 VTNET_RXQ_LOCK(rxq); in vtnet_rx_vq_process()
3177 VTNET_RXQ_LOCK(rxq); in vtnet_stop_rendezvous()
3303 VTNET_RXQ_LOCK(rxq); in vtnet_init_rx_queues()