Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/virtio/network/
HDif_vtnetvar.h95 #define VTNET_RXQ_UNLOCK(_rxq) mtx_unlock(&(_rxq)->vtnrx_mtx) macro
HDif_vtnet.c2220 VTNET_RXQ_UNLOCK(rxq); in vtnet_rx_vq_process()
2230 VTNET_RXQ_UNLOCK(rxq); in vtnet_rx_vq_process()
2246 VTNET_RXQ_UNLOCK(rxq); in vtnet_rx_vq_process()
2249 VTNET_RXQ_UNLOCK(rxq); in vtnet_rx_vq_process()
3178 VTNET_RXQ_UNLOCK(rxq); in vtnet_stop_rendezvous()
3305 VTNET_RXQ_UNLOCK(rxq); in vtnet_init_rx_queues()