Home
last modified time | relevance | path

Searched refs:EFSYS_UNLOCK (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/sfxge/common/
H A Defx_tunnel.c313 EFSYS_UNLOCK(enp->en_eslp, state); in efx_tunnel_config_udp_add()
322 EFSYS_UNLOCK(enp->en_eslp, state); in efx_tunnel_config_udp_add()
370 EFSYS_UNLOCK(enp->en_eslp, state); in efx_tunnel_config_udp_remove()
379 EFSYS_UNLOCK(enp->en_eslp, state); in efx_tunnel_config_udp_remove()
398 EFSYS_UNLOCK(enp->en_eslp, state); in efx_tunnel_config_clear()
456 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_tunnel_reconfigure()
H A Def10_filter.c591 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_filter_restore()
613 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_filter_restore()
712 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_filter_add_internal()
742 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_filter_add_internal()
781 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_filter_add_internal()
809 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_filter_add_internal()
854 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_filter_delete_internal()
861 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_filter_delete_internal()
886 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_filter_delete_internal()
943 EFSYS_UNLOCK(enp->en_eslp, state); in ef10_filter_delete()
[all …]
H A Defx_mcdi.c193 EFSYS_UNLOCK(enp->en_eslp, state); in efx_mcdi_new_epoch()
285 EFSYS_UNLOCK(enp->en_eslp, state); in efx_mcdi_request_start()
522 EFSYS_UNLOCK(enp->en_eslp, state); in efx_mcdi_request_poll()
530 EFSYS_UNLOCK(enp->en_eslp, state); in efx_mcdi_request_poll()
542 EFSYS_UNLOCK(enp->en_eslp, state); in efx_mcdi_request_poll()
555 EFSYS_UNLOCK(enp->en_eslp, state); in efx_mcdi_request_poll()
612 EFSYS_UNLOCK(enp->en_eslp, state); in efx_mcdi_request_abort()
781 EFSYS_UNLOCK(enp->en_eslp, state); in efx_mcdi_ev_cpl()
787 EFSYS_UNLOCK(enp->en_eslp, state); in efx_mcdi_ev_cpl()
914 EFSYS_UNLOCK(enp->en_eslp, state); in efx_mcdi_ev_death()
H A Defx_filter.c1277 EFSYS_UNLOCK(enp->en_eslp, state); in siena_filter_tbl_clear()
1442 EFSYS_UNLOCK(enp->en_eslp, state); in siena_filter_restore()
1452 EFSYS_UNLOCK(enp->en_eslp, state); in siena_filter_restore()
1521 EFSYS_UNLOCK(enp->en_eslp, state); in siena_filter_add()
1528 EFSYS_UNLOCK(enp->en_eslp, state); in siena_filter_add()
1576 EFSYS_UNLOCK(enp->en_eslp, state); in siena_filter_delete()
1580 EFSYS_UNLOCK(enp->en_eslp, state); in siena_filter_delete()
H A Defsys.h1066 #define EFSYS_UNLOCK(_lockp, _state) \ macro