Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/virtio/network/
H A Dif_vtnetvar.h95 #define VTNET_RXQ_UNLOCK(_rxq) mtx_unlock(&(_rxq)->vtnrx_mtx) macro
H A Dif_vtnet.c2224 VTNET_RXQ_UNLOCK(rxq); in vtnet_rx_vq_process()
2234 VTNET_RXQ_UNLOCK(rxq); in vtnet_rx_vq_process()
2250 VTNET_RXQ_UNLOCK(rxq); in vtnet_rx_vq_process()
2253 VTNET_RXQ_UNLOCK(rxq); in vtnet_rx_vq_process()
3188 VTNET_RXQ_UNLOCK(rxq); in vtnet_stop_rendezvous()
3315 VTNET_RXQ_UNLOCK(rxq); in vtnet_init_rx_queues()