Home
last modified time | relevance | path

Searched refs:EFSYS_LOCK (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/sfxge/common/
HDhunt_filter.c495 EFSYS_LOCK(enp->en_eslp, state); in hunt_filter_restore()
526 EFSYS_LOCK(enp->en_eslp, state); in hunt_filter_restore()
586 EFSYS_LOCK(enp->en_eslp, state); in hunt_filter_add_internal()
686 EFSYS_LOCK(enp->en_eslp, state); in hunt_filter_add_internal()
773 EFSYS_LOCK(enp->en_eslp, state); in hunt_filter_delete_internal()
777 EFSYS_LOCK(enp->en_eslp, state); in hunt_filter_delete_internal()
804 EFSYS_LOCK(enp->en_eslp, state); in hunt_filter_delete_internal()
844 EFSYS_LOCK(enp->en_eslp, state); in hunt_filter_delete()
HDefx_mcdi.c174 EFSYS_LOCK(enp->en_eslp, state); in efx_mcdi_new_epoch()
263 EFSYS_LOCK(enp->en_eslp, state); in efx_mcdi_request_start()
413 EFSYS_LOCK(enp->en_eslp, state); in efx_mcdi_request_poll()
482 EFSYS_LOCK(enp->en_eslp, state); in efx_mcdi_request_abort()
651 EFSYS_LOCK(enp->en_eslp, state); in efx_mcdi_ev_cpl()
769 EFSYS_LOCK(enp->en_eslp, state); in efx_mcdi_ev_death()
HDefx_filter.c1060 EFSYS_LOCK(enp->en_eslp, state); in falconsiena_filter_tbl_clear()
1218 EFSYS_LOCK(enp->en_eslp, state); in falconsiena_filter_restore()
1289 EFSYS_LOCK(enp->en_eslp, state); in falconsiena_filter_add()
1364 EFSYS_LOCK(enp->en_eslp, state); in falconsiena_filter_delete()
HDefsys.h1114 #define EFSYS_LOCK(_lockp, _state) \ macro