Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/mwl/
HDif_mwl_pci.c204 MWL_LOCK_DESTROY(sc); in mwl_pci_attach()
237 MWL_LOCK_DESTROY(sc); in mwl_pci_detach()
HDif_mwlvar.h344 #define MWL_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->sc_mtx) macro