Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c637 VTNET_CORE_UNLOCK(sc); in vtnet_negotiate_features()
693 VTNET_CORE_UNLOCK(sc); in vtnet_negotiate_features()
711 VTNET_CORE_UNLOCK(sc); in vtnet_negotiate_features()
735 VTNET_CORE_UNLOCK(sc); in vtnet_setup_features()
751 VTNET_CORE_UNLOCK(sc); in vtnet_setup_features()
1568 VTNET_CORE_UNLOCK(sc); in vtnet_rx_alloc_buf()
1574 VTNET_CORE_UNLOCK(sc); in vtnet_rx_alloc_buf()
1581 VTNET_CORE_UNLOCK(sc); in vtnet_rx_alloc_buf()
1592 VTNET_CORE_UNLOCK(sc); in vtnet_rxq_replace_lro_nomrg_buf()
3807 VTNET_CORE_UNLOCK(s
[all...]
H A Dif_vtnetvar.h398 #define VTNET_CORE_UNLOCK(_sc) mtx_unlock(VTNET_CORE_MTX((_sc)))
382 #define VTNET_CORE_UNLOCK( global() macro
/freebsd/sys/dev/netmap/
H A Dif_vtnet_netmap.h50 VTNET_CORE_UNLOCK(sc); in vtnet_netmap_reg()